Skip to content

Commit 78ec62f

Browse files
committed
chore: minor correction
1 parent d4328be commit 78ec62f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ansible/tasks/setup-wal-g.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
- name: Install wal-g from nix binary cache
9090
become: yes
9191
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"
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 }}#wal-g"
9393
when: stage2_nix
9494

9595
- name: Create symlink for wal-g from Nix profile to /usr/local/bin

ansible/vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ postgres_major:
88

99
# Full version strings for each major version
1010
postgres_release:
11-
postgresorioledb-17: "17.0.1.041-orioledb-rc-1"
12-
postgres15: "15.8.1.047-rc-1"
11+
postgresorioledb-17: "17.0.1.041-orioledb-rc-2"
12+
postgres15: "15.8.1.047-rc-2"
1313

1414
# Non Postgres Extensions
1515
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)