Tag
migrations
.NETWhen Cached State Isn't Enough: Adding PostgreSQL with .NET Aspire
Add PostgreSQL to a .NET Aspire app for durable incident state, with explicit migration ownership across multiple API replicas.
kubernetesWhen Three Kubernetes Pods Try to Run One Database Migration
Three replicas raced the same Prisma migration. A PostgreSQL advisory lock coordinator fixes it when your platform cannot run a pre-deploy Job.
Updated · originally
distributed systemsReplacing a Critical Data Path Without a Flag Day
Shadow reads, a normalized comparison and a staged cutover: how to replace a data path in production without a single big-bang release.