Files
awesome-kubernetes/v2-docs/liquibase.md
Nubenetes Bot 19b7b44e20 feat(v2): restore in-page search/tag filter & drop redundant Markdown TOC
Fix: the per-page resource search box with maturity tag-pills stopped
appearing after navigation.instant was enabled (DOMContentLoaded fires only
on first SPA load). Reworked v2_filter.js to init via Material's document$
observable with a DOMContentLoaded fallback, guard double-injection, bind the
clickable-tag delegation once, and add a no-results state. Cache-bust ?v=2.9.12.

Change: removed the duplicated Markdown "## Table of Contents" from all 156 V2
content pages and from v2_optimizer.py — it forced hundreds of links of scroll
on large pages. Replaced by Material's native sticky "On this page" TOC
(removed toc.integrate, added toc.follow). tags.md keeps its TOC (it is an index).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-19 18:49:15 +02:00

4.1 KiB

Liquibase

!!! tip "Nubenetes V2 Elite Portal" You are browsing the AI-Curated V2 Elite Edition. Looking for the exhaustive list of references? Check out the V1 Historical Archive.

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

Cloud Native Infrastructure

Kubernetes Deployment Patterns

Database Deployment

  • (2021) piotrminkowski.com: Blue-green deployment with a database on Kubernetes 🌟 [YAML CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] — Technical blueprint demonstrating blue-green deployments on Kubernetes for applications bound to transactional databases. Explores state synchronization, schema compatibility, and traffic routing mechanisms to prevent transaction loss during rolling updates.

Continuous Delivery

Database GitOps

Liquibase (1)

  • (2023) percona: Database Schema Management Via Liquibase [ADVANCED LEVEL] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Architectural guide for automating relational database migrations using Liquibase in CI/CD chains. Evaluates declarative XML/SQL changeset formats, execution tracking setups, and rollback configurations necessary to safely release database modifications alongside microservices.

Data Architecture

Database Migrations

Tool Comparison

  • (2024) liquibase.org: Liquibase vs. Flyway [COMMUNITY-TOOL] — A detailed evaluation of the architectural trade-offs between Liquibase and Flyway. This resource explores Liquibase's multi-database abstraction layers (XML, YAML, JSON) alongside Flyway's developer-focused, SQL-first approach, explaining their impact on continuous delivery pipelines and database schema version control.

Database Architecture

Database GitOps (1)

Schema Management

  • (2021) ==bytebase/bytebase== 14143 [GO CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — Open-source, web-based database schema change and collaboration tool engineered for DevOps teams and DBAs. Features GitOps-driven workflow mechanics, automated visual SQL review, and centralized security compliance policies to govern multi-engine environments.

Infrastructure as Code

Database Migration

CICD and Delivery

  • (2023) martinfowler.com [ADVANCED LEVEL] [COMMUNITY-TOOL] — A seminal essay on evolutionary database architectures. Highlights methods for treating database schemas as declarative code, versioning migrations, and automating data migrations safely inside unified application delivery pipelines.

💡 Explore Related: Securityascode | Ansible | Devsecops

🔗 See Also: About | Postman