Upgrading PostgreSQL in production is not fun. You have real data, real users, and a version of Postgres thatβs probably several major releases behind. The obvious approach (dump, upgrade, restore) works fine on a 10GB database on a Saturday night. It doesnβt work when you have TBs of data, applications that canβt afford hours of downtime, and a team watching the monitoring dashboard at 2am.
Read more: https://stormatics.tech/blogs/how-to-run-logical-replication-on-a-production-postgresql-cluster
Top comments (0)