Supported PostgreSQL versions #24210
Unanswered
alexveecle
asked this question in
General
Replies: 1 comment
|
The minimum is 13, and there isn't a documented maximum - they just test against recent versions (you see 17 in the compose.yaml example). The actual constraints are in the codebase, not docs. Check I've run this with Postgres 14, 15, and 16 in production without issues. The main thing is |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I only found a small note saying that PostgreSQL 13 is the earliest supported version. Is there any other restriction? PostgreSQL major versions do have breaking changes, although from my experience I don't think there's a huge risk for something like Coder, but it would be nice if there was some clear documentation statement about supported versions.
All reactions