Why is postgres:14.2 promoted as default? #13438
-
As I did not found anything about this. Why is especially this version used? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I use Postgres 16 on a deployment and have never seen any issues. |
Beta Was this translation helpful? Give feedback.
-
I assume you're referring to the hard-coded version in our |
Beta Was this translation helpful? Give feedback.
I assume you're referring to the hard-coded version in our
docker-compose.yaml
.There isn't any particular reason that 14.2 is promoted as default; it was probably the "latest" version when that file was added. I'll open a separate PR to bump that.
Anecdotally, I also run my personal deployment on postgres 16.2 and have not run into any issues.