Search Documentation
-
Deployment
-
Administrative Guide
-
- AWS S3 Storage Configuration using Access and Secret keys
- AWS S3 Storage Configuration using IAM role
- Google Storage Configuration using JSON Authentication Key
- Azure Blob/File Storage Configuration using Access Keys
- Backblaze B2 Storage Configuration using Access and Secret Keys
- DigitalOcean Storage Configuration using Access and Secret Keys
- Oracle Storage Configuration using Access and Secret Keys
- Wasabi Storage Configuration
-
-
Tutorials
- Quick Start
- AWS S3 File Sharing With Password Protection
- Google Cloud Storage Integration
- SSO for Admin Console using IAM Identity Center
- SSL and Load balancer for NirvaShare on AWS
- SSO for AdminConsole using Azure ActiveDirectory
- SSL Using Nginx Proxy Manager
- How to Share and Manage File Access from AWS S3, Azure Blob with Salesforce Users
- Configure SSO for Admin Console using Google Workspace as Identity Provider
- Share Azure Blob Files with ActiveDirectory Users using SSO
- S3 File Sharing with Okta Users
-
Troubleshoot
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