Skip to content

Commit 056780f

Browse files
committed
chore: restore wal-g build approach
1 parent f485fb6 commit 056780f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ansible/tasks/setup-wal-g.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
owner: wal-g
5959
group: wal-g
6060
mode: '0664'
61-
when: stage2_nix
6261

6362
- name: Move custom wal-g.conf file to /etc/postgresql-custom/wal-g.conf
6463
template:
@@ -67,7 +66,6 @@
6766
mode: 0664
6867
owner: postgres
6968
group: postgres
70-
when: stage2_nix
7169

7270
- name: Add script to be run for restore_command
7371
template:
@@ -76,15 +74,13 @@
7674
mode: 0500
7775
owner: postgres
7876
group: postgres
79-
when: stage2_nix
8077

8178
- name: Add helper script for wal_fetch.sh
8279
template:
8380
src: "files/walg_helper_scripts/wal_change_ownership.sh"
8481
dest: /root/wal_change_ownership.sh
8582
mode: 0700
8683
owner: root
87-
when: stage2_nix
8884

8985
- name: Include /etc/postgresql-custom/wal-g.conf in postgresql.conf
9086
become: yes

0 commit comments

Comments
 (0)