Re: [Bacula-users] Upgrade Bacula from 7.4.2 to 9.2.0. Fatal error: sql_create.c: ... failed. ERR=Field 'StartTime' doesn't have a default value

2018-08-01 Thread George Anchev via Bacula-users
So... after successfully building Bacula 9.2.0 and running all 3 daemons, backup doesn't work. Mounting a tape and running the regular job which I have been running for years now gives me: 01-Aug 11:32 pc-dir JobId 0: Fatal error: sql_create.c:84 Create DB Job record INSERT INTO Job (Job,Name,Ty

Re: [Bacula-users] Upgrade Bacula from 7.4.2 to 9.2.0. Fatal error: sql_create.c: ... failed. ERR=Field 'StartTime' doesn't have a default value

2018-08-01 Thread George Anchev via Bacula-users
After some searching I found this: http://bacula.10910.n7.nabble.com/Bacula-9-0-0-StartTime-doesn-t-have-a-default-value-td86055.html My situation is quite similar to that of the OP as I am also using openSUSE (Leap 15.0) and MariaDB: MariaDB [(none)]> show variables like "%version%"; +-

Re: [Bacula-users] Upgrade Bacula from 7.4.2 to 9.2.0. Fatal error: sql_create.c: ... failed. ERR=Field 'StartTime' doesn't have a default value

2018-08-01 Thread Kern Sibbald
Please note that we do not officially support MariaDB -- one prior version has some serious problems falsely detecting deadlocks. Bacula works perfectly well with all "out of the box" installations of MySQL. Concerning the error message you are getting, either this is a MariaDB problem or you

Re: [Bacula-users] Upgrade Bacula from 7.4.2 to 9.2.0. Fatal error: sql_create.c: ... failed. ERR=Field 'StartTime' doesn't have a default value

2018-08-01 Thread George Anchev via Bacula-users
On Wed, 1 Aug 2018 12:59:43 +0200 Kern Sibbald wrote: > Please note that we do not officially support > MariaDB -- one prior version has some serious > problems falsely detecting deadlocks. Bacula works > perfectly well with all "out of the box" > installations of MySQL. > > Concerning the error