• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

FTP backup fails ERROR: () Unable to rotate dump

theant

New Pleskian
Hi, on our Centos 6.5 Vps with Plesk 12.0.18 the scheduled backup to a personal repository ftp fails every time with this error:

ERROR: () Unable to rotate dump: The dump rotation is failed with code '126' at /usr/local/psa/admin/bin/plesk_agent_manager line 1041.

ERROR: () Can't upload file 'clients/vorrei-cloud/domains/vorrei.org/backup_vorrei.org_info_1412130307.xml' to ftp. Error code: 1

On the target server there are nothing.

Any suggestion to fix it?
 
First of all check following:

-Make sure that the FTP repository server is up and running during the creation of the backup.
-Check that the firewall allows port 21 (iptables -L -n).
-Make sure the file /etc/hosts.deny (TCPD wrappers) does not block access to port 21 for your FTP host.
-Connect from the Plesk server to the FTP server with your FTP user credentials and try to upload the backup manually:

# ftp user@ftp.example.com
ftp> lpwd
ftp> cd pub
ftp> put backup.tgz
ftp> bye
 
Back
Top