#upgrade: 4.0.3 -> 4.0.10 - no upgrade data

1 messages · Page 1 of 1 (latest)

left pike
#

My upgrade attempts do not progress beyond 'Upload Package' as per attached.

I see the error 'no upgrade data' for naboxd:

nabox4 ~ # journalctl -fu naboxd
Mar 11 165017 nabox4 naboxd[1358]: time=2025-03-11T165017.245Z level=ERROR source=error.go:21 msg="no upgrade data (204)"
Mar 11 165017 nabox4 naboxd[1358]: 2025/03/11 165017 "GET http://nabox1.sg.viatel.net/api/2.0/upgrade HTTP/1.1" from 192.0.0.2:45204 - 204 0B in 302.676µs

I have space in /data:

nabox4 ~ # df -ah|grep -e data
/dev/sdb 492G 178G 292G 38% /data`

Any ideas?

obtuse jacinth
#

Can you list files in /data/uploads/update/ (from memory)

left pike
#

nabox4 ~ # ls -l /data/
total 40
drwxr-xr-x. 6 root root 4096 Mar 12 10:36 grafana
drwxr-xr-x. 2 root root 4096 Jun 7 2024 log
drwx------. 2 root root 16384 Jun 7 2024 lost+found
drwxr-xr-x. 3 root root 4096 Jun 7 2024 packages
drwxr-xr-x. 2 admin root 4096 Jun 27 2024 tmp
drwx------. 3 root root 4096 Mar 11 16:47 uploads
drwxr-xr-x. 8 root root 4096 Jun 7 2024 victoria-metrics-data
nabox4 ~ # ls -l /data/uploads/
total 4
drwx------. 2 root root 4096 Mar 11 16:47 upgrade.tmp
nabox4 ~ # ls -l /data/uploads/upgrade.tmp/
total 303248
-rw-r--r--. 1 root root 310521474 Mar 11 16:48 docker-save.tar.gz

lofty zenith
#

4.0.5 to 4.0.10 without a problem 🤔

left pike
#

I noticed that the docker save is close to 300MB and wondered if there is a size limit for this maybe?

-rw-r--r--. 1 root root 302M Mar 12 16:33 /data/uploads/upgrade.tmp/docker-save.tar.gz

obtuse jacinth
#

Could be an error during upload, but I don’t get why the progress would be 100%.

Can you tell me if it takes more than 60s to upload the package ?

left pike
#

Yea, it is taking just over 60s to upload the package.

obtuse jacinth
#

Ok maybe that’s why. Can you easily use a jump host closer to NAbox ? Otherwise there is a method to send the update to NAbox and upload locally

left pike
#

i eventually got around to testing a jump host and it worked. thanks for your help

obtuse jacinth
#

You shouldn't have that issue again