• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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