Fix the permissions of /usr/local/sbin/postgresql_wal_backup_and_removal
This commit is contained in:
parent
d1bd4ab919
commit
2d4f05bc3a
|
@ -44,7 +44,7 @@
|
||||||
tags: [ 'pg_backup', 'postgresql', 'postgres' ]
|
tags: [ 'pg_backup', 'postgresql', 'postgres' ]
|
||||||
|
|
||||||
- name: Backup script for the postgresql streaming replication database(s)
|
- name: Backup script for the postgresql streaming replication database(s)
|
||||||
template: src=postgresql_wal_backup_and_removal.j2 dest=/usr/local/sbin/postgresql_wal_backup_and_removal owner=root mode=0744
|
template: src=postgresql_wal_backup_and_removal.j2 dest=/usr/local/sbin/postgresql_wal_backup_and_removal owner=root group=postgres mode=0754
|
||||||
tags: [ 'pg_stream_backup', 'postgresql', 'postgres' ]
|
tags: [ 'pg_stream_backup', 'postgresql', 'postgres' ]
|
||||||
|
|
||||||
- name: backuppc root script for the postgresql streaming replication database(s)
|
- name: backuppc root script for the postgresql streaming replication database(s)
|
||||||
|
|
Loading…
Reference in New Issue