Re: [bareos-users] Database error message after a long run backup job - ERROR: relation "batch" does not exist

2024-06-13 Thread Marcio Feldmann
Hi Andreas, Thanks for your explanation around the way Bareos works with the Database. Because of it I was able to fix the problem and now it's working! It was an architectural problem from my side. I'll briefly explain it: I have an EC2 Instance running Bareos and another EC2 Instance running

Re: [bareos-users] Database error message after a long run backup job - ERROR: relation "batch" does not exist

2024-06-12 Thread Andreas Rogge
Am 12.06.24 um 00:57 schrieb Marcio Feldmann: ``` bareos-dir JobId 1439: Fatal error: cats/sql_create.cc:800 Fill Path table Query failed: INSERT INTO Path (Path) SELECT a.Path FROM ( SELECT DISTINCT Path FROM batch ) AS a WHERE NOT EXISTS ( SELECT Path FROM Path WHERE Path = a.Path ) : ERR=ER

[bareos-users] Database error message after a long run backup job - ERROR: relation "batch" does not exist

2024-06-11 Thread Marcio Feldmann
I've been using Bareos for a short time, moving backups from Bacula to it. It's working fine, writing files to an S3 Bucket without issues. When I added my File Server to be backed up by Bareos, at the end of a long run Full Backup Job (about 3 TB in space) it shows this error below. I tried lo