I have a remote PBS that connects to my homelab through a HAproxy - this has worked flawlessly before.
After the upgrade to PBS 3.0-2 the sync fails with the following messages:
So the remote can talk to the PBS, but fails when trying to transfer the container (it seems).
I have upgraded the HAproxy also, but I believe that HAproxy is not to blame here since the remote can reach the PBS.
What exactly is returning the 502 and why?
Edit: Forgot to include the log from the backup server (being pulled from) - note: timestamp is different, but error text the same
After the upgrade to PBS 3.0-2 the sync fails with the following messages:
Code:
2023-08-22T22:09:01+02:00: Starting datastore sync job 'pbs-prod:backup:Storage::s-04f39ca0-a9ff'
2023-08-22T22:09:01+02:00: sync datastore 'Storage' from 'pbs-prod/backup'
2023-08-22T22:09:01+02:00: ----
2023-08-22T22:09:01+02:00: Syncing datastore 'backup', root namespace into datastore 'Storage', root namespace
2023-08-22T22:09:01+02:00: found 5 groups to sync
2023-08-22T22:09:01+02:00: sync group ct/110
2023-08-22T22:09:01+02:00: sync group ct/110 failed - <html><body><h1>502 Bad Gateway</h1>
The server returned an invalid or incomplete response.
</body></html>
So the remote can talk to the PBS, but fails when trying to transfer the container (it seems).
I have upgraded the HAproxy also, but I believe that HAproxy is not to blame here since the remote can reach the PBS.
What exactly is returning the 502 and why?
Edit: Forgot to include the log from the backup server (being pulled from) - note: timestamp is different, but error text the same
Code:
2023-08-22T23:45:05+02:00: starting new backup reader datastore 'backup': "/mnt/datastore/backup"
2023-08-22T23:45:05+02:00: protocol upgrade done
2023-08-22T23:45:05+02:00: TASK ERROR: connection error: connection closed before reading preface
Last edited: