Skip to content

Commit 2a45ae3

Browse files
committed
Merge branch 'nik-default-pg16-and-matching-note' into 'master'
PG16 is default; a note about matching version See merge request postgres-ai/database-lab!901
2 parents 63c6515 + 5e7b3ea commit 2a45ae3

5 files changed

+35
-20
lines changed

engine/configs/config.example.logical_generic.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,13 @@ databaseContainer: &db_container
9898
# We need to specify which Postgres Docker image is to be used for that.
9999
# The default is the extended Postgres image built on top of the official Postgres image
100100
# (See https://postgres.ai/docs/database-lab/supported_databases).
101-
# It is possible to choose any custom or official Docker image that runs Postgres. Our Dockerfile
102-
# (See https://gitlab.com/postgres-ai/custom-images/-/tree/master/extended)
103-
# is recommended in case if customization is needed.
104-
dockerImage: "postgresai/extended-postgres:16-0.4.6"
101+
#
102+
# For paid customers, Postgres.AI maintains a set of images compatible with
103+
# RDS and RDS Aurora, GCP CloudSQL, Heroku, Timescale Cloud, Supabase, PostGIS.
104+
#
105+
# IMPORTANT: Postgres version of this image should match the source's Postgres version.
106+
# For logical mode, it is a recommendation. For physical mode, it is a *requirement*.
107+
dockerImage: "postgresai/extended-postgres:16-0.5.0"
105108

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

engine/configs/config.example.logical_rds_iam.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,13 @@ databaseContainer: &db_container
9797
# We need to specify which Postgres Docker image is to be used for that.
9898
# The default is the extended Postgres image built on top of the official Postgres image
9999
# (See https://postgres.ai/docs/database-lab/supported_databases).
100-
# It is possible to choose any custom or official Docker image that runs Postgres. Our Dockerfile
101-
# (See https://gitlab.com/postgres-ai/custom-images/-/tree/master/extended)
102-
# is recommended in case if customization is needed.
103-
dockerImage: "postgresai/extended-postgres:16-0.4.6"
100+
#
101+
# For paid customers, Postgres.AI maintains a set of images compatible with
102+
# RDS and RDS Aurora, GCP CloudSQL, Heroku, Timescale Cloud, Supabase, PostGIS.
103+
#
104+
# IMPORTANT: Postgres version of this image should match the source's Postgres version.
105+
# For logical mode, it is a recommendation. For physical mode, it is a *requirement*.
106+
dockerImage: "postgresai/extended-postgres:16-0.5.0"
104107

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

engine/configs/config.example.physical_generic.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,13 @@ databaseContainer: &db_container
9797
# We need to specify which Postgres Docker image is to be used for that.
9898
# The default is the extended Postgres image built on top of the official Postgres image
9999
# (See https://postgres.ai/docs/database-lab/supported_databases).
100-
# Any custom or official Docker image that runs Postgres. Our Dockerfile
101-
# (See https://gitlab.com/postgres-ai/custom-images/-/tree/master/extended)
102-
# is recommended in case if customization is needed.
103-
dockerImage: "postgresai/extended-postgres:16-0.4.6"
100+
#
101+
# For paid customers, Postgres.AI maintains a set of images compatible with
102+
# RDS and RDS Aurora, GCP CloudSQL, Heroku, Timescale Cloud, Supabase, PostGIS.
103+
#
104+
# IMPORTANT: Postgres version of this image should match the source's Postgres version.
105+
# For logical mode, it is a recommendation. For physical mode, it is a *requirement*.
106+
dockerImage: "postgresai/extended-postgres:16-0.5.0"
104107

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

engine/configs/config.example.physical_pgbackrest.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,13 @@ databaseContainer: &db_container
9797
# We need to specify which Postgres Docker image is to be used for that.
9898
# The default is the extended Postgres image built on top of the official Postgres image
9999
# (See https://postgres.ai/docs/database-lab/supported_databases).
100-
# Any custom or official Docker image that runs Postgres. Our Dockerfile
101-
# (See https://gitlab.com/postgres-ai/custom-images/-/tree/master/extended)
102-
# is recommended in case if customization is needed.
103-
dockerImage: "postgresai/extended-postgres:16-0.4.6"
100+
#
101+
# For paid customers, Postgres.AI additionally maintains a set of images compatible with
102+
# RDS and RDS Aurora, GCP CloudSQL, Heroku, Timescale Cloud, Supabase, PostGIS.
103+
#
104+
# IMPORTANT: Postgres version of this image should match the source's Postgres version.
105+
# For logical mode, it is a recommendation. For physical mode, it is a *requirement*.
106+
dockerImage: "postgresai/extended-postgres:16-0.5.0"
104107

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

engine/configs/config.example.physical_walg.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,13 @@ databaseContainer: &db_container
9797
# We need to specify which Postgres Docker image is to be used for that.
9898
# The default is the extended Postgres image built on top of the official Postgres image
9999
# (See https://postgres.ai/docs/database-lab/supported_databases).
100-
# Any custom or official Docker image that runs Postgres. Our Dockerfile
101-
# (See https://gitlab.com/postgres-ai/custom-images/-/tree/master/extended)
102-
# is recommended in case if customization is needed.
103-
dockerImage: "postgresai/extended-postgres:16-0.4.6"
100+
#
101+
# For paid customers, Postgres.AI additionally maintains a set of images compatible with
102+
# RDS and RDS Aurora, GCP CloudSQL, Heroku, Timescale Cloud, Supabase, PostGIS.
103+
#
104+
# IMPORTANT: Postgres version of this image should match the source's Postgres version.
105+
# For logical mode, it is a recommendation. For physical mode, it is a *requirement*.
106+
dockerImage: "postgresai/extended-postgres:16-0.5.0"
104107

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

0 commit comments

Comments
 (0)