Skip to content

Commit 5c65b64

Browse files
committed
Merge branch 'default-pg-13-to-14' into 'master'
Postgres 14 as default See merge request postgres-ai/database-lab!384
2 parents 569dc27 + 686e8cd commit 5c65b64

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

configs/config.example.logical_generic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ databaseContainer: &db_container
108108
# It is possible to choose any custom or official Docker image that runs Postgres. Our Dockerfile
109109
# (See https://gitlab.com/postgres-ai/custom-images/-/tree/master/extended)
110110
# is recommended in case if customization is needed.
111-
dockerImage: "postgresai/extended-postgres:13"
111+
dockerImage: "postgresai/extended-postgres:14"
112112

113113
# Container parameters, see
114114
# https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources

configs/config.example.logical_rds_iam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ databaseContainer: &db_container
108108
# It is possible to choose any custom or official Docker image that runs Postgres. Our Dockerfile
109109
# (See https://gitlab.com/postgres-ai/custom-images/-/tree/master/extended)
110110
# is recommended in case if customization is needed.
111-
dockerImage: "postgresai/extended-postgres:13"
111+
dockerImage: "postgresai/extended-postgres:14"
112112

113113
# Custom parameters for containers with PostgreSQL, see
114114
# https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources

configs/config.example.physical_generic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ databaseContainer: &db_container
108108
# Any custom or official Docker image that runs Postgres. Our Dockerfile
109109
# (See https://gitlab.com/postgres-ai/custom-images/-/tree/master/extended)
110110
# is recommended in case if customization is needed.
111-
dockerImage: "postgresai/extended-postgres:13"
111+
dockerImage: "postgresai/extended-postgres:14"
112112

113113
# Custom parameters for containers with PostgreSQL, see
114114
# https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources

configs/config.example.physical_walg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ databaseContainer: &db_container
108108
# Any custom or official Docker image that runs Postgres. Our Dockerfile
109109
# (See https://gitlab.com/postgres-ai/custom-images/-/tree/master/extended)
110110
# is recommended in case if customization is needed.
111-
dockerImage: "postgresai/extended-postgres:13"
111+
dockerImage: "postgresai/extended-postgres:14"
112112

113113
# Custom parameters for containers with PostgreSQL, see
114114
# https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources

0 commit comments

Comments
 (0)