Mar 262012
 

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.

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>