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 4dfc295 commit 4bdd38aCopy full SHA for 4bdd38a
ansible/tasks/setup-wal-g.yml
@@ -89,7 +89,7 @@
89
- name: Install wal-g from nix binary cache
90
become: yes
91
shell: |
92
- sudo -u wal-g bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/{{ git_commit_sha }}#{{psql_version}}/bin"
+ sudo -u wal-g bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/{{ git_commit_sha }}#wal-g"
93
when: stage2_nix
94
95
- name: Create symlink for wal-g from Nix profile to /usr/local/bin
0 commit comments