Liquibase® version 3.8.5 is now available! Get it for free.
2018 XML Announcement
News All Previous Posts >>

Subscribe for email updates

- and/or -

Change: ‘stop’

Stops Liquibase execution with a message. Mainly useful for debugging and stepping through a changelog

Available Attributes

NameDescription
messageMessage to output when execution stopsDefault: 'Stop command in changelog file'
<changeSet author="liquibase-docs" id="stop-example">
    <stop message="What just happened???"/>
</changeSet>
changeSet:
  id: stop-example
  author: liquibase-docs
  changes:
  - stop:
      message: What just happened???
{
  "changeSet": {
    "id": "stop-example",
    "author": "liquibase-docs",
    "changes": [
      {
        "stop": {
          "message": "What just happened???"
        }
      }]
    
  }
}

Database Support

DatabaseNotesAuto Rollback
DB2/LUWSupportedNo
DB2/zSupportedNo
DerbySupportedNo
FirebirdSupportedNo
H2SupportedNo
HyperSQLSupportedNo
INGRESSupportedNo
InformixSupportedNo
MariaDBSupportedNo
MySQLSupportedNo
OracleSupportedNo
PostgreSQLSupportedNo
SQL ServerSupportedNo
SQLiteSupportedNo
SybaseSupportedNo
Sybase AnywhereSupportedNo