Re: Bacula 15.0.2 update

Thomas Beierlein <[email protected]> Thu, 9 May 2024 10:39:36 +0200
Newsgroups gmane.comp.sysutils.backup.bacula.devel
Message-ID <20240509083936.hkrjryy7hddeheum@ham>
Hi Phil,

On Wed, May 08, 2024 at 02:29:01PM -0400, Phil Stracchino wrote:
> Just updated Bacula from 13.0.4 to 15.0.2 on Gentoo Linux.  The update went
> smoothly and without issues aside from the build not running the DB update
> script, which I had to do manually.
> 
> 
> I found several issues with that step.
> First, update_mysql_tables simply complains:
> 
> The existing database is version 1024 !!
> This script can only update an existing version 12-15 to version 16.
> 
sound like you ran the script from /usr/libexec/bacula/updatedb directory.
The scripts there shows the mentioned problems.

There is a more actual version of the script in /usr/libexec/bacula directory above. That
should handle all versions up to 1025 in a correct way.

Regards, Thomas

--