-
Notifications
You must be signed in to change notification settings - Fork 222
Maximum version of postgres is still 14 even though the version 15 container is now available #594
Comments
@Dahs81 Hi, can you share the steps for upgrading the Postgres major version from 14 to 15? |
hey @CoyoteLeo - if helpful this is what I did - YMMV - I ended up deploying a second helm chart with the After that I switched the services out and verified the downstream services/apps were good to go. Other background - the previous version I was migrating from was |
@theblinkingusb Soooooo Great! I really appreciate and admire your sharing! |
What is missing?
Max version in the values.schema.json is version 14.
This needs to be updated to 15 in order to run helm against it.
Why do we need it?
We've manually updated our postgres to version 15, but can't actually run helm without it reverting to version 14.
Anything else we need to know?:
To upgrade to 15, we used
pg15.2-ts2.9.3-latest
image and then set theversion
field to 14. We then manually updated from 14 to 15 by exec'ing into the container and moving the data dir and running pg_upgrade. But we need this field fixed before we can run helm withversion: 15
.I can potentially do a PR for this, but wanted to check and make sure that it wasn't already in the works.
The text was updated successfully, but these errors were encountered: