Back to Starrocks

SHOW REPOSITORIES

docs/en/sql-reference/sql-statements/backup_restore/SHOW_REPOSITORIES.md

4.1.0885 B
Original Source

SHOW REPOSITORIES

Views the repositories created in StarRocks.

Syntax

SQL
SHOW REPOSITORIES

Return

ReturnDescription
RepoIdRepository ID.
RepoNameRepository name.
CreateTimeRepository creation time.
IsReadOnlyIf the repository is read-only.
LocationLocation of the repository in the remote storage system.
BrokerBroker used to create the repository.
ErrMsgError message during connection to the repository.

Examples

Example 1: Views the repositories created in StarRocks.

SQL
SHOW REPOSITORIES;