Re: [Bacula-users] Bacula upgrade

2023-02-03 Thread Yateen Shaligram Bhagat (Nokia)
Hi Ana

I got failures with update_postgresql_tables script.
Please see my inline comments in your email below.
-Yateen

From: Ana Emília M. Arruda 
Sent: Tuesday, January 31, 2023 2:43 PM
To: Yateen Shaligram Bhagat (Nokia) 
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Bacula upgrade

Hello Yateen,

You should use the "postgres" user to run the update_postgresql_tables script.
[Yateen]  Ok, noted

As you have installed Bacula 13 from scratch in the new server, please remember 
to drop the bacula database created in a fresh install before importing the 
current DB using dump.

Then, you run the update_postgresql_tables script.

[Yateen]

  1.  I dropped the bacula database and tried to import the dump of Bacula 
9.4.4 Catalog. Got an error:

postgres@ubuntu:/opt/bacula/scripts$ psql -d bacula -f ~bacula/bacula.sql
psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" 
failed: FATAL:  database "bacula" does not exist


  1.  So created bacula database using script create_postgresql_database
postgres@ubuntu:/opt/bacula/scripts$  
./create_postgresql_database
CREATE DATABASE
ALTER DATABASE
Creation of bacula database succeeded.
Database encoding OK


  1.  Then I imported Catalog dump from Bacula 9.4
psql -d bacula -f ~bacula/bacula.sql


  1.  Next, I ran update_postgresql_tables script
postgres@ubuntu:/opt/bacula/scripts$ ./update_postgresql_tables
This script will update a Bacula PostgreSQL database
   from any from version 12-16 or 1014-1022 to version 
1024
   which is needed to convert from any Bacula Communty 
to version 11.4.x
Dumping File table to /opt/bacula/scripts/file1017.data.

The process may fail if the current user
doesn't have write permission on the current directory,
or if the system doesn't have enough space to store a
compressed export of the File table
BEGIN
DROP TABLE
DROP TABLE
CREATE TABLE
COMMIT
Loading the File table from /opt/bacula/scripts/file.8520.data...
server closed the connection unexpectedly
  This probably means the server terminated abnormally
  before or while processing the request.
Inserting File data from file.8520.data failed.

Best,
Ana
On Tue, Jan 31, 2023 at 6:28 AM Yateen Shaligram Bhagat (Nokia) 
mailto:yateen.shaligram_bha...@nokia.com>> 
wrote:
Hello Ana,

Thanks for your reply.

Here is what I did...

1. Target for Bacula 13 upgrade is Ubuntu 22.4.
1. Installed postgresql 14 on Ubuntu 22.4
2. Installed  Bacula 13 using Deb package (dpkg command)
3. Dumped Bacula database from 9.4 installation (on CentOS 6)
4. Imported Bacula db dump into postgresql 14 on Ubuntu
5. Tried to start Bacula 13 director.
6. Got error message : Current Catalog version is 16, required version 1024.

Plz let me know the username through which i should run the 
upadate_postgresql_tables script, is it postgres user?

Regards,

Yateen



Get Outlook for Android<https://aka.ms/AAb9ysg>


From: Ana Emília M. Arruda 
mailto:emiliaarr...@gmail.com>>
Sent: Monday, 30 January, 2023, 23:27
To: Yateen Shaligram Bhagat (Nokia) 
mailto:yateen.shaligram_bha...@nokia.com>>
Cc: 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net> 
mailto:bacula-users@lists.sourceforge.net>>
Subject: Re: [Bacula-users] Bacula upgrade

Hello Yateen,

Have you already performed the upgrade? Have you checked if the Catalog version 
has been updated?
Can you please let us know which platform you are using?
I've checked the update_postgresql_tables script and it includes the upgrade 
from version 12-16 or 1014-1022 to 1024.
Are you using packages or compiling from source code?

Best,
Ana

On Mon, Jan 30, 2023 at 1:27 PM Yateen Shaligram Bhagat (Nokia) 
mailto:yateen.shaligram_bha...@nokia.com>> 
wrote:
Hi all,

