• 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

Root login to backup everything

Bruno12

New Pleskian
Hello,

theres is any way to backup every SQL Databases at once ?

At the moment i need to configure each subscription on my backup program to backup each sql database.

there is any way to set a login that back's up all the databases?

And for the ftp files?

thankyou
 
Use

# mysqldump -uadmin -p`cat /etc/psa/.psa.shadow` database_name > database_name.sql
 
Back
Top