We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f63f35 commit 3e9e76cCopy full SHA for 3e9e76c
ansible/tasks/stage2/stage2-setup-postgres.yml
@@ -1,7 +1,7 @@
1
- name: Install Postgres from nix binary cache
2
become: yes
3
shell: |
4
- sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres#psql_15/bin"
+ 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#psql_15/bin"
5
6
- name: Install pg_prove from nix binary cache
7
0 commit comments