Bacula-users

Re: [Bacula-users] Bacula - Sqlite to Mysql

2016-05-27 12:10:28
Subject: Re: [Bacula-users] Bacula - Sqlite to Mysql
From: Randy Katz <rkatz AT simplicityhosting DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Fri, 27 May 2016 09:09:17 -0700
you can copy your config files to another directory, typically a
reconfigure will not remove config files.

as for mysql you should find all the pertinent db creation scripts in
/etc/bacula. The part that pertains to

the database is usually in bacula-dir.conf and looks something like this:


Catalog {
  Name = MyCatalog
# Uncomment the following line if you want the dbi driver
# dbdriver = "dbi:mysql"; dbaddress = 127.0.0.1; dbport =
  dbname = "bacula"; dbuser = "bacula"; dbpassword = "p24b2p"
}

So if you created a mysql database called bacula, gave the bacula mysql
user access to it with a

password of p24b2p and used the above instead of what is in there and
then ran the create database command

create_bacula_database that should get you on your way.


On 5/27/2016 2:55 AM, Emporio wrote:
> Hello,
>
> could somebody please help me with reinstall Bacula from SQLlite to MYSQL. I 
> think my biggest problem is that i dont have installed Bacula with MySQL 
> support. I am afraid to use dpkq reconfigure because it maybe could delete my 
> config files. 
>
> Is it true?
>
> +----------------------------------------------------------------------
> |This was sent by nikodim.dominik AT gmail DOT com via Backup Central.
> |Forward SPAM to abuse AT backupcentral DOT com.
> +----------------------------------------------------------------------
>
>
>
> ------------------------------------------------------------------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are 
> consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
> J-Flow, sFlow and other flows. Make informed decisions using capacity 
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> _______________________________________________
> Bacula-users mailing list
> Bacula-users AT lists.sourceforge DOT net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>