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
gefragt vor 2 Jahren220 Aufrufe
2 Antworten
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
beantwortet vor 2 Jahren
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.

beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen