• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Backup failed

S

Sunnyboy96

Guest
Hello,

I want to run from a regular backup of Plesk.
The backup will be placed automatically on another server via FTP.

Unfortunately, the backup manager is always out the following error.

Code:
<?xml version="1.0" encoding="UTF-8"?>
  <execution-result status="error" log-location="/usr/local/psa/PMM/sessions/2011-12-24-181939.642/migration.result">
    <object name="xxxxxxx" type="client">
      <object name="xxxxxxxxxxxx.de" type="domain">
        <message id="9c857de9-75d7-48a3-830f-cec1a6d87fb1" severity="error" code="UtilityError">
          <description>Unable to get APS instances on webspace id 2 (ErrorCode: 255, STDOUT:).</description>
        </message>
      </object>
    </object>
  </execution-result>

Logs follow
 
Logs

Here is the psadump.log

Code:
== STDERR ====================
1+0 records in
1+0 records out
31457280 bytes (31 MB) copied, 0.06243 seconds, 504 MB/s
PHP Fatal error:  Call to a member function getApsSettings() on a non-object in /usr/local/psa/admin/plib/api-common/cuAps.php on line 1276
DBD::mysql::st fetchrow_arrayref failed: fetch() without execute() at /usr/local/psa/PMM/agents/shared/Db/DbiBackend.pm line 84.
DBD::mysql::st fetchrow_arrayref failed: fetch() without execute() at /usr/local/psa/PMM/agents/shared/Db/DbiBackend.pm line 84.
DBD::mysql::st fetchrow_arrayref failed: fetch() without execute() at /usr/local/psa/PMM/agents/shared/Db/DbiBackend.pm line 84.
DBD::mysql::st fetchrow_arrayref failed: fetch() without execute() at /usr/local/psa/PMM/agents/shared/Db/DbiBackend.pm line 84.
Net::FTP>>> Net::FTP(2.75)
Net::FTP>>>   Exporter(5.58)
Net::FTP>>>   Net::Cmd(2.26)
Net::FTP>>>   IO::Socket::INET(1.29)
Net::FTP>>>     IO::Socket(1.29)
Net::FTP>>>       IO::Handle(1.25)
Net::FTP=GLOB(0x504cc70)<<< 220 ProFTPD 1.3.3a Server (xxxxxxxxxxxxxxx.yourvserver.net FTP Server) [xx.x.xxx.x]
Net::FTP=GLOB(0x504cc70)>>> user xxxxxxx
Net::FTP=GLOB(0x504cc70)<<< 331 Password required for xxxxxxx
Net::FTP=GLOB(0x504cc70)>>> PASS ....
Net::FTP=GLOB(0x504cc70)<<< 230 User xxxxxxx logged in
Net::FTP=GLOB(0x504cc70)>>> CWD /Backup-VServer-Plesk/
Net::FTP=GLOB(0x504cc70)<<< 250 CWD command successful
Net::FTP=GLOB(0x504cc70)>>> TYPE I
Net::FTP=GLOB(0x504cc70)<<< 200 Type set to I
Net::FTP=GLOB(0x504cc70)>>> ALLO 648069120
Net::FTP=GLOB(0x504cc70)<<< 202 No storage allocation necessary
Net::FTP=GLOB(0x504cc70)>>> PORT 212,224,120,18,138,118
Net::FTP=GLOB(0x504cc70)<<< 200 PORT command successful
Net::FTP=GLOB(0x504cc70)>>> STOR xxxxxxxxxxxxxxxxx.tar
Net::FTP=GLOB(0x504cc70)<<< 150 Opening BINARY mode data connection for xxxxxxxxxxxxxxxxxxxxx.tar
Net::FTP=GLOB(0x504cc70)<<< 226 Transfer complete
Net::FTP=GLOB(0x504cc70)>>> QUIT
Net::FTP=GLOB(0x504cc70)<<< 221 Goodbye.

==============================
 
Last edited by a moderator:
Back
Top