Le 08/10/2014 20:29, bacula-users-requ...@lists.sourceforge.net a écrit :
> 6. Communication issues with 7.0.5 (Bryn Hughes)
Hi,

I make a migration Ubuntu 12.04 / Bacula 5.2.5 to CentOs 7 / Bacula 
7.0.5 ( 29/09/2014).
I reuse the old conf file with a little modification : /var/lib/bacula 
-> /var/spool/bacula, /var/run/bacula -> /var/run, /var/lib/bacula/log 
-> /var/log/bacula/bacula.log

I have no problem. and it's not to hard to migrate :
wget 
http://repos.fedorapeople.org/repos/slaanesh/bacula7/epel-bacula7.repo 
-O /etc/yum.repos.d/epel-bacula7.repo
yum install postgresql-server
service postgresql initdb
alternatives --set libbaccats.so /usr/lib64/libbaccats-postgresql.so
systemctl enable postgresql.service
systemctl start postgresql.service

yum install bacula-client.x86_64 bacula-console.x86_64 
bacula-director.x86_64 bacula-storage.x86_64 bacula-docs
# su - postgres
$ cd /usr/libexec/bacula
$ ./create_bacula_database
$ ./make_bacula_tables
$ ./grant_bacula_privileges
--
systemctl enable bacula-dir.service
systemctl enable bacula-sd.service
systemctl enable bacula-fd.service

+ import dump, cat bacula.sql|psql ( with user postgres )

Good luck
============

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to