Files
awesome-kubernetes/v2-docs/liquibase.md

4.1 KiB

Liquibase

!!! info "Architectural Context" Detailed reference for Liquibase in the context of Hardened Infrastructure.

Standard Reference

Cloud Infrastructure

Kubernetes

Database Design

Software Architecture

Database Design (1)

Database-as-a-Service

  • Explains how schema migrations can be isolated, tested, and applied safely.
  • Guarantees zero production downtime or database table locks.

GitOps

  • bytebase/bytebase 14049 [DE FACTO STANDARD] [ENTERPRISE-STABLE] — An open-source, web-based database schema change and collaboration tool designed for developers and DBAs. Implementing a "Database GitOps" workflow, it provides multi-tenant database change management, visual SQL review, and centralized security compliance pipelines.

Migration Patterns

  • (2026) ==liquibase.org== 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — A leading open-source database schema migration tool that enables teams to track, version, and deploy database changes. It abstracts SQL schemas into XML, YAML, JSON, or plain SQL, facilitating seamless CI/CD integration and deployment across diverse environments.
  • martinfowler.com [DE FACTO STANDARD] — The classic foundational article on Evolutionary Database Design.
  • Defines how to apply Continuous Integration and automated database migrations within modern software lifecycles.
  • Establishes safe practices for database change control that are compatible with agile methodologies.

💡 Explore Related: Kubernetes Security | Devsecops | Kustomize