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 0f0eecb commit 3b56c40Copy full SHA for 3b56c40
ansible/tasks/setup-wal-g.yml
@@ -33,6 +33,11 @@
33
cmd: 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-2"
34
become: true
35
36
+ - name: nix collect garbage
37
+ ansible.builtin.shell:
38
+ cmd: sudo -u ubuntu bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix-collect-garbage -d"
39
+ become: true
40
+
41
- name: Create symlink to make wal-g-v2 the default wal-g
42
ansible.builtin.file:
43
dest: '/usr/local/bin/wal-g'
0 commit comments