DATABASE-RESTORE
On this page
Available since MemSQL Ops version 4.
Restore a SingleStoreDB database from a backup.
Usage
usage: memsql-ops database-restore [--settings-file SETTINGS_FILE] [--async][--no-prompt][backup_id]Restore a SingleStoreDB database from a backup.positional arguments:backup_id The ID of the backup to use.optional arguments:--settings-file SETTINGS_FILEA path to a MemSQL Ops settings.conf file. If not set,we will use the file in the same directory as theMemSQL Ops binary.--async If this option is true, we will exit without waitingfor the database to be fully restored.--no-prompt Skip interactive prompts if ID is not provided. Thisshould be used for non-interactive scripts andautomation.
Last modified: April 25, 2023