Is it possible to upgrade bacula version 9.4 (catalog database version 16)  to 
version 13 (catalog database version 1024) directly as one step or any 
intermediate step upgrades are required?

I tried the direct upgrade, but there is no update_postgresql_tables script for 
database version 16 to 1024.

Please advise.

Thanks
Yateen S Bhagat
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net<mailto:Bacula-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/bacula-users

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


Re: [Bacula-users] Bacula upgrade

2023-01-31 Thread Ana Emília M . Arruda
Hello Yateen,

You should use the "postgres" user to run the update_postgresql_tables
script.

As you have installed Bacula 13 from scratch in the new server, please
remember to drop the bacula database created in a fresh install before
importing the current DB using dump.

Then, you run the update_postgresql_tables script.

Best,
Ana
On Tue, Jan 31, 2023 at 6:28 AM Yateen Shaligram Bhagat (Nokia) <
yateen.shaligram_bha...@nokia.com> wrote:

> Hello Ana,
>
> Thanks for your reply.
>
> Here is what I did...
>
> 1. Target for Bacula 13 upgrade is Ubuntu 22.4.
> 1. Installed postgresql 14 on Ubuntu 22.4
> 2. Installed  Bacula 13 using Deb package (dpkg command)
> 3. Dumped Bacula database from 9.4 installation (on CentOS 6)
> 4. Imported Bacula db dump into postgresql 14 on Ubuntu
> 5. Tried to start Bacula 13 director.
> 6. Got error message : Current Catalog version is 16, required version
> 1024.
>
> Plz let me know the username through which i should run the 
> upadate_postgresql_tables
> script, is it postgres user?
>
> Regards,
>
> Yateen
>
>
>
> Get Outlook for Android <https://aka.ms/AAb9ysg>
>
> --
> *From:* Ana Emília M. Arruda 
> *Sent:* Monday, 30 January, 2023, 23:27
> *To:* Yateen Shaligram Bhagat (Nokia) 
> *Cc:* bacula-users@lists.sourceforge.net <
> bacula-users@lists.sourceforge.net>
> *Subject:* Re: [Bacula-users] Bacula upgrade
>
> Hello Yateen,
>
> Have you already performed the upgrade? Have you checked if the Catalog
> version has been updated?
> Can you please let us know which platform you are using?
> I've checked the update_postgresql_tables script and it includes the
> upgrade from version 12-16 or 1014-1022 to 1024.
> Are you using packages or compiling from source code?
>
> Best,
> Ana
>
> On Mon, Jan 30, 2023 at 1:27 PM Yateen Shaligram Bhagat (Nokia) <
> yateen.shaligram_bha...@nokia.com> wrote:
>
>> Hi all,
>>
>>
>>
>> Is it possible to upgrade bacula version 9.4 (catalog database version
>> 16)  to version 13 (catalog database version 1024) directly as one step or
>> any intermediate step upgrades are required?
>>
>>
>>
>> I tried the direct upgrade, but there is no update_postgresql_tables
>> script for database version 16 to 1024.
>>
>>
>>
>> Please advise.
>>
>>
>>
>> Thanks
>>
>> Yateen S Bhagat
>> ___
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>
>
>
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula upgrade

2023-01-30 Thread Yateen Shaligram Bhagat (Nokia)
Hello Ana,

Thanks for your reply.

Here is what I did...

1. Target for Bacula 13 upgrade is Ubuntu 22.4.
1. Installed postgresql 14 on Ubuntu 22.4
2. Installed  Bacula 13 using Deb package (dpkg command)
3. Dumped Bacula database from 9.4 installation (on CentOS 6)
4. Imported Bacula db dump into postgresql 14 on Ubuntu
5. Tried to start Bacula 13 director.
6. Got error message : Current Catalog version is 16, required version 1024.

Plz let me know the username through which i should run the 
upadate_postgresql_tables script, is it postgres user?

