Sqitch

sqitch-check

Name

sqitch-check - Checks for divergences between planned and deployed changes.

Synopsis

sqitch check [options] [<database>]

Description

Compares the state of the working directory and the database by comparing the SHA1 hashes of the deploy scripts. Fails and reports divergence for all changes with non-matching hashes, indicating that the project deploy scripts differ from the scripts that were used to deploy to the database.

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.

Options

Sqitch

Part of the sqitch suite.