Re: [Bacula-users] MIGRATE from 2.4.2 to 5.0.1

2010-03-18 Thread Timo Neuvonen
"Juergen Koch" kirjoitti viestissä:4ba20268.2050...@unister-gmbh.de... > Hi Timo, > > Thank you, this work fine! > > But I've a another problem: > > I use the aotoprun-funktion in the Client-config. With 5.0.0 I receive > the message: > > "Begin pruning Jobs older than 40 years 1 month 26 days 1

Re: [Bacula-users] MIGRATE from 2.4.2 to 5.0.1

2010-03-18 Thread Juergen Koch
Hi Timo, Thank you, this work fine! But I've a another problem: I use the aotoprun-funktion in the Client-config. With 5.0.0 I receive the message: "Begin pruning Jobs older than 40 years 1 month 26 days 1 hour 6 mins 46 secs." I think, this is the time since UNIX-time. But I configure F

Re: [Bacula-users] MIGRATE from 2.4.2 to 5.0.1

2010-03-17 Thread Timo Neuvonen
"Juergen Koch" kirjoitti viestissä news:4ba0dcfa.8040...@unister-gmbh.de... > The secend is, to manipulate Volumes (with the update-command), I can't > use the Vol-ID. I receive a error. I use the Volumename and it works. > At the first sight it's a little bit hard to notice from the promp

Re: [Bacula-users] MIGRATE from 2.4.2 to 5.0.1

2010-03-17 Thread Carlo Filippetto
To backup the db I use the command 'mysqldump' mysqldump [dbName] > file.sql In the same way I importa it after create the db and the tables as a normal mysql db mysql [NewDbName] < file.sql All without error, and after I make all upgrade 2010/3/17 Juergen Koch : > Hi, > > I upgrade Bacula

Re: [Bacula-users] MIGRATE from 2.4.2 to 5.0.1

2010-03-17 Thread Juergen Koch
Hi, I upgrade Bacula from 2.4.4 (Standard Debian Lenny) to 5.0.0 (Lenny Backport). I use the same steps, but I have two problems. The script to backup the Cataloge is now perl and is have a uncorrect umask-value. I must change this: In /etc/bacula/scripts/make_catalog_backup.pl (You must chan

Re: [Bacula-users] MIGRATE from 2.4.2 to 5.0.1

2010-03-17 Thread Carlo Filippetto
YES!!! I install sucessfully the 'dir' daemon, use the script to create the database, copy my dump in this one, use the script to upgrade the table from version 10 to 11, and later I 11 to 12.. (I think it was good to jump from version 10 to 12) and it seems work fine!! CIAO --- Carlo Filipp

[Bacula-users] MIGRATE from 2.4.2 to 5.0.1

2010-03-17 Thread Carlo Filippetto
Hi all, I had to change the machine of mine old bacula, and I would take the opportunity to upgrade to 5.0.1. Obviusly I would like to import the old database and config files (the files should be compliant). Haw can I do? Thanks CIAO --- Carlo Filippetto --