• 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

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