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

Issue SFPT Backup Restore Results in cURL error (23)

Martijn Franssen

New Pleskian
Plesk makes incremental backups to a SFTP location, with success. The files are readable and contain valid data when downloaded. When I start a restore, from a full as well as a incremental backup, the restore results in a cURL error (23) after a good few minutes.

ERROR: () Unable to import file as dump: Transport error: Extension transport: ext://sftp-backup/server/: Failed to download content from sftp://[mybackuplocation].com/[mydirectory]/backup_1906052330.tar3: cURL error (23): Failed writing body (96 != 2000)

I could understand from this that the data write location lacks the correct rights. But which location. And is this the problem?

Does anyone know this problem? Thanks for any advise.

Plesk Onyx 17.8.11 #54, Centos 7
 
Temporary files are placed in DUMP_TMP_D (defined in /etc/psa/psa.conf), the default value is
Code:
DUMP_TMP_D /tmp
Make sure DUMP_TMP_D is writable and contains enough of free space.
 
Back
Top