Dear Community, could you guide me with this error that appears in the backup log? As background, it works correctly, I just don't know what changed.
sdff@ithfhwds3 vbr]$ more vbr_2026-05-07-172229_XJV3DRDC.log
2026-05-07 17:22:29 localhost vbr VBR log initialized.
2026-05-07 17:22:29 localhost vbr Command line: /opt/vertica/bin/vbr.py --task backup --config-file /opt/vertica/bin/backup_diario_vertica_pm.ini
2026-05-07 17:22:29 localhost vbr Getting cluster information.
2026-05-07 17:22:30 localhost vbr Getting information for database: drdata.
2026-05-07 17:22:32 localhost vbr Launching rsync daemon on "ithfhwdnpmrap03".
2026-05-07 17:22:32 localhost backup_python ['ssh', '-T', '-x', '-o', 'ServerAliveInterval=60', '-o', 'BatchMode=yes', '-o', 'ExitOnForwardFailure=yes', '-o', 'PasswordAuthentication=no', '-o', 'StrictHostKeyChecking=no', '-oNoHostAuthe
nticationForLocalhost=yes', 'ithfhwdnpmrap03', '/opt/vertica/oss/python/bin/python -V || true']
2026-05-07 17:22:33 localhost backup_python ['ssh', '-T', '-x', '-o', 'ServerAliveInterval=60', '-o', 'BatchMode=yes', '-o', 'ExitOnForwardFailure=yes', '-o', 'PasswordAuthentication=no', '-o', 'StrictHostKeyChecking=no', '-oNoHostAuthe
nticationForLocalhost=yes', 'ithfhwdnpmrap03', '/opt/vertica/oss/python/bin/python']
2026-05-07 17:22:33 localhost rsyncd_launcher Output from rsync launcher:
2026-05-07 17:22:33 localhost rsyncd_launcher Transfer Server process entry: pid 116838.
Acquiring remoteServer mutex.
Acquired remoteServer mutex.
ps aux | grep rsync | grep -v grep | grep daemon | grep port=50000
A new Rsync daemon has started.
Released mutex.
2026-05-07 17:22:33 localhost vsql /opt/vertica/bin/vsql -q -t -X -ddrdata -p5433 -Upmadmin -h10.59.2.210
2026-05-07 17:22:33 localhost vbr Checking node connectivity.
2026-05-07 17:22:36 localhost vbr All nodes reachable.
2026-05-07 17:22:36 localhost vbr Making temp directories.
2026-05-07 17:22:36 localhost vbr Making lock directories.
2026-05-07 17:22:36 localhost vbr Locking nodes.
2026-05-07 17:22:36 localhost vbr Locked nodes.
2026-05-07 17:22:37 localhost backup_python ['ssh', '-T', '-x', '-o', 'ServerAliveInterval=60', '-o', 'BatchMode=yes', '-o', 'ExitOnForwardFailure=yes', '-o', 'PasswordAuthentication=no', '-o', 'StrictHostKeyChecking=no', '-oNoHostAuthe
nticationForLocalhost=yes', 'ithfhwdnpmrap03', '/opt/vertica/oss/python/bin/python -V || true']
2026-05-07 17:22:37 localhost backup_python ['ssh', '-T', '-x', '-o', 'ServerAliveInterval=60', '-o', 'BatchMode=yes', '-o', 'ExitOnForwardFailure=yes', '-o', 'PasswordAuthentication=no', '-o', 'StrictHostKeyChecking=no', '-oNoHostAuthe
nticationForLocalhost=yes', 'ithfhwdnpmrap03', '/opt/vertica/oss/python/bin/python -V || true']
2026-05-07 17:22:37 localhost backup_python ['ssh', '-T', '-x', '-o', 'ServerAliveInterval=60', '-o', 'BatchMode=yes', '-o', 'ExitOnForwardFailure=yes', '-o', 'PasswordAuthentication=no', '-o', 'StrictHostKeyChecking=no', '-oNoHostAuthe
nticationForLocalhost=yes', 'ithfhwdnpmrap03', '/opt/vertica/oss/python/bin/python -V || true']
2026-05-07 17:22:37 localhost backup_python ['ssh', '-T', '-x', '-o', 'ServerAliveInterval=60', '-o', 'BatchMode=yes', '-o', 'ExitOnForwardFailure=yes', '-o', 'PasswordAuthentication=no', '-o', 'StrictHostKeyChecking=no', '-oNoHostAuthe
nticationForLocalhost=yes', 'ithfhwdnpmrap03', '/opt/vertica/oss/python/bin/python']
2026-05-07 17:22:38 localhost backup_python ['ssh', '-T', '-x', '-o', 'ServerAliveInterval=60', '-o', 'BatchMode=yes', '-o', 'ExitOnForwardFailure=yes', '-o', 'PasswordAuthentication=no', '-o', 'StrictHostKeyChecking=no', '-oNoHostAuthe
nticationForLocalhost=yes', 'ithfhwdnpmrap03', '/opt/vertica/oss/python/bin/python']
2026-05-07 17:22:38 localhost backup_python ['ssh', '-T', '-x', '-o', 'ServerAliveInterval=60', '-o', 'BatchMode=yes', '-o', 'ExitOnForwardFailure=yes', '-o', 'PasswordAuthentication=no', '-o', 'StrictHostKeyChecking=no', '-oNoHostAuthe
nticationForLocalhost=yes', 'ithfhwdnpmrap03', '/opt/vertica/oss/python/bin/python']
2026-05-07 17:22:50 localhost vsql /opt/vertica/bin/vsql -q -t -X -ddrdata -p5433 -Upmadmin -h10.59.2.210
2026-05-07 17:22:50 localhost location_locker Error terminating locker process: [Errno 3] No such process.
2026-05-07 17:22:50 localhost location_locker Error terminating locker process: [Errno 3] No such process.
2026-05-07 17:22:50 localhost location_locker Error terminating locker process: [Errno 3] No such process.
2026-05-07 17:22:50 localhost vbr Error: Error locking backup location. Another vbr task is currently running: unknown.
Backup FAILED.
[sfffdf@sdfdvbr]$
I performed a manual execution to see if it would work
-------------------------------------------