Skip to content

Commit d4d9e20

Browse files
committed
fix: tmp alias until internal pr merges on admin-mgr
1 parent 0842286 commit d4d9e20

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

ansible/tasks/setup-wal-g.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,11 @@
7676
mode: '0664'
7777
owner: 'postgres'
7878
src: 'files/postgresql_config/conf.d/wal-g.conf'
79+
80+
- name: Create symlink for admin-mgr compatibility
81+
ansible.builtin.file:
82+
src: '/etc/postgresql-custom/conf.d/wal-g.conf'
83+
dest: '/etc/postgresql-custom/wal-g.conf'
84+
state: 'link'
85+
owner: 'postgres'
86+
group: 'postgres'

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ postgres_major:
1010

1111
# Full version strings for each major version
1212
postgres_release:
13-
postgresorioledb-17: "17.6.0.022-orioledb"
14-
postgres17: "17.6.1.065"
15-
postgres15: "15.14.1.065"
13+
postgresorioledb-17: "17.6.0.023-orioledb-wal-g"
14+
postgres17: "17.6.1.066-wal-g"
15+
postgres15: "15.14.1.066-wal-g"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: 1.19.0

0 commit comments

Comments
 (0)