1009

Failing or partial upgrades

Summary

When NAbox is running short on root partition capacity, it can prevent upgrade to silently fail and leave older versions of components in place.

Normal NAbox deployments should have around 3GB availaible space having less could mean that upgrading all the containers lacks the necessary temporary space.

To free some space, you can run the following command :

docker image prune -f

It will display the amount of space freed.

If significant space is now available, you can retry the upgrade from the web UI

If not, it might be necessary to manually search for space saving opportunity in /admin or in /var/log/.

Use du -hs command to investigate, i.e. du -hs /var/log/*