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

question about operator upgrade process #386

Open
fuqi1001 opened this issue Sep 11, 2024 · 0 comments
Open

question about operator upgrade process #386

fuqi1001 opened this issue Sep 11, 2024 · 0 comments
Labels
chart( operator ) Related to the operator (cloudnative-pg) chart

Comments

@fuqi1001
Copy link

Base on the cloudnative document, if i used the manifest(yaml) to provision the cnpg operator, i need to perform the upgrade sequentially, for example from 1.22.1 to 1.22.5, i need to apply 1.22.2, 1.22.3, 1.22.4, 1.22.5 yaml to finish the upgrade.

i would like to ask the question if i used the helm charts to install the operator, for example v0.20.1 (cnpg version 1.22.1), and now i want to upgrade to cnpg version 1.23.4, what is the appropriate or best practice to perform the upgrade?

  1. Directly download the v0.21.6 helm charts release and overwrite the appVersion (default from this release is 1.23.3) to 1.23.4.
  2. or i also need to follow the cnpg documents to perform the upgrade sequentially to install each minor version one after each, 1.22.2 -> 1.22.3 -> 1.22.4 -> 1.22.5 -> 1.23.0 -> 1.23.1 -> 1.23.2 -> 1.23.3 -> 1.23.4?
@itay-grudev itay-grudev added the chart( operator ) Related to the operator (cloudnative-pg) chart label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chart( operator ) Related to the operator (cloudnative-pg) chart
Projects
None yet
Development

No branches or pull requests

2 participants