On 2020-07-20 06:39, Martin Simmons wrote:
>>>>>> On Sat, 18 Jul 2020 10:20:25 -0400, Phil Stracchino said:
>> Just found this this morning.  Seems like an awful lot of failed DROPS.
>>  I haven't read far enough through the code yet to see why Bacula is so
>> many times trying to drop a table that doesn't exist, but it could be
>> avoided by simply changing DROP TABLE DelCandidates to DROP TABLE IF
>> EXISTS DelCandidates at sql_cmds.c:94.
> 
> I get that for every job with PostgreSQL too.


Try applying that change at sql_cmds.c:94 and it ought to go away.  I
don't know whether sqlite supports IF EXISTS, but isn't sqlite support
deprecated anyway?


-- 
  Phil Stracchino
  Babylon Communications
  ph...@caerllewys.net
  p...@co.ordinate.org
  Landline: +1.603.293.8485
  Mobile:   +1.603.998.6958


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

Reply via email to