You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to simply add required privileges for pgbackrest in the quickstart page rather than in other page.
I guess the following setups are sufficient but not quite sure.
createuserpgbackrest login replication password 'backup-password';
grant pg_read_all_settings to pgbackrest ;
grant EXECUTE on FUNCTION pg_create_restore_point to pgbackrest ;
grant EXECUTE on FUNCTION pg_switch_wal to pgbackrest ;
grant EXECUTE on FUNCTION pg_walfile_name, pg_start_backup, pg_stop_backup(bool,bool) to pgbackrest ;
Best Regards.
The text was updated successfully, but these errors were encountered:
Summary
Adding required DB user privileges for pgbackrest backup user.
Where would you like to see this added?
https://github.com/EnterpriseDB/docs/blob/main/advocacy_docs/supported-open-source/pgbackrest/03-quick_start.mdx
Rationale
Hi, Team,
Usually most users are tend to minimize user privileges for management accounts, including backup accounts.
For example, In the Barman doc page there is a list for required privileges.
It would be great to simply add required privileges for pgbackrest in the quickstart page rather than in other page.
I guess the following setups are sufficient but not quite sure.
Best Regards.
The text was updated successfully, but these errors were encountered: