< All Topics

Restore Data

Entire data and configuration pertaining to NirvaShare can be securely and effortlessly restored from the the backed up zip file with a simple command line utility. The following procedure can guide you through the same.

  • 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/restore.sh -o ns_install.sh && bash ns_install.sh && rm -f ns_install.sh

The above commands will restore the entire database dump along with the configurations in the preferred location. 

In order to learn about the backup procedure, please refer to the following document

Table of Contents