Re: [Bacula-users] FileID greater then 4.2 billion on rev. 2.4.4

2009-04-22 Thread Arno Lehmann
Hello, 22.04.2009 09:04, Ferdinando Pasqualetti wrote: > > Hi List, > does someone know if there is a workaround on FileID having reached the > 2**32 max on rev. 2.4.4? You could simply set the database column to use 64 bits (how to do that depends on the catalog backend you use). I don't kno

Re: [Bacula-users] FileID greater then 4.2 billion on rev. 2.4.4

2009-04-22 Thread Kevin Keane
I haven't done it myself, but I remember that there is a documented way to fix the database to use 64-bit integers instead of 32-bit integers. It is a common problem. A bit of Googling may help fill in the details. Ferdinando Pasqualetti wrote: > > Hi List, > does someone know if there is a work

[Bacula-users] FileID greater then 4.2 billion on rev. 2.4.4

2009-04-22 Thread Ferdinando Pasqualetti
Hi List, does someone know if there is a workaround on FileID having reached the 2**32 max on rev. 2.4.4? I would like to wait some more time before upgrading to rev. 3.0 in the production environment (I believe rev. 3 has a bigger slot for that value, isn't it?). Regards,