Name

sqitch-deploy - Deploy changes to a database

Synopsis

sqitch [options] deploy [--with-untracked]
sqitch [options] deploy [--with-untracked] <tag>
sqitch [options] deploy [--with-untracked] --to <tag>

Description

Deploy changes to the database. Changes will begin from the current deployment state. They will run to the latest tag, unless a target tag is specified, either via --to or with no option flag, in which case changes will be deployed up-to and including that tag.

If the database it up-to-date, no changes will be made. If a tag is specified that appears earlier in the plan than the currently-deployed tag, an error will be returned, along with a suggestion to instead use sqitch-revert.

Sqitch

Part of the sqitch suite.