• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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