After running the script which upgrades your Bacula database to version 14, there are a couple of fix-ups you may wish to run:
alter table restoreobject owner to bacula; grant all on restoreobject_restoreobjectid_seq to bacula; grant all on restoreobject to bacula;
You may or may not have to do this, depending on how you ran the upgrade script.
Examine the following command output for your database:
bacula=# \dt restoreobject List of relations Schema | Name | Type | Owner --------+---------------+-------+-------- public | restoreobject | table | bacula (1 row) bacula=#
If the table owner is not bacula, you have to run the script.