Search Documentation
Table of Contents
< All Topics

Upgradation

We frequently keep publishing bug fixes and improvements to the product. It is highly recommended to upgrade to the latest version. Follow the steps below to upgrade to the latest build of NirvaShare.

Log in to the Linux console where NirvaShare is installed and run the below commands. Requires root access or use sudo.

sudo su root
curl -s https://raw.githubusercontent.com/nirvashare/nirvashare/main/linux/upgrade_nirvashare.sh -o ns_install.sh && bash ns_install.sh && rm -f ns_install.sh

Above steps will pull latest build and restart the NirvaShare services automatically, there is no other steps needed. It may take couple of minutes for server to come up. In case, if you want to check logs, please refer to Log Files