• 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.

Mass ftp backup editing?

klyde

New Pleskian
Hello,

I have thousands of domains on my plesk and I need to change the FTP backup setting for each of them because I have change the backup server.

Is there a way to change for all my domains, in 1 time for the backup, the address + login + pass + folder?

Because it's the same for all domains.

Thanks
 
Hi.

Plesk stores all the configuration in the database. The ftp backup configuration is written in the table BackupsSettings.
Enter the Plesk database with
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa

View the contents of BackupsSettings table. In the column "value" you will see the current ftp server, the username and password. From there I believe it is possible to change this settings by a mysql query. For the syntax it's better to see the MySQL reference guide.
 
Back
Top