How to manually set up bacula required tables in mysql on Debian

This assumes you're running mysql on locahost.

mysql -ubacula -pyourbaculapass -Dbacula < /usr/share/dbconfig-common/data/bacula-director-mysql/install/mysql

As you can see the bacula Debian package installs the scripts into /usr/share not /usr/local like a lot of examples show.

No comments:

Post a Comment