We moved this page to our Documentation Portal. You can find the latest updates here. |
Question
I need to reboot my Control Panel server, should I perform any actions before doing so?
Environment
All OnApp Versions
Answer
We recommend you to stop the OnApp service on your Control Panel server before gracefully rebooting it.
To stop it, send the following command via SSH, logged in as root:
service onapp stop
For OnApp 3.4 and later:
A daemon monitoring service called monit was added in 3.4. To stop OnApp and make it remain offline, the monit service must be stopped first:
service monit stop
After the monit service is stopped, the OnApp service can be stopped.