Applies to:
- Liquibase Secure (Pro)
- Liquibase Community (Open Source)
Conditions:
- Any version of Liquibase Secure (Pro) or Community
Question:
Can there be multiple connections in the liquibase.properties file?
Answer:
No, there can only be one database connection per liquibase.properties file. The only exception is the reference database connection for the diff and diff-changelog commands. However, this is only a referential connection, and Liquibase will not deploy changesets to the reference database.
For more information regarding the liquibase.properties file, please review our Create and Configure a liquibase.properties File documentation page.
Comments
0 comments
Article is closed for comments.