InvenTree icon indicating copy to clipboard operation
InvenTree copied to clipboard

Update target version of postgresql

Open SchrodingersGat opened this issue 1 year ago • 1 comments

We should update the version of postgresql that we target, in the docs and also in the docker image. Currently running against postgresql:13

Original Issue

Not sure this is a bug; officially we target psql14 right now; would have to be determined if we can support more versions without problems.

Not entirely sure why we pinned the client down to 13 - do you have a recollection @SchrodingersGat?

Originally posted by @matmair in https://github.com/inventree/InvenTree/issues/6645#issuecomment-1979182572

SchrodingersGat avatar Mar 06 '24 09:03 SchrodingersGat

I would be interested in this - in particular if a selection of server versions are supported. I would like to host the database separately on a cluster managed by another team that I have no control of the version of (so I can run Inventree in Kubernetes). It's currently 14, but of course that could change. Currently the psql client in the container only supports 13 for the server, which blocks this. Thanks!

willfurnell avatar Oct 02 '24 09:10 willfurnell