• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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