immich-app / immich-charts

Helm chart implementation of Immich
https://immich.app
GNU Affero General Public License v3.0
92 stars 39 forks source link

chore!: Bump postgresql major version to latest #74

Closed martimors closed 3 months ago

martimors commented 3 months ago

I can't find anywhere in the docs where it says the specific 2-3 year old postgresql 14 is required. I am running my setup with postgresql 16 and have not faced any issues, which is to be expected from one of the worlds most widely used SQL backends. I think bumping this should be completely safe. Bumped the immich tag too just to be absolutely sure.

bo0tzz commented 3 months ago

Major postgres upgrades are not straightforward, so this would be a breaking change for most people who are using the chart right now. The reason that 14 was chosen initially is because that's also what the main docker-compose for Immich uses. When that gets upgraded (with the appropriate warnings in the Immich release notes), I will upgrade this chart to match.