• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Plesk 9.2.1 (Windows) Backup Transfer to FTP issue.

After adding the reg key;
I've open the Windows registry path "HKEY_LOCAL_MACHINE\SOFTWARE\PLESK\PSA Config\Config"
and created the "FtpRequestTimeOut" DWORD key with a value of "60000" seconds (about 16,6 hours).

The backup is uploaded correctly!
So we will try it on another server to confirm this fix (for us).
 
Problem resolved (in our server)

Hi:

First we went to the Windows registry path "HKEY_LOCAL_MACHINE\SOFTWARE\PLESK\PSA Config\Config"
and created the "FtpRequestTimeOut" DWORD key with a value of "60000" seconds (about 16,6 hours).
This value should be more time than the time that takes the longest backup to finish.


Second, we scheduled a task in task manager to make the backups of every domain configured in the server.
The script is similar to this one:
"C:\Program files\Parallels\Plesk\bin\pleskbackup.exe" --domains-name "domain.com" --output-file=ftp://ftpUser:ftpPassword@IPftpServer/

Of course, replace "ftpUser", "ftpPassword", "IPftpServer" and "domain.com" with your configuration.


To make a backup only with the hosting, add this option: -only-hosting
To make a backup only with the mail configuration and mailboxes, add this option:-only-mail


This was the solution in our server.
I hope it helps.

Regards
 
Same with my plesk 9.2.1 as well.

HKEY_LOCAL_MACHINE\SOFTWARE\PLESK\PSA Config\Config
I didn't have such path in registry so I have tried to create is and add a height timeout as suggested, but no success.

I have tried adding rules to the firewall as suggested to prevous 9.x versions.

I have migrated my VPS from 8.6 to 9.2.1 and cannot setup backups.

Pleask help..
 
Back
Top