📄️ 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.