File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8484 replace : " include = '/etc/postgresql-custom/wal-g.conf'"
8585 become : true
8686
87- - name : Move custom wal-g.conf file to /etc/postgresql-custom/conf.d/ wal-g.conf
87+ - name : Move custom wal-g.conf file to /etc/postgresql-custom/wal-g.conf
8888 ansible.builtin.copy :
89- dest : ' /etc/postgresql-custom/conf.d/ wal-g.conf'
89+ dest : ' /etc/postgresql-custom/wal-g.conf'
9090 group : ' postgres'
9191 mode : ' 0664'
9292 owner : ' postgres'
93- src : ' files/postgresql_config/conf.d/wal-g .conf'
93+ src : ' files/postgresql_config/custom_walg .conf'
9494
9595 - name : Create symlink for admin-mgr compatibility
9696 ansible.builtin.file :
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.023 -orioledb"
14- postgres17 : " 17.6.1.066 "
15- postgres15 : " 15.14.1.066 "
13+ postgresorioledb-17 : " 17.6.0.024 -orioledb-dougrevert "
14+ postgres17 : " 17.6.1.067-dougrevert "
15+ postgres15 : " 15.14.1.067-dougrevert "
1616
1717# Non Postgres Extensions
1818pgbouncer_release : 1.19.0
You can’t perform that action at this time.
0 commit comments