]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix #9719 About upgrade issue with grant_postgresql_privileges script
authorEric Bollengier <eric@baculasystems.com>
Mon, 5 Dec 2022 08:50:40 +0000 (09:50 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:57:00 +0000 (13:57 +0200)
bacula/src/cats/grant_postgresql_privileges.in

index 1bc33eaccaa51909a26440f39ff48a7e2e12680e..ac01057ad5a7dabc2025a5e205fa2c7b376395ac 100644 (file)
@@ -24,6 +24,9 @@ alter database ${db_name} owner to ${db_user} ;
 grant CREATE on DATABASE ${db_name} to ${db_user};
 
 -- for tables
+grant all on MalwareMD5   to ${db_user};
+grant all on MalwareSHA256 to ${db_user};
+grant all on FileEvents   to ${db_user};
 grant all on MetaEmail    to ${db_user};
 grant all on MetaAttachment to ${db_user};
 grant all on TagJob       to ${db_user};