Skip to content

Commit 13de4eb

Browse files
committed
add grant for monitoring-user
1 parent 7776cd4 commit 13de4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cluster/database.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const (
104104
WITH (autovacuum_analyze_scale_factor='0', autovacuum_vacuum_scale_factor='0', autovacuum_vacuum_threshold='2', autovacuum_analyze_threshold='2');
105105
ALTER TABLE exporter.pgbackrestbackupinfo OWNER TO cpo_exporter;
106106
107-
GRANT pg_execute_server_program TO cpo_exorter;
107+
GRANT pg_execute_server_program TO cpo_exporter;
108108
109109
CREATE OR REPLACE FUNCTION exporter.update_pgbackrest_info()
110110
RETURNS VOID AS $$

0 commit comments

Comments
 (0)