• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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