Bacula-users

Re: [Bacula-users] Bacula-users Digest, Vol 102, Issue 5

2014-10-09 05:24:17
Subject: Re: [Bacula-users] Bacula-users Digest, Vol 102, Issue 5
From: Olivier Delestre <olivier.delestre AT univ-rouen DOT fr>
To: bacula-users AT lists.sourceforge DOT net
Date: Thu, 09 Oct 2014 11:03:17 +0200
Le 08/10/2014 20:29, bacula-users-request AT lists.sourceforge DOT 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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Bacula-users] Bacula-users Digest, Vol 102, Issue 5, Olivier Delestre <=