Update target version of postgresql
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
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!