Skip to content

Commit 73fa7f5

Browse files
committed
fix: do not try to remove yet, just check if postgres user is in users group
1 parent ec27e73 commit 73fa7f5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

ansible-nix/tasks/stage2/stage2-setup-postgres.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
shell: |
99
sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/sam/2-stage-ami-nix#pg_prove"
1010
11-
- name: Remove postgres user from users group
12-
become: yes
13-
command: gpasswd -d postgres users
14-
1511
1612
#TODO switch pg_prove sourcing to develop branch once PR is merged
1713

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.31-nix-staged"
1+
postgres-version = "15.6.1.32-nix-staged"

0 commit comments

Comments
 (0)