Re: [Bacula-devel] Bacula Release 11.0.0 (beta)

2020-12-15 Thread Gary R. Schmidt
On 16/12/2020 04:48, Phil Stracchino wrote: On 12/15/20 12:10 PM, Eric Bollengier via Bacula-devel wrote: Hello, Compilation fails on Solaris 11.3 using Solaris Studio 12.6. I would recommend to compile with GCC, it is free and available on all platforms. Of course, patches are welcome to

[Bacula-devel] Bacula 11.0 dbcheck fail with error

2020-12-15 Thread Reiner Jung via Bacula-devel
On Bacula 11 the dbcheck fail with an error dbcheck -c /etc/bacula/bacula-dir.conf Select function number: 17 Checking for Filenames with a trailing slash Query failed: SELECT FilenameId,Name from Filename WHERE Name LIKE '%/': ERR=Table 'bacula.Filename' doesn't exist signature.asc Descripti

Re: [Bacula-devel] Bacula Release 11.0.0 (beta)

2020-12-15 Thread Martin Simmons
> On Tue, 15 Dec 2020 10:00:03 +0100, Eric Bollengier via Bacula-devel said: > DKIM-Filter: OpenDKIM Filter v2.10.3 mail.baculasystems.com 13470B20862 > > Hello, > > We are pleased to announce the release of Bacula version 11.0.0 (beta). > This is a major release. There are two warnings from

Re: [Bacula-devel] Bacula Release 11.0.0 (beta)

2020-12-15 Thread Phil Stracchino
On 12/15/20 12:17 PM, Eric Bollengier via Bacula-devel wrote: > Can you try the attached patch? Might not be too complicated. (at least > for the msg/msglen variables, for the ser/unser macro, it can be more > complicated and might require more study). Giving it a shot. -- Phil Stracchino

Re: [Bacula-devel] Bacula Release 11.0.0 (beta)

2020-12-15 Thread Phil Stracchino
On 12/15/20 12:17 PM, Eric Bollengier via Bacula-devel wrote: > Can you try the attached patch? Might not be too complicated. (at least > for the msg/msglen variables, for the ser/unser macro, it can be more > complicated and might require more study). That patch resolves the 'hides BSOCKCORE::ms

Re: [Bacula-devel] Bacula Release 11.0.0 (beta)

2020-12-15 Thread Phil Stracchino
On 12/15/20 12:10 PM, Eric Bollengier via Bacula-devel wrote: > Hello, > >> >> Compilation fails on Solaris 11.3 using Solaris Studio 12.6. >> > > I would recommend to compile with GCC, it is free and available on all > platforms. Of course, patches are welcome to support an other compiler. Yes

Re: [Bacula-devel] Bacula Release 11.0.0 (beta)

2020-12-15 Thread Eric Bollengier via Bacula-devel
Hello Phil, On 2020-12-15 18:10, Eric Bollengier via Bacula-devel wrote: > Hello, > >> >> Compilation fails on Solaris 11.3 using Solaris Studio 12.6. >> > > I would recommend to compile with GCC, it is free and available on all > platforms. Of course, patches are welcome to support an other com

Re: [Bacula-devel] Bacula Release 11.0.0 (beta)

2020-12-15 Thread Eric Bollengier via Bacula-devel
Hello, > > Compilation fails on Solaris 11.3 using Solaris Studio 12.6. > I would recommend to compile with GCC, it is free and available on all platforms. Of course, patches are welcome to support an other compiler. Best Regards, Eric > > Compiling bsockcore.c > "bsockcore.c", line 64: Warn

Re: [Bacula-devel] Bacula Release 11.0.0 (beta)

2020-12-15 Thread Phil Stracchino
On 12/15/20 4:41 AM, Sven Hartge wrote: > On 15.12.20 10:33, Sven Hartge wrote: >> On 15.12.20 10:00, Eric Bollengier via Bacula-devel wrote: > >>> This release of Bacula uses a new catalog format.  We provide a set of >>> scripts that permit to convert a 9.x and earlier versions to the new >>> 11

Re: [Bacula-devel] Bacula Release 11.0.0 (beta)

