Skip to content

Commit 87163b7

Browse files
committed
Merge branch 'update-default-pg-to-18' into 'master'
chore: update default PostgreSQL version to 18 Closes #664 See merge request postgres-ai/database-lab!1081
2 parents 8c142d7 + 68c6f91 commit 87163b7

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

engine/configs/config.example.logical_generic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ poolManager: # Manages filesystem pools (ZFS) or volume groups (LVM)
3232
databaseContainer: &db_container # Docker config for all DB containers
3333
# See https://postgres.ai/docs/database-lab/supported_databases
3434
# DBLab SE and EE customers get images compatible with RDS, RDS Aurora, GCP CloudSQL, Heroku, Timescale Cloud, Supabase, PostGIS
35-
dockerImage: "postgresai/extended-postgres:17-0.5.3" # Postgres image; major version (17) must match source if physical mode
35+
dockerImage: "postgresai/extended-postgres:18-0.6.2" # Postgres image; major version (18) must match source if physical mode
3636
containerConfig: # Custom container config; see https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources
3737
"shm-size": 1gb # Shared memory size; increase if "could not resize shared memory segment" errors occur
3838

engine/configs/config.example.logical_rds_iam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ poolManager: # Manages filesystem pools (ZFS) or volume groups (LVM)
3232
databaseContainer: &db_container # Docker config for all DB containers
3333
# See https://postgres.ai/docs/database-lab/supported_databases
3434
# DBLab SE and EE customers get images compatible with RDS, RDS Aurora, GCP CloudSQL, Heroku, Timescale Cloud, Supabase, PostGIS
35-
dockerImage: "postgresai/extended-postgres:17-0.5.3" # Postgres image; major version (17) must match source if physical mode
35+
dockerImage: "postgresai/extended-postgres:18-0.6.2" # Postgres image; major version (18) must match source if physical mode
3636
containerConfig: # Custom container config; see https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources
3737
"shm-size": 1gb # Shared memory size; increase if "could not resize shared memory segment" errors occur
3838

engine/configs/config.example.physical_generic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ poolManager: # Manages filesystem pools (ZFS) or volume groups (LVM)
3232
databaseContainer: &db_container # Docker config for all DB containers
3333
# See https://postgres.ai/docs/database-lab/supported_databases
3434
# DBLab SE and EE customers get images compatible with RDS, RDS Aurora, GCP CloudSQL, Heroku, Timescale Cloud, Supabase, PostGIS
35-
dockerImage: "postgresai/extended-postgres:17-0.5.3" # Postgres image; major version (17) must match source if physical mode
35+
dockerImage: "postgresai/extended-postgres:18-0.6.2" # Postgres image; major version (18) must match source if physical mode
3636
containerConfig: # Custom container config; see https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources
3737
"shm-size": 1gb # Shared memory size; increase if "could not resize shared memory segment" errors occur
3838

@@ -156,4 +156,4 @@ platform:
156156
# orgKey: "org_key" # Organization key
157157
# accessToken: "platform_access_token" # Token for authorization in Platform API; get it at https://postgres.ai/console/YOUR_ORG_NAME/tokens
158158
# enablePersonalTokens: true # Enable authorization with personal tokens of the organization's members.
159-
#
159+
#

engine/configs/config.example.physical_pgbackrest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ poolManager: # Manages filesystem pools (ZFS) or volume groups (LVM)
3232
databaseContainer: &db_container # Docker config for all DB containers
3333
# See https://postgres.ai/docs/database-lab/supported_databases
3434
# DBLab SE and EE customers get images compatible with RDS, RDS Aurora, GCP CloudSQL, Heroku, Timescale Cloud, Supabase, PostGIS
35-
dockerImage: "postgresai/extended-postgres:17-0.5.3" # Postgres image; major version (17) must match source if physical mode
35+
dockerImage: "postgresai/extended-postgres:18-0.6.2" # Postgres image; major version (18) must match source if physical mode
3636
containerConfig: # Custom container config; see https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources
3737
"shm-size": 1gb # Shared memory size; increase if "could not resize shared memory segment" errors occur
3838

@@ -186,4 +186,4 @@ platform:
186186
# orgKey: "org_key" # Organization key
187187
# accessToken: "platform_access_token" # Token for authorization in Platform API; get it at https://postgres.ai/console/YOUR_ORG_NAME/tokens
188188
# enablePersonalTokens: true # Enable authorization with personal tokens of the organization's members.
189-
#
189+
#

engine/configs/config.example.physical_walg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ poolManager: # Manages filesystem pools (ZFS) or volume groups (LVM)
3232
databaseContainer: &db_container # Docker config for all DB containers
3333
# See https://postgres.ai/docs/database-lab/supported_databases
3434
# DBLab SE and EE customers get images compatible with RDS, RDS Aurora, GCP CloudSQL, Heroku, Timescale Cloud, Supabase, PostGIS
35-
dockerImage: "postgresai/extended-postgres:17-0.5.3" # Postgres image; major version (17) must match source if physical mode
35+
dockerImage: "postgresai/extended-postgres:18-0.6.2" # Postgres image; major version (18) must match source if physical mode
3636
containerConfig: # Custom container config; see https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources
3737
"shm-size": 1gb # Shared memory size; increase if "could not resize shared memory segment" errors occur
3838

@@ -159,4 +159,4 @@ platform:
159159
# orgKey: "org_key" # Organization key
160160
# accessToken: "platform_access_token" # Token for authorization in Platform API; get it at https://postgres.ai/console/YOUR_ORG_NAME/tokens
161161
# enablePersonalTokens: true # Enable authorization with personal tokens of the organization's members.
162-
#
162+
#

0 commit comments

Comments
 (0)