Open hardillb opened 1 month ago
You need to update to the latest patch release of Postgresql 14 (14.13). This can be done in place, without upgrading your pg data directory.
If you want to update to a more recent postgres major version, then you need to follow the postgres upgrade procedure, that involves either a dump, or using pg_upgrade
.
@renchap and how do I do that with the version of PostgreSQL that was installed by the helmchart?
Also the release notes for 4.3.0 say that they support for PostgreSQL 12 up
@renchap and how do I do that with the version of PostgreSQL that was installed by the helmchart?
You probably should update postgresql.image.tag
to use a more recent image. I can no check right now, but I can look into it tomorrow
Also the release notes for 4.3.0 say that they support for PostgreSQL 12 up
Yes, we missed that one of our dependencies has a specific check for versions 14.0 to 14.3, as they have a known data corruption bug. We will update the release notes tomorrow
Trying to upgrade the dependencies also fails as PostgreSQL16 won't open the data directory of PostgreSQL 14 to upgrade