Re: [Bacula-users] Community 11.0.6 binaries for el9

2022-09-07 Thread Dirk
Can someone please tell me if there will be 11.0.6 binaries for el9 ??? --- On 8/30/2022 1:39 PM, Dirk wrote: When are you going to release Bacula Community 11.0.6 binaries for EL9? We are on hold with our el9 deployment waiting for Bacula 11.0.6 binaries. OL9 (Oracle Linux 9, a redist of

[Bacula-users] Bacula copy jobs and file and job retention

2022-09-07 Thread egoitz--- via Bacula-users
Hi, One little but more or less dificult question mates :) . Imagine I'm copying now with a copy job, a full job done two months ago, to an archival pool (with different volume retention period obviously, than the source pool. A bigger volume retention period than the source pool). It's importa

Re: [Bacula-users] Migrating from mariadb to postgresql

2022-09-07 Thread Martin Simmons
> On Wed, 7 Sep 2022 12:08:10 +0200, Uwe Schuerkamp said: > > On Mon, Sep 05, 2022 at 05:14:28PM +0100, Martin Simmons wrote: > > > On Mon, 5 Sep 2022 11:21:52 +0200, Uwe Schuerkamp said: > > > > > > I've tried casting "blob" and "tinyblob" (the mariadb column types for > > > VolumeName,

Re: [Bacula-users] Migrating from mariadb to postgresql

2022-09-07 Thread dmitri maziuk
On 2022-09-07 5:27 AM, Uwe Schuerkamp wrote: sql_create.c:483 Create DB Media record INSERT INTO Media (VolumeName,MediaType,MediaTypeId,PoolId,MaxVolBytes,VolCapacityBytes,Recycle,VolRetention,VolUseDuration,MaxVolJobs,MaxVolFiles,VolStatus,Slot,VolBytes,InChanger,VolReadTime,VolWriteTime,VolT

[Bacula-users] Q: is Level a selection criterion for Migration/Copy jobs?

2022-09-07 Thread Justin Case
Hi all, I am wondering whether Level is also a selection criterion for migration/copy jobs, i.e. if there are for a given Job Name a full backup from yesterday and an incremental backup from today, will I be able to select the full backup if I use the job name and Level=Full? Thanks for consid

Re: [Bacula-users] Migrating from mariadb to postgresql

2022-09-07 Thread Uwe Schuerkamp
On Mon, Sep 05, 2022 at 11:57:43AM -0500, dmitri maziuk wrote: > Right, I saw the starting '\x' and looked no further. OP will have to figure > out what encoding that POS is actually dumping into -- keeping in mind that > it may be the OS messing it up when saving to text file -- and then figure >

Re: [Bacula-users] Migrating from mariadb to postgresql

2022-09-07 Thread Uwe Schuerkamp
On Mon, Sep 05, 2022 at 05:14:28PM +0100, Martin Simmons wrote: > > On Mon, 5 Sep 2022 11:21:52 +0200, Uwe Schuerkamp said: > > > > I've tried casting "blob" and "tinyblob" (the mariadb column types for > > VolumeName, for example) to "text", but pgloader just hangs when > > including those ca