EnterpriseDB / barman

Barman - Backup and Recovery Manager for PostgreSQL
https://www.pgbarman.org/
GNU General Public License v3.0
2.14k stars 193 forks source link

Update instructions for barman user needed privileges #903

Closed martinmarques closed 9 months ago

martinmarques commented 9 months ago

There was a block of SQL code added some time ago which helps users that do not want to have a superuser running the backups.

These instructions provided SQL commands to GRANT those specific privileges to the barman user.

Since version 15, two of the functions that needed to be GRANTed have not only changed their names, but also their signatures. There is a note regarding such change with appropriate instructions on the new lines to use.

Given there are already two newer versions out, and Postgres 17 coming out in a some months, it makes more sense to have instructions for the latest versions, and a note for anyone running on older Postgres versions.

This patch amends this.

edb-sonar-app[bot] commented 9 months ago

Quality Gate passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
0.0% 0.0% Coverage on New Code
0.0% 0.0% Duplication on New Code

See analysis details on SonarQube