Applies to
- Liquibase Pro
- Liquibase Open Source (Community)
Conditions
- Any version of Liquibase Pro or Open Source
- Using artifacts
Question
What are the best practices for building an artifact of changesets for Liquibase?
Answer
- Organize Changelogs: Structure the changelogs in subdirectories by feature, module, or version.
- Include All Dependencies: Ensure the ZIP file contains all required files (changelog XMLs, properties, and any referenced scripts).
- Version the Artifact: Name the ZIP file using a clear versioning scheme.
- Verify Before Packaging: Run the changesets in a lower environment to ensure that all of the changesets are able to deploy without errors.
- Document the Contents: Include a README or documentation describing the changesets and how to use them.
Related Article(s)
N/A
Comments
0 comments
Article is closed for comments.