Skip to content

arcsecond db

arcsecond db [OPTIONS] COMMAND [ARGS]...

Manage the Arcsecond.local database.

Subcommands

arcsecond db set-password

arcsecond db set-password [OPTIONS]

Rotate the Postgres password, in the database and in .env together.

Options

OptionDescription
--password TEXTPassword to set. Omit to generate a strong random one (recommended).
--showPrint the new password instead of only writing it.
--no-restartDo not recreate the app containers. They keep using the old password until you recreate them yourself.
--dry-runShow what would happen, change nothing.
-v, --verboseIncreases verbosity.

MIT Licensed