File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ postgres_major:
1010
1111# Full version strings for each major version
1212postgres_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
1818pgbouncer_release : 1.19.0
You can’t perform that action at this time.
0 commit comments