• 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

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