• 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.

Question mysqldump not found

vita1iy

New Pleskian
Hi! I want create backup db from cron task, but plesk return error.
When i use
mysqldump mydb > mydb.sql - -: mysqldump: command not found
/usr/bin/mysqldump mydb > mydb.sql - -: /usr/bin/mysqldump: No such file or directory
plesk db dump mydb > mydb.sql - -: plesk: command not found

how i can create dump from cron task?

plesk onyx 17.0.17
‪CentOS 6.8 (Final)‬
 
This command works fine for me:

/usr/sbin/plesk db dump apsc > /root/apsc.sql
 
Do you mean server Schedule Task or Scheduled Task in customer's subscription?
 
Back
Top