• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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