Skip to content

Commit

Permalink
Adding extra privileges to efm user for reconfigure.num.sync paramete…
Browse files Browse the repository at this point in the history
…rs requirement
  • Loading branch information
Vibhor Kumar authored and hannahms committed Feb 21, 2023
1 parent 2fdfee9 commit 924bc8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roles/setup_efm/tasks/create_efm_user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
database: "{{ pg_efm_database }}"
privileges: execute
schema: pg_catalog
objects: pg_current_wal_lsn(),pg_last_wal_replay_lsn(),pg_wal_replay_resume(),pg_wal_replay_pause()
objects: pg_current_wal_lsn(),pg_last_wal_replay_lsn(),pg_wal_replay_resume(),pg_wal_replay_pause(),pg_reload_conf()
type: function
pg_grant_roles:
- role: pg_read_all_stats
user: "{{ pg_efm_user }}"

0 comments on commit 924bc8e

Please sign in to comment.