2020-12-15 Thread Phil Stracchino
On 12/15/20 9:10 AM, Eric Bollengier via Bacula-devel wrote: > Hello Swen, > > On 2020-12-15 13:23, Sven Hartge wrote: >>> SQLite for Bacula was deprecated years and years ago, anyone who is >>> still using it has had more than enough time to update. >>> >>> I presume that the chance to remove it

Re: [Bacula-devel] Bacula Release 11.0.0 (beta)

2020-12-15 Thread Sven Hartge
On 15.12.20 15:10, Eric Bollengier via Bacula-devel wrote: On 2020-12-15 13:23, Sven Hartge wrote: This is all known and well, but the sqlite3-update script *has* been updated to the current DB version 1023, so it was clearly adapted. But it is missing the upgrade path from Bacula 7.0.0 and 9

Re: [Bacula-devel] Bacula Release 11.0.0 (beta)

2020-12-15 Thread Eric Bollengier via Bacula-devel
Hello Swen, On 2020-12-15 13:23, Sven Hartge wrote: >> SQLite for Bacula was deprecated years and years ago, anyone who is >> still using it has had more than enough time to update. >> >> I presume that the chance to remove it completely as part of the 11 >> re-write was so obvious that not doing

Re: [Bacula-devel] Upgrading MySQL Catalog Schema for Bacula v. 11 fails, PostgreSQL works

2020-12-15 Thread Eric Bollengier via Bacula-devel
Hello Arno, Thanks for the tests, it's clear that FileIndex can now be negative at some point, so it's important to specify this attribute correctly. Note that the modification of the schema table (DDL) cannot be protected by a transaction with MySQL. So, if a problem appears during the schema mo

[Bacula-devel] Upgrading MySQL Catalog Schema for Bacula v. 11 fails, PostgreSQL works

2020-12-15 Thread Arno Lehmann
Hi all, (sent this yesterday to the wrong address... let's retry :-) I guess the subject says it all, but here are some details: - Bacula version being upgraded is 9.6.6 The current version of the database: +---+ | VersionId | +---+ |16 | +---+ - Upgrade fails a

Re: [Bacula-devel] Bacula Release 11.0.0 (beta)

2020-12-15 Thread Sven Hartge
On 15.12.20 12:46, Gary R. Schmidt wrote: On 15/12/2020 20:41, Sven Hartge wrote: On 15.12.20 10:33, Sven Hartge wrote: On 15.12.20 10:00, Eric Bollengier via Bacula-devel wrote: This release of Bacula uses a new catalog format.  We provide a set of scripts that permit to convert a 9.x and e

Re: [Bacula-devel] Bacula Release 11.0.0 (beta)

2020-12-15 Thread Gary R. Schmidt
On 15/12/2020 20:41, Sven Hartge wrote: On 15.12.20 10:33, Sven Hartge wrote: On 15.12.20 10:00, Eric Bollengier via Bacula-devel wrote: This release of Bacula uses a new catalog format.  We provide a set of scripts that permit to convert a 9.x and earlier versions to the new 11.0.0 format (1

Re: [Bacula-devel] Bacula Release 11.0.0 (beta)

2020-12-15 Thread Sven Hartge
On 15.12.20 10:33, Sven Hartge wrote: On 15.12.20 10:00, Eric Bollengier via Bacula-devel wrote: This release of Bacula uses a new catalog format.  We provide a set of scripts that permit to convert a 9.x and earlier versions to the new 11.0.0 format (1023).  Normally, it is automatic, though

Re: [Bacula-devel] Bacula Release 11.0.0 (beta)

2020-12-15 Thread Sven Hartge
On 15.12.20 10:00, Eric Bollengier via Bacula-devel wrote: This release of Bacula uses a new catalog format. We provide a set of scripts that permit to convert a 9.x and earlier versions to the new 11.0.0 format (1023). Normally, it is automatic, though this is a big change that takes longer t

[Bacula-devel] Bacula Release 11.0.0 (beta)

2020-12-15 Thread Eric Bollengier via Bacula-devel
Hello, We are pleased to announce the release of Bacula version 11.0.0 (beta). This is a major release. This is a major new release with many new features and a number of changes. Please take care to test this code carefully before putting it into production. Although the new features have been