Zalem Citizen
New Pleskian
Hello,
Plesk Onyx on Ubuntu 16.04 VPS
In order to copy data to a bigger additional disk I need to stop mysql for the duration of my copy job.
When stopped with
or
Plesk keeps restarting the service within 5 minutes. Syslog :
Is there a proper way to disable this autostart ?
Thanks
Plesk Onyx on Ubuntu 16.04 VPS
In order to copy data to a bigger additional disk I need to stop mysql for the duration of my copy job.
When stopped with
Code:
service mysql stop
Code:
systemctl stop mysql.service
Plesk keeps restarting the service within 5 minutes. Syslog :
Code:
Feb 3 13:00:59 klabs-test monit[2739]: 'mysql' process is not running
Feb 3 13:00:59 klabs-test monit[2739]: Collector: cannot open a connection to http://127.0.0.1:2912/ -- Transport endpoint is not connected
Feb 3 13:00:59 klabs-test monit[2739]: Collector: no server available -- aborting message
Feb 3 13:00:59 klabs-test monit[2739]: 'mysql' trying to restart
Feb 3 13:00:59 klabs-test monit[2739]: 'mysql' start: /opt/psa/admin/sbin/pleskrc
Feb 3 13:00:59 klabs-test monit[2739]: Collector: cannot open a connection to http://127.0.0.1:2912/ -- Transport endpoint is not connected
Feb 3 13:00:59 klabs-test monit[2739]: Collector: no server available -- aborting message
Feb 3 13:01:00 klabs-test systemd[1]: Starting MySQL Community Server...
Is there a proper way to disable this autostart ?
Thanks