• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

11.5.30 Update #21 subscription backup failure: Unable to find Backup dump object

burnley

Regular Pleskian
Apparently (I'm not at all sure), after updating 10.4.4 -> 11.5.30 the subscription backups fail with "Unable to find Backup dump object" error. I've seen this error reported by other users in the past, for both Windows and Linux, but couldn't find any clear resoultion yet.
In php_error.log I see:
---CUT HERE---
[04-Nov-2013 12:20:50 Australia/Melbourne] ERR (3) [panel]: Unable to find Backup dump object:
0: backup.abstract-repository.item.php:58
__backup__abstract_repository__item->getDump()
1: backup.abstract-repository.item.restore.php:42
__backup__abstract_repository__item__restore->accessItem(string 'GET', NULL null)
2: UIPointer.php:619
UIPointer->access(string 'GET')
3: plesk.php:36
[04-Nov-2013 12:20:50 Australia/Melbourne] PleskFatalException: Unable to find Backup dump object
file: C:\Program Files (x86)\Parallels\Plesk\admin\plib\backup\ui\backup.abstract-repository.item.php
line: 58
code: 0
trace: #0 C:\Program Files (x86)\Parallels\Plesk\admin\plib\backup\ui\backup.abstract-repository.item.restore.php(42): __backup__abstract_repository__item->getDump()
#1 C:\Program Files (x86)\Parallels\Plesk\admin\plib\UIPointer.php(619): __backup__abstract_repository__item__restore->accessItem('GET', NULL)
#2 C:\Program Files (x86)\Parallels\Plesk\admin\htdocs\plesk.php(36): UIPointer->access('GET')
#3 {main}
---CUT HERE---

Here's the entire Plesk php.ini:
---CUT HERE---
[Session]
session.save_path="C:\Program Files (x86)\Parallels\Plesk\admin\sessions"
[ioncube]
zend_extension="C:\Program Files (x86)\Parallels\Plesk\admin\modules\ioncube_loader_win_5.4.dll"
PHP:
extension_dir="C:\Program Files (x86)\Parallels\Plesk\admin\modules"
max_execution_time=7200
log_errors=On
display_errors=Off
error_reporting=E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
error_log="C:\Program Files (x86)\Parallels\Plesk\admin\logs\php_error.log"
register_globals=Off
post_max_size=2147483647
auto_prepend_file= "auth.php"
include_path= "C:\Program Files (x86)\Parallels\Plesk\admin\plib;C:\Program Files (x86)\Parallels\Plesk\admin\externals"
fastcgi.impersonate=1
upload_tmp_dir= "C:\Program Files (x86)\Parallels\Plesk\PrivateTemp"
upload_max_filesize=2147483647
max_file_uploads=99999
max_input_vars=2000
cgi.force_redirect= 0
memory_limit=128M
swkey.product_name="plesk-win"
swkey.repository_dir="C:\Program Files (x86)\Parallels\Plesk\admin\repository\"
expose_php=Off
magic_quotes_gpc=Off
magic_quotes_runtime=Off
[opcache]
zend_extension="C:\Program Files (x86)\Parallels\Plesk\admin\modules\php_zendoptimizerplus.dll"
opcache.enable=1
opcache.memory_consumption=24
[php_curl]
extension=php_curl.dll
[php_imap]
extension=php_imap.dll
[php_mbstring]
extension.off=php_mbstring.dll
[php_openssl]
extension=php_openssl.dll
[php_soap]
extension.off=php_soap.dll
[php_sockets]
extension.off=php_sockets.dll
[php_sqlite3]
extension.off=php_sqlite3.dll
[php_xsl]
extension=php_xsl.dll
[psasem]
extension=psasem.dll
[php_plesk_util]
extension=php_plesk_util.dll
[php_psakey]
extension=php_psakey.dll
[php_gd2]
extension=php_gd2.dll
[php_intl]
extension=php_intl.dll
[php_aps_php]
extension=php_aps_php.dll
---CUT HERE---
 
It seems that the issue is with ftp connection. So please make sure the following:

1. Login to ftp server(using the credentials mentioned in Plesk server) is working from the Plesk server.
2. Able to upload the file with same size to the ftp server from Plesk server

However you can try the below solution:

If this is the case try the following solution:

1. Start Registry Editor (Regedt32.exe)
2. Navigate to the following key in the registry HKLM\SOFTWARE\PLESK\PSAConfig\Config.
3. Set 18000 in FtpRequestTimeOut
4. Quit Registry Editor.

Ref: http://kb.parallels.com/en/6135
 
It seems that the issue is with ftp connection. So please make sure the following:

1. Login to ftp server(using the credentials mentioned in Plesk server) is working from the Plesk server.
2. Able to upload the file with same size to the ftp server from Plesk server

However you can try the below solution:

If this is the case try the following solution:

1. Start Registry Editor (Regedt32.exe)
2. Navigate to the following key in the registry HKLM\SOFTWARE\PLESK\PSAConfig\Config.
3. Set 18000 in FtpRequestTimeOut
4. Quit Registry Editor.

Ref: http://kb.parallels.com/en/6135
 
Igor, the backup is done locally, I don't think there's any ftp involved. In fact, I've tested the backup job on 3 different subscriptions, including a test one created for the purpose of testing the backup and they all failed in the very same way.
L.E. Just checked the Windows 2008 R2 server running this Plesk instance and there's no such path in the registry, tried both regedt32.exe and regedit.exe
 
Last edited:
Back
Top