arcsecond backups
arcsecond backups [OPTIONS] COMMAND [ARGS]...Browse and restore Arcsecond.local DB backups.
Subcommands
arcsecond backups inspect— Show detailed info about a backup.arcsecond backups list— List available DB backups with compatibility status.arcsecond backups restore— Restore a DB backup.
arcsecond backups inspect
arcsecond backups inspect [OPTIONS] REFShow detailed info about a backup.
Arguments
REF— required
Options
| Option | Description |
|---|---|
--dir FOLDER | The Arcsecond.local folder (the one holding docker-compose.yml). Default: the current folder, else the one arcsecond setup last ran in. |
-v, --verbose | Increases verbosity. |
arcsecond backups list
arcsecond backups list [OPTIONS]List available DB backups with compatibility status.
Options
| Option | Description |
|---|---|
--dir FOLDER | The Arcsecond.local folder (the one holding docker-compose.yml). Default: the current folder, else the one arcsecond setup last ran in. |
-v, --verbose | Increases verbosity. |
arcsecond backups restore
arcsecond backups restore [OPTIONS] [REF]Restore a DB backup. Stops the backend, wipes the DB, pipes the dump back in, then restarts the backend.
Arguments
[REF]— optional
Options
| Option | Description |
|---|---|
--force | Bypass the incompatible-backup block. |
--dry-run | Print every command that would run; do nothing. |
--no-safety-backup | Skip the pre-restore safety snapshot. |
--dir FOLDER | The Arcsecond.local folder (the one holding docker-compose.yml). Default: the current folder, else the one arcsecond setup last ran in. |
-v, --verbose | Increases verbosity. |