hi there,
1 Proxmox server and 1 PBS with different providers. Both servers are up to date.
Backups worked fine through tailscale (wireguard based VPN) then went from taking on average 10 minutes to 5-8 hours with similar backup sizes.
Switched back to connecting to PBS via public IP, same problems. Eventually backups worked fine again with public IP and VPN.
A few weeks later they completely stopped working in any way.
tried this from PX to PBS:
proxmox-backup-client benchmark --repository root@pam@PBS-public-IP:datastore-name
and that command just freezes - I aborted after 15 minutes. The task shows up on the PBS but nothing happens.
Tried a few times consecutively and eventually it worked and gave these numbers:
trying a few times again, the benchmark simply freezes again with nothing happening on the PBS aka no CPU/DISK/network load.
I really need a hint at where to look? Network problems? origin or target? Proxmox problems? PBS problems? I'm a bit lost right now :-(
1 Proxmox server and 1 PBS with different providers. Both servers are up to date.
Backups worked fine through tailscale (wireguard based VPN) then went from taking on average 10 minutes to 5-8 hours with similar backup sizes.
Switched back to connecting to PBS via public IP, same problems. Eventually backups worked fine again with public IP and VPN.
A few weeks later they completely stopped working in any way.
tried this from PX to PBS:
proxmox-backup-client benchmark --repository root@pam@PBS-public-IP:datastore-name
and that command just freezes - I aborted after 15 minutes. The task shows up on the PBS but nothing happens.
Tried a few times consecutively and eventually it worked and gave these numbers:
Code:
Uploaded 10 chunks in 14 seconds.
Time per request: 1432043 microseconds.
TLS speed: 2.93 MB/s
SHA256 speed: 1579.20 MB/s
Compression speed: 590.72 MB/s
Decompress speed: 1048.82 MB/s
AES256/GCM speed: 2739.27 MB/s
Verify speed: 613.92 MB/s
┌───────────────────────────────────┬────────────────────┐
│ Name │ Value │
╞═══════════════════════════════════╪════════════════════╡
│ TLS (maximal backup upload speed) │ 2.93 MB/s (0%) │
├───────────────────────────────────┼────────────────────┤
│ SHA256 checksum computation speed │ 1579.20 MB/s (78%) │
├───────────────────────────────────┼────────────────────┤
│ ZStd level 1 compression speed │ 590.72 MB/s (79%) │
├───────────────────────────────────┼────────────────────┤
│ ZStd level 1 decompression speed │ 1048.82 MB/s (88%) │
├───────────────────────────────────┼────────────────────┤
│ Chunk verification speed │ 613.92 MB/s (81%) │
├───────────────────────────────────┼────────────────────┤
│ AES256 GCM encryption speed │ 2739.27 MB/s (75%) │
└───────────────────────────────────┴────────────────────┘
trying a few times again, the benchmark simply freezes again with nothing happening on the PBS aka no CPU/DISK/network load.
Code:
apt-cache policy proxmox-backup-client
proxmox-backup-client:
Installed: 1.1.6-2
Candidate: 1.1.6-2
I really need a hint at where to look? Network problems? origin or target? Proxmox problems? PBS problems? I'm a bit lost right now :-(