> >> You could manually revert the version table in the DB to the previous
> >> version, run the update script again, and record the errors this time.
> >
> > How does one accomplish this? Is there a secret trick to revise the
> version?
> 
> This query should do it, assuming your Bacula schema is named 'bacula'
> and you haven't skipped any intervening DB versions before the current 15:
> 
> update bacula.Version set VersionId = 14;

Forgive my ignorance but at this point, I am unsure which choice to choose:


*update bacula.Version set VersionId = 14;
Automatically selected Catalog: MyCatalog
Using Catalog "MyCatalog"
Update choice:
     1: Volume parameters
     2: Pool from resource
     3: Slots from autochanger
     4: Long term statistics
     5: Snapshot parameters
Choose catalog item to update (1-5):  


#1?

~D

------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to