1003

Upload upgrade package fails or stops

Summary

NAbox versions prior to 4.0.6 had a 60 seconds timeout when uploading upgrade package.

This was due to a bug in the reverse proxy configuration.

If your connection between the web browser and NAbox UI doesn't let you upload in less that 60 seconds, follow this KB to manually send the upgrade package.

  1. Upload upgrade package

Using our scp client of choice, upload the upgrade package to NAbox

$ scp NAbox.nbx admin@nabox_ip:
  1. Send the upgrade package locally to NAbox API

This must be run from NAbox admin ssh session

$ curl -u admin:Netapp01 -k -F upload=@NAbox.nbx https://localhost/api/2.0/upgrade/upload
{"message":"upgrade successfuly uploaded"}
  1. Run the upgrade

Connect to NAbox web UI and go to the Settings / Upgrade page.

A window should be displayed and you can click "Upgrade" button.