Start Motadata Master
Start the Motadata service.:
service motadata start
//check the service status
service motadata status
Download Plugins (Optional)
In the Motadata GUI, upload and activate the new plugins provided with the release. For safe side, manually check the plugins in Motadata apps.
Restart motadata service:
```
service motadata stop
//when service is dead
service motadata start
// wait for few minutes for system to boot
```
Check Logs
In case of any issue check the Motadata logs:
```
//stop motadata service
service motadata stop
cd /motadata/motadata/log/
//find the relevant log and open it:
\*\*\*-MOTADATA-UPGRADE-\*\*\*.log
```