• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

scp -stalled-

DickenW

New Pleskian
We use scp to download hourly gzipped backups of our MySQL databases from our plesk server.

Server has a cron job that mysql-dumps locally and gzips the data into the vhost/../private directory

A few minutes later, one of our local network machines (again on a cron) uses scp to fetch these .gz files and then inserts them into an hourly backup rotation on-site here. So, we have all of our live MySQL databases backed up on the hour.

This used to work fine, until we got a faster internet connection (it is about 70MB/s tested) . Now, 90% of the time, the scp stalls. I investigated everything I could - and in the end, I decided to throttle our new internet connection. Once I throttle it down to about 60MB/s or less, scp works every time. Anything above that, scp doesn't work.

I realise this might not be a plesk issue - (I have contacted our hosting firm also!) but does anybody have any suggestions? It seems a real shame to throttle our connection by about 14% just so we can ensure backups work.

ps - Server is CentOs with Linux 2.6.18-53.1.21.el5
 
Back
Top