Hacker News new | ask | show | jobs
by manquer 2950 days ago
You can use logical replication between 2 versions and fail over to the new version without any downtime . In pg 10+ it is built into core, for earlier versions you can use pglogical or similar tools.
1 comments

Great idea - I'll try to see if this is doable in our situation. Thanks.