diff --git a/ansible/vars.yml b/ansible/vars.yml index 47425acf9..c72e5b1ba 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -10,9 +10,9 @@ postgres_major: # Full version strings for each major version postgres_release: - postgresorioledb-17: "17.6.0.020-orioledb" - postgres17: "17.6.1.063" - postgres15: "15.14.1.063" + postgresorioledb-17: "17.6.0.021-orioledb" + postgres17: "17.6.1.064" + postgres15: "15.14.1.064" # Non Postgres Extensions pgbouncer_release: 1.19.0 diff --git a/migrations/db/init-scripts/00000000000000-initial-schema.sql b/migrations/db/init-scripts/00000000000000-initial-schema.sql index 2406a7485..b32db6b93 100644 --- a/migrations/db/init-scripts/00000000000000-initial-schema.sql +++ b/migrations/db/init-scripts/00000000000000-initial-schema.sql @@ -11,7 +11,7 @@ alter user supabase_admin with superuser createdb createrole replication bypass create user supabase_replication_admin with login replication; -- Supabase etl user -create user supabase_etl_admin with login replication; +create user supabase_etl_admin with login replication bypassrls; grant pg_read_all_data to supabase_etl_admin; grant create on database postgres to supabase_etl_admin; diff --git a/nix/tests/expected/roles.out b/nix/tests/expected/roles.out index 9c5a47a71..0cd94fc83 100644 --- a/nix/tests/expected/roles.out +++ b/nix/tests/expected/roles.out @@ -46,7 +46,7 @@ order by rolname; service_role | f | f | f | t | f | f | -1 | t | supabase_admin | t | t | t | t | t | t | -1 | t | supabase_auth_admin | t | t | f | f | f | f | -1 | f | - supabase_etl_admin | f | t | f | t | f | t | -1 | f | + supabase_etl_admin | f | t | f | t | f | t | -1 | t | supabase_functions_admin | t | t | f | f | f | f | -1 | f | supabase_read_only_user | f | t | f | t | f | f | -1 | t | supabase_replication_admin | f | t | f | t | f | t | -1 | f |