Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pgupgrade with no downtime #3980

Open
fara-tode opened this issue Aug 27, 2024 · 2 comments
Open

pgupgrade with no downtime #3980

fara-tode opened this issue Aug 27, 2024 · 2 comments

Comments

@fara-tode
Copy link

Overview

please provide the option to perform pgupgrade on pgcluster with at least 2 replicas with no downtime.

Use Case

strict SLAs

Desired Behavior

perform an upgrade on secondary first, after upgrade ensure secondary is in sync with leader, switchover to upgraded instance and upgrade other instances.

Environment

  • Platform: Kubernetes

Additional Information

@dsessler7
Copy link
Contributor

Hey @fara-tode! Just wanted to let you know that we have a story in our backlog to add this capability.

@Ramki33
Copy link

Ramki33 commented Nov 15, 2024

Hi,

Is that technically its possible "zero down time" in cluster mode while PGDB is upgraded to major version
let us say, we have 2 instance PGDB1 & PGDB2 in cluster

PGDB1 is upgrade running for 30 min & during that 30 min PGDB2 is allowed read & write

PGDB1 makes meta data changes as part of upgrade & PGDB2 make changes like Insert, update, delete, index /view/ partition create/drop etc.

now we need to sync from both the DB, How it's possible.? and when this will be in sync

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants