• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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