zalando / postgres-operator

Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
https://postgres-operator.readthedocs.io/
MIT License
4.15k stars 950 forks source link

Describe operator upgrade step-by-step in documentation #2070

Open oneumyvakin opened 1 year ago

oneumyvakin commented 1 year ago

Current description of operator upgrade is too high level https://github.com/zalando/postgres-operator/blob/master/docs/administrator.md#upgrading-the-operator

Could you please improve with example of step-by-step command lines how to upgrade operator from 1.8.0 to 1.8.2 using Helm and without Helm?

FxKu commented 1 year ago

I think without helm it's really just updating the image in the deployment. In case there are breaking changes, I will list them in the next release notes.

We are not using helm so I cannot really provide a guide there. I'm aware that we might not follow correct guidelines for handling releases, but I need someone from the helm user community to fix it.