• 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 backup failed

dicker

Basic Pleskian
Hallo,
Ich bekomme seit Tagen beim Sichern folgende Fehlermeldung.
Das Remote-Backup kann nicht erstellt werden: Transportfehler: Erweiterungstransport: ext://sftp-backup/server/: Fehler beim Übertragen der Remote-Datei: sftp: „Failure“ (SSH_FX_FAILURE)
Ich verwende Betriebssystem
Ubuntu 20.04.4 LTS Plesk Obsidian
Version 18.0.42 Update Nr. 1, zuletzt aktualisiert: 4. April 2022 19:23:47
 
Hello,
I've been getting the following error while backing up for days.
Unable to create the remote backup: Transport error: Extension transport: ext://sftp-backup/server/: Failed to transfer the remote file: sftp: "Failure" (SSH_FX_FAILURE)
I use operating system
Ubuntu 20.04.4 LTS Plesk Obsidian
Version 18.0.42 update #1, last updated: April 4, 2022 19:23:47
 
What if you try to connect to the SFTP server from Plesk server in the command line with

# sftp sftpserver.tld

There may be a problem with key fingerprint which should be updated.
 
root@h2954824:~# sftp sftpserver.tld
The authenticity of host 's2.joserv-server.de (my ip)' can't be establi shed.
ECDSA key fingerprint is SHA256:/UIg9wh4Tc2fvm82f+kYNu9igWoNkjKBLOLRm//O7N0.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'sftpserver.tld,myip' (ECDSA) to the list of known hosts.
[email protected]'s password:
Connected sftpserver.tld.
sftp>
 
And what is behaviour from the SFTP backup extension side?
 
I do not know what you mean.
Backup is made automatically at 1 am.
The backup doesn't finish or hangs up, so I have to end it in Putty, otherwise the load on the server would be high.
I haven't changed anything on the server. It had always worked before.
 
The SSH_FX_FAILURE error is generic and (unfortunately) doesn't give much info on the cause of your issue.

ECDSA key fingerprint is SHA256:/UIg9wh4Tc2fvm82f+kYNu9igWoNkjKBLOLRm//O7N0.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
This suggests the key fingerprint wasn't known on your server, which might have caused the backup to fail. As you have now accepted the key fingerprint this might have solved your issue. You can try to start a backup manually to see if it works.

Another thing to check is if your remote backup location isn't full and has ample storage available.
 
Back
Top