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 c60f817 commit ade1845Copy full SHA for ade1845
ansible/tasks/setup-pgbouncer.yml
@@ -102,7 +102,7 @@
102
- name: install pgbouncer from supabase nix binary cache
103
become: yes
104
shell: |
105
- sudo -u pgbouncer bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/{{ git_commit_sha }}#pgbouncer"
+ sudo -u pgbouncer bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile add github:supabase/postgres/{{ git_commit_sha }}#pgbouncer"
106
when: stage2_nix
107
108
- name: PgBouncer - reload systemd
0 commit comments