Backup to AWS storage fails in Plesk: Unable to create the remote backup: Transport error: Extension transport: ext://s3-backup/server/: 100 Continue

Comments

2 comments

  • Avatar
    Websavers

    Worked great, thank you!

    0
  • Avatar
    Hostmaster Scibile Network SA

    We encountered a similar issue with S3 on Scaleway. When a communication error occurs, the backup process hangs indefinitely. In one case, we experienced a 20-hour wait for a 1GB transfer, and it still didn’t complete.

    The most concerning part is that a stale backup prevents any subsequent backup from starting successfully. To resolve this, you can either log in via SSH and terminate the hanging process with the following command:

    /usr/bin/sw-engine -c /opt/psa/admin/conf/php.ini /opt/psa/admin/sbin/backup_restore_helper --extension-transport ext://s3-backup/server/ -operation open-write

    Alternatively, if you're limited to the web interface, you’ll need to reboot the entire host to clear the issue.

    I also attempted to adjust the following settings in panel.ini:

    [ext-s3-backup]
    ; https://talk.plesk.com/threads/amazon-s3-backup-connecting-to-scaleway-object-storage.357132/
    RegionForCustomEndpoint = fr-par
    ; https://talk.plesk.com/threads/server-back-ups-getting-stuck.364947/
    ConnectionTimeout = 120
    MaxResumeAttempts = 20
    MaxResumeFailures = 60

    However, these changes had no effect on resolving the issue.

     

    0

Please sign in to leave a comment.

Have more questions? Submit a request