sqitch-status(3pm) | User Contributed Perl Documentation | sqitch-status(3pm) |
sqitch-status - Show the current deployment status of a database
sqitch status [options] [<database>]
Displays information about the current deployment status of a database. The most recently deployed change information is displayed, as well as any related tags. If there are undeployed changes in the plan, they will be listed. Otherwise, a message will indicate that the database is up-to-date.
The "<database>" parameter specifies the database to which to connect, and may also be specified as the "--target" option. It can be target name, a URI, an engine name, or plan file path.
sqitch status --registry registry
The name of the Sqitch registry schema or database in which sqitch stores its own data.
sqitch status --client /usr/local/pgsql/bin/psql
Path to the command-line client for the database engine. Defaults to a client in the current path named appropriately for the database engine.
sqitch status --db-name widgets sqitch status -d bricolage
Name of the database. In general, targets and URIs are preferred, but this option can be used to override the database name in a target.
sqitch status --db-username root sqitch status --db-user postgres sqitch status -u Mom
User name to use when connecting to the database. Does not apply to all engines. In general, targets and URIs are preferred, but this option can be used to override the user name in a target.
sqitch status --db-host db.example.com sqitch status -h appdb.example.net
Host name to use when connecting to the database. Does not apply to all engines. In general, targets and URIs are preferred, but this option can be used to override the host name in a target.
sqitch status --db-port 7654 sqitch status -p 5431
Port number to connect to. Does not apply to all engines. In general, targets and URIs are preferred, but this option can be used to override the port in a target.
sqitch status --plan-file my.plan
Path to the deployment plan file. Overrides target, engine, and core configuration values. Defaults to $top_dir/sqitch.plan.
Part of the sqitch suite.
2022-10-15 | perl v5.34.0 |