0

As the title says: how can I set a timeout for liquibase changesets? I need this to ensure that an oversight in a changeset cannot suddenly bring the production environment to a halt.

Tiddo
  • 6,331
  • 6
  • 52
  • 85
  • 1
    What timeout do you want to specify? To limit max duration of changeset execution? – dbf Mar 10 '17 at 06:31

1 Answers1

0

You can set timeout at jdbc-driver level using property (for example, see Setting Network Timeout for JDBC connection) and pass it using -D variable or with property-file to liquibase.

Community
  • 1
  • 1
dbf
  • 6,399
  • 2
  • 38
  • 65