Skip to content

Commit

Permalink
add grant for monitoring-user
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmaetz committed Nov 26, 2024
1 parent 7776cd4 commit 13de4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const (
WITH (autovacuum_analyze_scale_factor='0', autovacuum_vacuum_scale_factor='0', autovacuum_vacuum_threshold='2', autovacuum_analyze_threshold='2');
ALTER TABLE exporter.pgbackrestbackupinfo OWNER TO cpo_exporter;
GRANT pg_execute_server_program TO cpo_exorter;
GRANT pg_execute_server_program TO cpo_exporter;
CREATE OR REPLACE FUNCTION exporter.update_pgbackrest_info()
RETURNS VOID AS $$
Expand Down

0 comments on commit 13de4eb

Please sign in to comment.