Skip to content

Commit ade1845

Browse files
committed
switch nix profile install to add
1 parent c60f817 commit ade1845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/setup-pgbouncer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
- name: install pgbouncer from supabase nix binary cache
103103
become: yes
104104
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"
105+
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"
106106
when: stage2_nix
107107

108108
- name: PgBouncer - reload systemd

0 commit comments

Comments
 (0)