On 10/15/15 13:04, Doug Sampson wrote:
>>
>> 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;


-- 
  Phil Stracchino
  Babylon Communications
  ph...@caerllewys.net
  p...@co.ordinate.org
  Landline: 603.293.8485

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

Reply via email to