feat: Added user with backup permissions only

This commit is contained in:
Oleksandr Stepanov
2024-11-27 15:24:20 +01:00
parent 2eb2b1f6d4
commit 60333c40da

View File

@ -56,5 +56,5 @@
login_password: "{{ database_password }}"
group: pg_read_all_data
target_roles:
- "{{ backup_db_user }}"
- "{{ backup_db_user }}"
state: present