From: Eric Bollengier Date: Wed, 21 Dec 2022 08:59:48 +0000 (+0100) Subject: Fix #9765 About FileEvent table permission on Redhat X-Git-Tag: Beta-15.0.0~299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c9df3e9f3bde405648a578718c95175d7de4e63;p=thirdparty%2Fbacula.git Fix #9765 About FileEvent table permission on Redhat --- diff --git a/bacula/src/cats/grant_postgresql_privileges.in b/bacula/src/cats/grant_postgresql_privileges.in index ac01057ad..ca8f19980 100644 --- a/bacula/src/cats/grant_postgresql_privileges.in +++ b/bacula/src/cats/grant_postgresql_privileges.in @@ -63,6 +63,7 @@ grant all on RestoreObject to ${db_user}; grant all on Snapshot to ${db_user}; -- for sequences on those tables +grant select, update on fileevents_id_seq to ${db_user}; grant select, update on events_eventsid_seq to ${db_user}; grant select, update on path_pathid_seq to ${db_user}; grant select, update on fileset_filesetid_seq to ${db_user};