]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix #6298 about permission issue on the Object table sequence id
authorEric Bollengier <eric@baculasystems.com>
Mon, 25 May 2020 12:30:07 +0000 (14:30 +0200)
committerEric Bollengier <eric@baculasystems.com>
Tue, 1 Mar 2022 14:36:16 +0000 (15:36 +0100)
bacula/src/cats/grant_postgresql_privileges.in

index 627a3ce2cee83344aeb352706e0ccc4c9cee0f8d..91ce04cd261aab306623ba7bf767e0230672e915 100644 (file)
@@ -74,6 +74,7 @@ grant select, update on location_locationid_seq    to ${db_user};
 grant select, update on locationlog_loclogid_seq   to ${db_user};
 grant select, update on log_logid_seq             to ${db_user};
 grant select, update on restoreobject_restoreobjectid_seq to ${db_user};
+grant select, update on object_objectid_seq to ${db_user};
 grant select, update on snapshot_snapshotid_seq to ${db_user};
 END-OF-DATA
 if [ $? -eq 0 ]