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

Restore in Plesk 12.5 fails with "This operation is taking too long"

TomBoB

Silver Pleskian
Trying to get a backup from FTP storage.

increased
Code:
upload_max_filesize = 2147483647
post_max_size = 2147483647
max_execution_time = 600
max_input_time = 600
file size and max size to tripple that (my backup files are 5GB)
and increased time for both to 3600.

Didn't help.
deployer.log is
Code:
[2016-01-07 02:41:30.929|28969] INFO: pmm-ras started : /usr/local/psa/admin/bin/pmm-ras --get-ftp-dump-info --use-ftp-passive-mode --dump-storage=ftp://[email protected]/ --dump-file-specification=backup_1512062209_1601032209.tar --session-path=/var/log/plesk/PMM
[2016-01-07 02:41:30.930|28969] INFO: Repository 'ftp://9.9.9.9': Initializing...
[2016-01-07 02:41:30.930|28969] INFO: Curl version: 0x72300
[2016-01-07 02:41:30.932|28969] INFO: Repository 'ftp://9.9.9.9': Initialized
[2016-01-07 02:41:30.932|28969] INFO: Ftp init url ftp://9.9.9.9/
[2016-01-07 02:41:33.073|28969] INFO: Repository 'ftp://9.9.9.9': Get packed backup info from file backup_1512062209_1601032209.tar
[2016-01-07 02:41:33.073|28969] INFO: Ftp init url ftp://9.9.9.9/backup_1512062209_1601032209.tar
[2016-01-07 02:41:35.834|28969] INFO: Repository 'ftp://9.9.9.9': Validate incremental backup backup_1512062209_1601032209.tar
[2016-01-07 02:41:35.834|28969] INFO: Find packed incremental backups in '' for prefix 'backup' and base version 1512062209
[2016-01-07 02:41:35.835|28969] INFO: pmm-ras finished. Exit code: 0
[2016-01-07 02:41:35.861|28970] INFO: pmm-ras started : /usr/local/psa/admin/bin/pmm-ras --export-file-as-file --use-ftp-passive-mode --file-from=ftp://[email protected]/backup_1512062209.tar --file-to=/usr/local/psa/tmp/Zuz5OE4U --session-path=/var/log/plesk/PMM --join-volumes
[2016-01-07 02:41:35.862|28970] INFO: Repository 'ftp://9.9.9.9': Initializing...
[2016-01-07 02:41:35.862|28970] INFO: Curl version: 0x72300
[2016-01-07 02:41:35.864|28970] INFO: Repository 'ftp://9.9.9.9': Initialized
[2016-01-07 02:41:35.864|28970] INFO: Repository '/usr/local/psa/tmp/': Initializing...
[2016-01-07 02:41:35.864|28970] INFO: Repository '/usr/local/psa/tmp/': Initialized
[2016-01-07 02:41:35.864|28970] INFO: Repository 'ftp://9.9.9.9': Export file from backup_1512062209.tar to /usr/local/psa/tmp/Zuz5OE4U
[2016-01-07 02:41:35.864|28970] INFO: Ftp init url ftp://9.9.9.9/backup_1512062209.tar
[2016-01-07 02:41:38.663|28970] INFO: Ftp init url ftp://9.9.9.9/
[2016-01-07 02:41:38.675|28970] INFO: Ftp init url ftp://9.9.9.9/backup_1512062209.tar

and pmmcli.log is
Code:
[2016-01-07 02:41:30.909|28968] DEBUG: LOG: custom log /var/log/plesk/PMM/restore-2016-01-07-02-41-30-828/deployer.log
[2016-01-07 02:41:30.922|28968] INFO: Executing <subprocess[28969] '/usr/local/psa/admin/bin/pmm-ras --get-ftp-dump-info --use-ftp-passive-mode --dump-storage=ftp://[email protected]/ --dump-file-specification=backup_1512062209_1601032209.tar --session-path=/var/log/plesk/PMM'>
[2016-01-07 02:41:35.839|28968] INFO: Execution of <subprocess[28969] '/usr/local/psa/admin/bin/pmm-ras --get-ftp-dump-info --use-ftp-passive-mode --dump-storage=ftp://[email protected]/ --dump-file-specification=backup_1512062209_1601032209.tar --session-path=/var/log/plesk/PMM'> finished successfully.
[2016-01-07 02:41:35.854|28968] INFO: Executing <subprocess[28970] '/usr/local/psa/admin/bin/pmm-ras --export-file-as-file --use-ftp-passive-mode --file-from=ftp://[email protected]/backup_1512062209.tar --file-to=/usr/local/psa/tmp/Zuz5OE4U --session-path=/var/log/plesk/PMM --join-volumes'>

anyone have any ideas? I'm out of :(
 
Back
Top