Skip to content

Commit fab3230

Browse files
committed
fix: wal-g conf name somehow was wrong, resolved
1 parent fd8a369 commit fab3230

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ansible/tasks/setup-wal-g.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
- name: Move custom wal-g.conf file to /etc/postgresql-custom/conf.d/wal-g.conf
6464
copy:
65-
src: "files/postgresql_config/conf.d/walg.conf"
65+
src: "files/postgresql_config/conf.d/wal-g.conf"
6666
dest: /etc/postgresql-custom/conf.d/wal-g.conf
6767
mode: 0664
6868
owner: postgres

graph.png

8.49 MB
Loading

0 commit comments

Comments
 (0)