Hi,
I am moving all my services from one node to another using "backup and restore".
I have moved 14 LXC successfully so far, but one of them just doesn't want to restore on the other node.
PVE log:
PBS log (full log attached):
Here is the LXC conf from the original node:
Does anybody have an idea why this keeps failing?
Is there a timeout value I could experiment with?
Thanks!
I am moving all my services from one node to another using "backup and restore".
I have moved 14 LXC successfully so far, but one of them just doesn't want to restore on the other node.
PVE log:
Code:
()
recovering backed-up configuration from 'PBS-Hetzner:backup/ct/123/2026-02-19T07:49:01Z'
Using encryption key from file descriptor..
Fingerprint: XX
restoring 'PBS-Hetzner:backup/ct/123/2026-02-19T07:49:01Z' now..
Using encryption key from file descriptor..
Fingerprint: XX
Error: error extracting archive - encountered unexpected error during extraction: error at entry "4_5866121381472637091.mp4": failed to extract file: failed to copy file contents: unexpected status code 504 Gateway Timeout
TASK ERROR: unable to restore CT 123 - command 'lxc-usernsexec -m u:0:100000:65536 -m g:0:100000:65536 -- /usr/bin/proxmox-backup-client restore '--crypt-mode=encrypt' '--keyfd=14' ct/123/2026-02-19T07:49:01Z root.pxar /var/lib/lxc/123/rootfs --allow-existing-dirs --repository backupuser@pbs@proxmox-backup-server.lan:hetznerbucket' failed: exit code 255
PBS log (full log attached):
Code:
[...]
2026-02-19T10:31:01+00:00: found empty chunk '3eb79034b6adc78bb81768ab8baab97222263eae23ac458a45abcadd46c5306c' in store hetznerbucket, overwriting
2026-02-19T10:31:01+00:00: GET /chunk
2026-02-19T10:32:01+00:00: GET /chunk: 400 Bad Request: error reading a body from connection
2026-02-19T10:32:01+00:00: reader finished successfully
2026-02-19T10:32:01+00:00: TASK WARNINGS: 1432
Here is the LXC conf from the original node:
Code:
root@pve:/etc/pve/lxc# cat 123.conf
## Alpine-Docker LXC
# ### https%3A//tteck.github.io/Proxmox/
# <a href='https%3A//ko-fi.com/D1D7EP4GF'><img src='https%3A//img.shields.io/badge/%E2%98%95-Buy me a coffee-red' /></a>
#mp1%3A /dev/data/thinvoltest,mp=/media/data
arch: amd64
cores: 1
features: keyctl=1,nesting=1
hostname: sambaserver
memory: 512
mp2: wdreddata:vm-123-disk-0,mp=/media/storage,backup=1,mountoptions=noatime,size=500G
net1: name=eth101,bridge=vmbr0,firewall=1,hwaddr=2E:C2:FC:5E:CB:09,ip=dhcp,tag=101,type=veth
onboot: 1
ostype: alpine
rootfs: local-lvm:vm-123-disk-0,size=3G
startup: order=5,up=15
swap: 0
tags: prod
unprivileged: 1
Does anybody have an idea why this keeps failing?
Is there a timeout value I could experiment with?
Thanks!