Backups on S3 storage not completing / taking too long

1

We have several individual web servers backing up to S3 storage (individual buckets) One of the smaller servers has 100 websites and backs up fully and quickly without any issues. The other larger servers with roughly 300 plus websites each, backing up to separate buckets - these backups seem to take very long (many days) and still show incomplete - showing only half the amount of sites backed up. What can be the issue - is it a timeout issue on our server or AWS setting or AWS plan to small or other ?

AWS007
posta 2 anni fa220 visualizzazioni
2 Risposte
0

I would start with checking the transfer config, here are the docs for the CLI and boto3 (python). There will be similar docs for other SDKs as well.

https://docs.aws.amazon.com/cli/latest/topic/s3-config.html https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3.html

But also make sure you are using multipart uploads on bigger files.

Hope it helps!

profile picture
con risposta 2 anni fa
0

Did you check your upload speed on each server? If the one(s) taking a long time have slower upload speeds or another process is using the bandwidth, then that could be your problem.

con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande