Skip to content

Commit

Permalink
fix: trying in second stage
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed May 15, 2024
1 parent b6c40f4 commit 6996c54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ansible-nix/tasks/stage2/stage2-setup-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
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

# - name: Generate en_US.UTF-8 locale
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.26-nix-staged"
postgres-version = "15.6.1.27-nix-staged"

0 comments on commit 6996c54

Please sign in to comment.