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

postgres operator 2.5.0 upgrade from everest 1.3.0 #920

Open
oavril opened this issue Dec 10, 2024 · 1 comment
Open

postgres operator 2.5.0 upgrade from everest 1.3.0 #920

oavril opened this issue Dec 10, 2024 · 1 comment

Comments

@oavril
Copy link

oavril commented Dec 10, 2024

Hello everyone!

I am using version 1.3.0 of Everest.
The interface does not offer me an upgrade button to the Postgres operator 2.5.0.

How can I use the latest version of the operator?

Where is it possible to add a feature that would query the available online releases to install them?

Thank you for your future responses! :slight_smile:

@recharte
Copy link
Collaborator

Hi @oavril, with each version of everest we only support 2 versions of a given operator.
In v1.3.0 we only support PGO v2.3.1 and v2.4.0, which you can check out here. PGO v2.5.0 will come with Everest v1.4.0, planned to be released in a couple of weeks.

The reason for only supporting 2 versions is because the everest operator requires a tight integration with the DB operators (e.g. PGO). Having a generic reconciliation logic that applies to all versions of a given DB operator would be a maintenance nightmare that would lead to a lot of over-complicated code, not to mention a tremendous testing effort from our side. Therefore, we decided that the each everest release will support the 2 latest versions of each DB operator at the time of the release.

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

No branches or pull requests

2 participants