Tag: #upgrade
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 1 posts
PostgreSQL Version Upgrade Strategies — pg_upgrade and Logical Replication
A practical comparison of three ways to perform a PostgreSQL major version upgrade: dump/restore, pgupgrade, and logical replication. We cover downtime trade-offs, the pgupgrade --link procedure and its caveats, near-zer
2026-06-16 · 16 min read #postgresql#database#upgrade#pg-upgrade#logical-replication