Implementation guide

From your initial changelog to production deployment, our Implementation Guide offers the structure, examples, and best practices needed to develop reliable database change management workflows.

What's included

Whether you're starting a new project or integrating Liquibase into an existing database, this guide covers:

  • Getting started with Liquibase fundamentals and changelog concepts

  • Setting up your project structure and generating initial changelogs

  • Tracking changes and managing multiple environments

  • Implementing rollback strategies for SQL and modeled changelog formats

  • Advanced techniques for capturing manual changes with snapshots and diff

  • Automating deployments with CI/CD workflows like GitHub Actions