- Newest
- Most votes
- Most comments
I made some progress with this issue. It seems to be an Aurora Serverless problem. The data loads fine into an RDS Postgres database.
My suspicion is that the transition from one compute capacity to a larger one is causing the problem. Next I want to try loading the data in Aurora with fixe computing resources.
Some more progress. I tried loading the large dump into Aurora and it does so with no problems. This encouraged me to modified my Aurora Severless instance to have a larger minimum compute capacity, so no transitions would be needed while the database is loading. This eliminated the error.
I suspect based on these experiments is that the SSL error above is a bug in Aurora Severless: when the engine is loading a large SQL dump, the COPY will fail if the engine switches compute capacity.
Relevant content
- asked 2 years ago
- asked 4 months ago
- asked a month ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 10 days ago