LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Bacula and MariaDB compatible? (https://www.linuxquestions.org/questions/linux-server-73/bacula-and-mariadb-compatible-4175558015/)

TheB2B 11-04-2015 09:43 PM

Bacula and MariaDB compatible?
 
Testing switch to MariaDB found a possible issue with Bacula. When attempting to start Bacula-director getting an error message "No bacula-director SQL package installed". MySQL was installed, to replicate current environment, then did an upgrade to mariabd, restored all databases. Only DB I'm having issue with is bacula.

Using Ubuntu 14.04 with MySQL 5.5 upgraded to Maria 10.

run sudo aptitude install bacula-director-mysql aptitude wants to completely remove mariadb and reinstall mysql. Searched the internet and found no information about bacula being compatible or incompatible with mariadb.

Habitual 11-05-2015 03:50 PM

You may have to build it from source to bypass the
Code:

Recommends: mysql-server
Have you seen http://sourceforge.net/p/bacula/mail...gs.bacula.org/ ?
It's a little 'old' but some of the content there may yield some clues or tips on how to 'fix' it.

it may be further possible that
bacula-director-mysql
and mariadb-server-5.5
could co-exist on the same server...

Doug G 11-05-2015 10:14 PM

Perhaps the bacula installer added some UDF to your mysql database, but they aren't present in mariadb. User defined functions are not stored in the application database.

https://mariadb.com/kb/en/mariadb/create-function-udf/


All times are GMT -5. The time now is 10:24 PM.