Regards,

Yateen



Get Outlook for Android<https://aka.ms/AAb9ysg>


From: Ana Emília M. Arruda 
Sent: Monday, 30 January, 2023, 23:27
To: Yateen Shaligram Bhagat (Nokia) 
Cc: bacula-users@lists.sourceforge.net 
Subject: Re: [Bacula-users] Bacula upgrade

Hello Yateen,

Have you already performed the upgrade? Have you checked if the Catalog version 
has been updated?
Can you please let us know which platform you are using?
I've checked the update_postgresql_tables script and it includes the upgrade 
from version 12-16 or 1014-1022 to 1024.
Are you using packages or compiling from source code?

Best,
Ana

On Mon, Jan 30, 2023 at 1:27 PM Yateen Shaligram Bhagat (Nokia) 
mailto:yateen.shaligram_bha...@nokia.com>> 
wrote:
Hi all,

Is it possible to upgrade bacula version 9.4 (catalog database version 16)  to 
version 13 (catalog database version 1024) directly as one step or any 
intermediate step upgrades are required?

I tried the direct upgrade, but there is no update_postgresql_tables script for 
database version 16 to 1024.

Please advise.

Thanks
Yateen S Bhagat
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net<mailto:Bacula-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/bacula-users

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


Re: [Bacula-users] Bacula upgrade

2023-01-30 Thread Ana Emília M . Arruda
Hello Yateen,

Have you already performed the upgrade? Have you checked if the Catalog
version has been updated?
Can you please let us know which platform you are using?
I've checked the update_postgresql_tables script and it includes the
upgrade from version 12-16 or 1014-1022 to 1024.
Are you using packages or compiling from source code?

Best,
Ana

On Mon, Jan 30, 2023 at 1:27 PM Yateen Shaligram Bhagat (Nokia) <
yateen.shaligram_bha...@nokia.com> wrote:

> Hi all,
>
>
>
> Is it possible to upgrade bacula version 9.4 (catalog database version 16)
>  to version 13 (catalog database version 1024) directly as one step or any
> intermediate step upgrades are required?
>
>
>
> I tried the direct upgrade, but there is no update_postgresql_tables
> script for database version 16 to 1024.
>
>
>
> Please advise.
>
>
>
> Thanks
>
> Yateen S Bhagat
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula Upgrade from Debian Lenny to Squeeze (2.4.4 to 5.0.2)

2011-08-28 Thread Henry Jensen
Thanks for your answers. Meanwhile I upgraded our postgresql bacula
server.

The database wasn't upgraded automatically. I had to use the SQL
scripts
in /usr/share/dbconfig-common/data/bacula-director-pgsql/upgrade/pgsql/
to upgrade, first
with /usr/share/dbconfig-common/data/bacula-director-pgsql/upgrade/pgsql/3.0.0
(which took approx. one hour) and
then /usr/share/dbconfig-common/data/bacula-director-pgsql/upgrade/pgsql/5.0.0
(only 2 minutes or so).

I hadn't to do any change to the config. All seems to be working now.


--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula Upgrade from Debian Lenny to Squeeze (2.4.4 to 5.0.2)

2011-08-05 Thread C M Reinehr
On Fri 05 August 2011 11:05:54 am Henry Jensen wrote:
 Hello,
 
 we are about to upgrade our servers from Debian Lenny to Squeeze which
 includes an upgrade from Bacula 2.4.4 to 5.0.2.
 
 We have one Bacula director running with PosgreSQL as database backend
 and two with sqlite3.
 
 Had anyone the same combination and did an upgrade? Are there any
 issues I must be aware of? Are the databases converted correctly?
 
 Can the Bacula 2.4.4 file daemon talk to the 5.0.2 director? - I know
 that the 5.0.2  file daemon can't talk to the 2.4.4 director which is
 why I use a forward-ported 2.4.4 file daemon on the already upgraded
 machines.
 
 A web search showed up only some bug reports regarding backported
 packages but nothing about the regular dist-upgrade Lenny-Squeeze.
 
 Regards,
 
 Henry
 

