@@ -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
0 commit comments