On 12/27/2021 7:24 AM, Graham Dicker wrote:
...
If I change the Catalog definition from

dbname = "bacula"; dbuser = "bacula"; dbpassword = ""

to

dbname = "bacula"; dbuser = "root"; dbpassword = ""

then Bacula does work but it doesn't "see" the volumes already in the database
and wants
to create new ones when I try to run a backup.

'bacula'@'%' is supposed to match bacula@ANY_HOST ('%' being the SQL wildcard) but in my limited mysql experience it never worked 100% of the time.

You need to figure out who really owns bacula database and every object in it, and connect as that role. There is an easier way out: switch to postgres and thank me later.

Dima


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

Reply via email to