Search Documentation
< All Topics
How to Restart Services
NirvaShare comprises of multiple set of services based on the deployment model or licenses. Below sections have information on how to restart these services.
NirvaShare Base Services
NirvaShare base installation comprises of the below services and these services can be restarted in one go.
- Admin Console
- User application
- Index service
- Database
Login to your machine where NirvaShare is installed using SSH and run the below command to restart all the above services.
sudo root
docker-compose -f /var/nirvashare/install-app.yml restart
FTPS Service
To restart FTPS service, login to your machine where NirvaShare is installed using SSH and run the below command to restart.
sudo root
docker-compose -f /var/nirvashare/install-ftps.yml restart
Nginx Proxy Service
To restart nginx proxy service, login to your machine where NirvaShare is installed using SSH and run the below command to restart.
sudo root
docker-compose -f /var/nirvashare/install-proxy.yml restart
Table of Contents