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
-
-
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 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