• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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