Liquibase EnterpriseU
- Fundamentals of Liquibase Enterprise
- Authoring Changes with Liquibase Enterprise
- Managing Changes with Liquibase Enterprise
Documentation
Helpful Articles
- Using the metadata.properties file
- Use the Required deployPackager.properties File
- Placing Files in the SCM Repository
- Writing SQL Scripts for Liquibase Enterprise
- Hardware, Software, and Database Requirements
- How To: Configure a Project Using Oracle Schemas for DBdefs
Terminology
When working with Liquibase Enterprise, there are certain keywords that are used to refer to specific processes in Liquibase Enterprise or
Packager
The process of Liquibase packaging the scripts into the changelog.xml file.
Forecasting Changes
The process that will show what changesets will be deployed to the database.
Deploy
Deploy refers to deploying changesets that are in the changelog.xml file to target databases. This is after changesets have been packaged.
daticaldb.log
The daticaldb.log file, which is found in the project directory, is the main log file. Everything that Liquibase does in the packager stage is logged to the daticaldb.log file.
DDB repo
Project directory containing files like the changelog.xml file, datical.project, deployPackager.properties file, daticaldb.log file.
SQL repo
The repo that SQL files are added to. When Packager is ran, it will convert the scripts in this repository to the changelog.xml file.
Comments
0 comments
Article is closed for comments.