ποΈ BACKUP
Backs up data in a specified database, table, or partition. Currently, StarRocks only supports backing up data in OLAP tables.
ποΈ 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. Repositories are used to store data snapshots for data backup and restoration.
ποΈ RECOVER
Recovers a database, table, or partition that was dropped by using the DROP command. The dropped database, table, or partition can be recovered within the period specified by the FE parameter catalogtrashexpire_second (1 day by default).
ποΈ RESTORE
Restores data to a specified database, table, or partition. Currently, StarRocks only supports restoring data to OLAP tables.
ποΈ 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. For more information, see data backup and restoration.