Skip to content

Commit 5e00e1a

Browse files
committed
fix: forgot to bump versions
1 parent ad4f2e0 commit 5e00e1a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ansible/tasks/setup-wal-g.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@
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:

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.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
1818
pgbouncer_release: 1.19.0

0 commit comments

Comments
 (0)