diff --git a/cloud_docs/reference/cli/_generated/db.md b/cloud_docs/reference/cli/_generated/db.md index 2f6a4f51..c72513ea 100644 --- a/cloud_docs/reference/cli/_generated/db.md +++ b/cloud_docs/reference/cli/_generated/db.md @@ -13,6 +13,10 @@ Available subcommands: Danger Zone wipe Irreversibly wipe and recreate the database, deleting all data and schema changes. +Service + backup Manage database backup snapshots. + schedule Manage the automated database backup schedule. + Run "scloud help" to see global options. See the full documentation at: https://docs.serverpod.dev/cloud/reference/cli/commands/db @@ -56,6 +60,47 @@ See the full documentation at: https://docs.serverpod.dev/cloud/reference/cli/co ``` +#### `backup` + +```console +Manage database backup snapshots. + +Usage: scloud db backup [arguments] +-h, --help Print this usage information. + +Available subcommands: + create Create a manual database backup snapshot. + list List the database backup snapshots. + +Danger Zone + delete Delete a database backup snapshot. + restore Restore the live database to a backup snapshot. + +Run "scloud help" to see global options. + +See the full documentation at: https://docs.serverpod.dev/cloud/reference/cli/commands/db + +``` + +#### `schedule` + +```console +Manage the automated database backup schedule. + +Usage: scloud db schedule [arguments] +-h, --help Print this usage information. + +Available subcommands: + set Set (create or update) the automated backup schedule. + show Show the automated backup schedule. + unset Unset (disable) the automated backup schedule. + +Run "scloud help" to see global options. + +See the full documentation at: https://docs.serverpod.dev/cloud/reference/cli/commands/db + +``` + #### `wipe` ```console