• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

PLESK watchdog suspend

D

dl2rbi

Guest
I'm using a cron job every night to backup mysql database. While dumping the databases I have to stop mysql.
PLESK watchdog noticed the stopped mysql task and wants to restart mysql while dumping the database.

Is it possible to suspend (disable/enable) PLESK's watchdog via command line (backup script) ?
 
Try to use something like

# /usr/local/psa/admin/sbin/modules/watchdog/wdservice monit stop /usr/local/psa/etc/modules/watchdog/monitrc

More details with

# /usr/local/psa/admin/sbin/modules/watchdog/wdservice --help
 
ok

... works fine.

Thank you for quick answer ...

Werner
 
Back
Top