Skip to content

Commit

Permalink
fix: do not try to remove yet, just check if postgres user is in user…
Browse files Browse the repository at this point in the history
…s group
  • Loading branch information
samrose committed May 15, 2024
1 parent ec27e73 commit 73fa7f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions ansible-nix/tasks/stage2/stage2-setup-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
shell: |
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"
- name: Remove postgres user from users group
become: yes
command: gpasswd -d postgres users

#TODO switch pg_prove sourcing to develop branch once PR is merged

Expand Down
2 changes: 1 addition & 1 deletion common-nix.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.6.1.31-nix-staged"
postgres-version = "15.6.1.32-nix-staged"

0 comments on commit 73fa7f5

Please sign in to comment.