On Fri, 20 Dec 2024 at 13:38, Meth <
bys...@gmail.com> wrote:
>
> Hi everyone, I'm experiencing issues with volume errors in my Bacula setup. When trying to run a PostgreSQL backup job, all volumes are being marked as "Error in Catalog" and the job
Hi Meth,
In this job log part there is not any message why this error happens.
If in the whole job log there is not anything more about this error,
then I would propose to enable debugging for SD and Director.
In Bconsole for example:
setdebug level=400 trace=1 storage=xxxxx-sd
setdebug level=400 trace=1 dir
and after please run this job again.
In the Director and Storage Daemon working directory you will find
files with debug:
xxxxx-sd.trace
xxxxx-dir.trace
After that you can disable debug by setting level=0 in the setdebug commands.
Are you seeing anything wrong in the debug files?
Best regards,
Marcin Haba (gani)