Skip to content

arcsecond backups

arcsecond backups [OPTIONS] COMMAND [ARGS]...

Browse and restore Arcsecond.local DB backups.

Subcommands

arcsecond backups inspect

arcsecond backups inspect [OPTIONS] REF

Show detailed info about a backup.

Arguments

  • REF — required

Options

OptionDescription
--dir FOLDERThe Arcsecond.local folder (the one holding docker-compose.yml). Default: the current folder, else the one arcsecond setup last ran in.
-v, --verboseIncreases verbosity.

arcsecond backups list

arcsecond backups list [OPTIONS]

List available DB backups with compatibility status.

Options

OptionDescription
--dir FOLDERThe Arcsecond.local folder (the one holding docker-compose.yml). Default: the current folder, else the one arcsecond setup last ran in.
-v, --verboseIncreases 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

OptionDescription
--forceBypass the incompatible-backup block.
--dry-runPrint every command that would run; do nothing.
--no-safety-backupSkip the pre-restore safety snapshot.
--dir FOLDERThe Arcsecond.local folder (the one holding docker-compose.yml). Default: the current folder, else the one arcsecond setup last ran in.
-v, --verboseIncreases verbosity.

MIT Licensed