Overview
{info,install,role,check,dump,restore,baseline,upgrade} ...
options:
-h, --help
: show this help message and exit-c CONFIG_FILE, --config_file CONFIG_FILE
set the config file. Default: .pum.yaml
-s PG_SERVICE, --pg-service PG_SERVICE
Name of the postgres service
-d DIR, --dir DIR
: Directory or URL of the module. Default: .-v, --verbose
: Increase output verbosity (e.g. -v, -vv)--version
: Show program's version number and exit.
commands:
-
valid pum commands
-
{info,install,role,check,dump,restore,baseline,upgrade}
info
: show info about schema migrations history.install
: Installs the module.role
: manage roles in the databasecheck
: check the differences between two databasesdump
: dump a Postgres databaserestore
: restore a Postgres database from a dump filebaseline
: Create upgrade information table and set baselineupgrade
: upgrade db