Search Documentation
Table of Contents
< All Topics

Upgradation

We frequently keep publishing bug fixes, improvements, and new features 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.
  • 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

The above steps will pull the latest build and restart the NirvaShare services automatically, there are no other steps 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