Henry,

I did almost the same as you a couple of months ago except that I only have 
one Bacula director, running sqlite3. All servers  clients were running 
Lenny. The new director has no difficulty connecting/communicating with the 
older FD's -- about half my clients still are running Lenny. I accomplished 
the entire upgrade during a Saturday afternoon.

I don't remember the specifics but I do seem to remember having a problem with 
rebuilding the catalog. As I remember, I had to rebuild it manually -- it 
didn't get upgraded correctly during the dist-upgrade -- so be sure to have 
good backups in case of any problems. I also seem to remember that I had to 
rebuild the catalog in two steps -- first from 2.4.4 to 3.x and then to 5.0.2.

You will also have to edit your conf files to allow for some changes in the 
way things work after the upgrade. The only real problem here, that I can 
remember, had to do with support for IPv6. Even though I use entirely IPv4 
addresses the director kept complaining about the format I was using. I 
finally got around it some way, but will have to look at the conf files again 
to refresh my memory.

The only other problem that I've had I discussed in a post just a day or two 
ago: Debian Packaging Questions -- SQL Queries. So far, I haven't had any 
replies.

I'm afraid I'm being very general here. Wish I could give you more specific 
information but since I only had one system to upgrade I didn't keep any 
notes.

Hope this helps!

cmr
-- 
Debian 'Lenny' - Registered Linux User #241964

More laws, less justice. -- Marcus Tullius Ciceroca, 42 BC

--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula Upgrade from Debian Lenny to Squeeze (2.4.4 to 5.0.2)

2011-08-05 Thread Joosep
Hi!

Couple of months ago i did upgrade my bacula host. I'm using MySQL and i had
some problems with database upgrade.
In the beginning of the upgrade process database server was shut down by the
upgrade process. Result was that upgrade process was unable to upgrade the
bacula database, since the server was down. Upgrade process was also not
able to end correctly.
To fix it i had to manually upgrade the database afterwards. Fortunatelly
the database update scripts came with the bacula packages(in my case
bacula-director-mysql) and were located in
/usr/share/dbconfig-common/data/bacula-director-mysql/upgrade/mysql/.
I guess the similar problem can not happen with sqlite since there is no
daemon, but with postgrasql it is a possibility.

Hope it helps

Joosep

On Fri, Aug 5, 2011 at 7:05 PM, Henry Jensen hjen...@gmx.de wrote:

 Hello,

 we are about to upgrade our servers from Debian Lenny to Squeeze which
 includes an upgrade from Bacula 2.4.4 to 5.0.2.

 We have one Bacula director running with PosgreSQL as database backend
 and two with sqlite3.

 Had anyone the same combination and did an upgrade? Are there any
 issues I must be aware of? Are the databases converted correctly?

 Can the Bacula 2.4.4 file daemon talk to the 5.0.2 director? - I know
 that the 5.0.2  file daemon can't talk to the 2.4.4 director which is
 why I use a forward-ported 2.4.4 file daemon on the already upgraded
 machines.

 A web search showed up only some bug reports regarding backported
 packages but nothing about the regular dist-upgrade Lenny-Squeeze.

 Regards,

 Henry






 --
 BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
 The must-attend event for mobile developers. Connect with experts.
 Get tools for creating Super Apps. See the latest technologies.
 Sessions, hands-on labs, demos  much more. Register early  save!
 http://p.sf.net/sfu/rim-blackberry-1
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula upgrade from 1.38.9 - 2.0.2

2007-03-04 Thread Zakai Kinan
I have rebuilt from source twice and sure enough
certain things are not upgraded such as bcopy.  

Regards,

ZK


