File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 89
89
- name : Install wal-g from nix binary cache
90
90
become : yes
91
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 "
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 "
93
93
when : stage2_nix
94
94
95
95
- name : Create symlink for wal-g from Nix profile to /usr/local/bin
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ postgres_major:
8
8
9
9
# Full version strings for each major version
10
10
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 "
13
13
14
14
# Non Postgres Extensions
15
15
pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments