Skip to content

Commit 18241d8

Browse files
authored
fix: update default postgres major version to 17 (#3652)
1 parent 070e558 commit 18241d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/config/templates/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ port = 54322
2828
shadow_port = 54320
2929
# The database major version to use. This has to be the same as your remote database's. Run `SHOW
3030
# server_version;` on the remote database to check.
31-
major_version = 15
31+
major_version = 17
3232

3333
[db.pooler]
3434
enabled = false

pkg/config/testdata/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ port = 54322
2828
shadow_port = 54320
2929
# The database major version to use. This has to be the same as your remote database's. Run `SHOW
3030
# server_version;` on the remote database to check.
31-
major_version = 15
31+
major_version = 17
3232

3333
[db.migrations]
3434
# Specifies an ordered list of schema files that describe your database.

0 commit comments

Comments
 (0)