--- John Drescher [EMAIL PROTECTED] wrote:

 On 3/1/07, Zakai Kinan [EMAIL PROTECTED]
 wrote:
  Indeed, I had the old bacula-dir running.  I am
 not
  sure how that is possible because I did a make
 clean
  and a make distclean before doing a configure
 under
  the new source.  John was correct as well.
 
 I suspected this as a few times when I have built
 bacula from source
 (using a gentoo ebuild) if the build of the director
 failed the whole
 process continued and at the end it looked like
 everything was good
 but later I found out I was still using the old
 director. Since I
 write ebuilds I should actually check into that as
 it should not be
 that difficult to fix.. Only problem is that I do
 not have the time.
 
 John
 

-
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get
 the chance to share your
 opinions on IT  business topics through brief
 surveys-and earn cash

http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/bacula-users
 



 

Don't get soaked.  Take a quick peak at the forecast
with the Yahoo! Search weather shortcut.
http://tools.search.yahoo.com/shortcuts/#loc_weather

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula upgrade from 1.38.9 - 2.0.2

2007-03-04 Thread Kern Sibbald
On Monday 05 March 2007 06:41, Zakai Kinan wrote:
 I have rebuilt from source twice and sure enough
 certain things are not upgraded such as bcopy.

I cannot say for sure if you are installing from a package, but 
bcopy *is* installed every time you do a make install.  

