From ddaad5a50b3dc80e4359fc03a7ce1e965ceedbcf Mon Sep 17 00:00:00 2001 From: Raminder Singh Date: Wed, 19 Aug 2026 06:11:44 +0530 Subject: [PATCH 1/2] chore: disable track_utility before statements with passwords --- migrations/db/migrate.sh | 12 ++++++++---- nix/tools/postgresql_schema.sql | 2 ++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/migrations/db/migrate.sh b/migrations/db/migrate.sh index e7092c4d70..bf8ea55535 100755 --- a/migrations/db/migrate.sh +++ b/migrations/db/migrate.sh @@ -29,6 +29,7 @@ fi db=$(cd -- "$(dirname -- "$0")" >/dev/null 2>&1 && pwd) if [ -z "${USE_DBMATE:-}" ]; then psql -v ON_ERROR_STOP=1 --no-password --no-psqlrc -U supabase_admin < Date: Wed, 19 Aug 2026 06:15:30 +0530 Subject: [PATCH 2/2] chore: bump AMI versions --- ansible/vars.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/vars.yml b/ansible/vars.yml index b177c4dc99..e0414bc2a2 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -11,9 +11,9 @@ postgres_major: # This is the source of truth for Postgres versions used in the Dockerfiles, and # is used to derive image tags and base images in the release matrix. postgres_release: - postgresorioledb-17: "17.9.0.016-orioledb" - postgres17: "17.6.1.163" - postgres15: "15.14.1.163" + postgresorioledb-17: "17.9.0.017-orioledb" + postgres17: "17.6.1.164" + postgres15: "15.14.1.164" # Docker release matrix — base images built first, layered images built on top. # tag and base_tag are derived at build time from postgres_release via release_key. # tag_suffix is appended to the release version to form the final image tag.