Watch the 7.3 Webinar On-Demand
This new release brings updates to Universal Storage, query
optimization, and usability that you won’t want to miss.
Please follow this guide to learn how to migrate to SingleStore tools.
SingleStore Managed Service does not support this command.
Delete a backup.
usage: memsql-ops backup-delete [--settings-file SETTINGS_FILE] [--async]
[--no-prompt] [--delete-without-prompting]
[--force]
[backup_id]
Delete a backup.
positional arguments:
backup_id The ID of the backup to delete.
optional arguments:
--settings-file SETTINGS_FILE
A path to a MemSQL Ops settings.conf file. If not set,
we will use the file in the same directory as the
MemSQL Ops binary.
--async If this option is true, we will exit without waiting
for the SingleStore DB backup to be fully deleted.
--no-prompt Skip interactive prompts if ID is not provided. This
should be used for non-interactive scripts and
automation.
--delete-without-prompting
If this is true, we will attempt to delete this SingleStore DB
backup without prompting for confirmation.
--force If this is true, we will delete this backup from
MemSQL Ops even if we cannot delete its files on disk.
This option is only applicable to agent backups.