However, if you changed your ./configure from your previous install (possibly 
you didn't remember it or look at the old config.out file) then your files 
will install in a different location and you will experience the kinds 
problems you are seeing.

If you change any of the paths on the ./configure from one release to another, 
you should backup the files you want (conf files), then do a make uninstall 
with the old Bacula source before configuring, building, and installing the 
new source.  That will prevent having multiple copies of the same program in 
different locations and believing that the upgrade did not work.


 Regards,

 ZK

 --- John Drescher [EMAIL PROTECTED] wrote:
  On 3/1/07, Zakai Kinan [EMAIL PROTECTED]
 
  wrote:
   Indeed, I had the old bacula-dir running.  I am
 
  not
 
   sure how that is possible because I did a make
 
  clean
 
   and a make distclean before doing a configure
 
  under
 
   the new source.  John was correct as well.
 
  I suspected this as a few times when I have built
  bacula from source
  (using a gentoo ebuild) if the build of the director
  failed the whole
  process continued and at the end it looked like
  everything was good
  but later I found out I was still using the old
  director. Since I
  write ebuilds I should actually check into that as
  it should not be
  that difficult to fix.. Only problem is that I do
  not have the time.
 
  John

 -

  Take Surveys. Earn Cash. Influence the Future of IT
  Join SourceForge.net's Techsay panel and you'll get
  the chance to share your
  opinions on IT  business topics through brief
  surveys-and earn cash

 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

  ___
  Bacula-users mailing list
  Bacula-users@lists.sourceforge.net

 https://lists.sourceforge.net/lists/listinfo/bacula-users





 ___
_ Don't get soaked.  Take a quick peak at the forecast
 with the Yahoo! Search weather shortcut.
 http://tools.search.yahoo.com/shortcuts/#loc_weather

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula upgrade from 1.38.9 - 2.0.2

2007-03-01 Thread Arno Lehmann
Hi,

On 3/1/2007 4:45 AM, Zakai Kinan wrote:
 This is not the problem I am afraid.  Thanks for the
 tip.

If that is not the problem you've got a seriously damaged Bacula 
installed, I think.

Try running '/path/to/bacula-dir --help' and check the version information.

Arno

 
 ZK
 
 
 --- John Drescher [EMAIL PROTECTED] wrote:
 
 
On 2/28/07, Zakai Kinan [EMAIL PROTECTED]
wrote:

I am getting the following error after the

upgrade:

26-Feb 22:09 bacula-dir:  Fatal error: Version

error

for database bacula. Want

ed 9, got 10
26-Feb 22:09 bacula-dir:  Fatal error: Could not

open

database bacula.
26-Feb 22:09 bacula-dir:  Fatal error: Version

error

for database bacula. Want

ed 9, got 10
26-Feb 22:09 bacula-dir ERROR TERMINATION
Please correct configuration file:
/etc/bacula/bacula-dir.conf

This error only occurs after I run the
update_mysql_tables script.  If I restore the old
database schema bacula seems to work.  I don't

trust

it because the release notes state that the update
must be run after the upgrade.  I did some

research,

but I did not get anything meaningful.  Does

anyone

have any ideas?


It looks like the old version of bacula-dir still is
installed and
this is running instead of the new.

John


 
 -
 
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get
the chance to share your
opinions on IT  business topics through brief
surveys-and earn cash

 
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net

 
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 
 
 
 
  
 
 Be a PS3 game guru.
 Get your game face on with the latest PS3 news and previews at Yahoo! Games.
 http://videogames.yahoo.com/platform?platform=120121
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

-- 
IT-Service Lehmann[EMAIL PROTECTED]
Arno Lehmann  http://www.its-lehmann.de

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula upgrade from 1.38.9 - 2.0.2

2007-03-01 Thread John Drescher
On 3/1/07, Zakai Kinan [EMAIL PROTECTED] wrote:
 Indeed, I had the old bacula-dir running.  I am not
 sure how that is possible because I did a make clean
 and a make distclean before doing a configure under
 the new source.  John was correct as well.

I suspected this as a few times when I have built bacula from source
(using a gentoo ebuild) if the build of the director failed the whole
process continued and at the end it looked like everything was good
but later I found out I was still using the old director. Since I
write ebuilds I should actually check into that as it should not be
that difficult to fix.. Only problem is that I do not have the time.

John

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula upgrade from 1.38.9 - 2.0.2

2007-02-28 Thread John Drescher
On 2/28/07, Zakai Kinan [EMAIL PROTECTED] wrote:
 I am getting the following error after the upgrade:

 26-Feb 22:09 bacula-dir:  Fatal error: Version error
 for database bacula. Want

 ed 9, got 10
 26-Feb 22:09 bacula-dir:  Fatal error: Could not open
 database bacula.
 26-Feb 22:09 bacula-dir:  Fatal error: Version error
 for database bacula. Want

 ed 9, got 10
 26-Feb 22:09 bacula-dir ERROR TERMINATION
 Please correct configuration file:
 /etc/bacula/bacula-dir.conf

 This error only occurs after I run the
 update_mysql_tables script.  If I restore the old
 database schema bacula seems to work.  I don't trust
 it because the release notes state that the update
 must be run after the upgrade.  I did some research,
 but I did not get anything meaningful.  Does anyone
 have any ideas?

It looks like the old version of bacula-dir still is installed and
this is running instead of the new.

John

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula upgrade from 1.38.9 - 2.0.2

2007-02-28 Thread Zakai Kinan
This is not the problem I am afraid.  Thanks for the
tip.


ZK


--- John Drescher [EMAIL PROTECTED] wrote:

 On 2/28/07, Zakai Kinan [EMAIL PROTECTED]
 wrote:
  I am getting the following error after the
 upgrade:
 
  26-Feb 22:09 bacula-dir:  Fatal error: Version
 error
  for database bacula. Want
 
  ed 9, got 10
  26-Feb 22:09 bacula-dir:  Fatal error: Could not
 open
  database bacula.
  26-Feb 22:09 bacula-dir:  Fatal error: Version
 error
  for database bacula. Want
 
  ed 9, got 10
  26-Feb 22:09 bacula-dir ERROR TERMINATION
  Please correct configuration file:
  /etc/bacula/bacula-dir.conf
 
  This error only occurs after I run the
  update_mysql_tables script.  If I restore the old
  database schema bacula seems to work.  I don't
 trust
  it because the release notes state that the update
  must be run after the upgrade.  I did some
 research,
  but I did not get anything meaningful.  Does
 anyone
  have any ideas?
 
 It looks like the old version of bacula-dir still is
 installed and
 this is running instead of the new.
 
 John
 

-
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get
 the chance to share your
 opinions on IT  business topics through brief
 surveys-and earn cash

http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/bacula-users
 



 

Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users