ποΈ BACKUP
Backs up databases, tables, materialized views, logical views, and UDFs in StarRocks to a remote storage repository.
ποΈ CANCEL BACKUP
Cancels an ongoing BACKUP task in a specified database.
ποΈ CANCEL RESTORE
Cancels an ongoing RESTORE task in a specified database.
ποΈ CREATE REPOSITORY
Creates a repository in a remote storage system that is used to store data snapshots for backing up and restoring data.
ποΈ DROP REPOSITORY
Deletes a repository.
ποΈ RECOVER
Recovers a database, table, or partition that was dropped by using the DROP command.
ποΈ RESTORE
Restores databases, tables, materialized views, logical views, and UDFs in StarRocks from a snapshot created by BACKUP.
ποΈ SHOW BACKUP
Views the last BACKUP task in a specified database.
ποΈ SHOW REPOSITORIES
Views the repositories created in StarRocks.
ποΈ SHOW RESTORE
Views the last RESTORE task in a specified database.
ποΈ SHOW SNAPSHOT
Views data snapshots in a specified repository.