< All Topics

Upgradation

We frequently keep improvising our product by incorporating bug fixes and adding new features. We highly recommend you to upgrade to the latest version to make use of all the updated features. Follow the  below outlined steps to upgrade to the latest build of NirvaShare.

  • Log in to the Linux console where NirvaShare is installed.
  • Run the below commands. It requires root access or you can 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

The above steps will aid in upgrading to the latest build of the software and restart the NirvaShare services automatically. No other steps are needed. It may take a couple of minutes for the server to come up. In case, if you want to check logs, please refer to Log Files.

Also, after the upgrade is complete, make sure to clear the cache from the Admin Console. Please refer to Clear Cache for the same.

Table of Contents