Tag: #database-migration
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
The Complete Guide to Deployment Strategies: What You Can Still Undo, and What You Cannot
This guide re-sorts deployment strategies along a single axis: reversibility. It gives a checklist for separating changes you can still undo from changes that have already passed the point of no return, the conditions a
2026-08-15 · 23 min read #배포#릴리스#카나리#deployment#canaryDB Migration Tools 2026 — Atlas, Bytebase, Skeema, Liquibase, Flyway, Prisma, Drizzle, gh-ost, pg-osc Deep Comparison (Declarative vs Imperative, Review Workflow, Online DDL)
The DB schema-change tool landscape in 2026 has split into two camps. One is the declarative schema-as-code camp (Atlas, Skeema, Drizzle Kit). You write the desired state in HCL or code and the tool computes the diff. Th
2026-05-14 · 24 min read #database-migration#atlas#bytebase#liquibase#flywayFlyway & Database Migration Complete Guide 2025: Schema Versioning, ORM Integration, Zero-Downtime Deployment
Everything about DB migration! Flyway (version-based), Liquibase (changeset-based), ORM migrations (Prisma/TypeORM/Alembic/Django), zero-downtime schema changes, rollback strategies, CI/CD integration, K8s migration best
2026-03-25 · 26 min read #flyway#database-migration#schema-management#orm#liquibase