After a week of importing, I hit an error due to an unrelated db issue. Is it in any way possible to pick up and continue the last ~3 hours of the relations import?
Reading in file: /osm/data/planet-220516.osm.pbf
Using PBF parser.
Processing: Node(7685383k 248.6k/s) Way(858972k 2.10k/s) Relation(9501590 59.22/s)WARNING: terminating connection because of crash of another server process
DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
HINT: In a moment you should be able to reconnect to the database and repeat your command.
WARNING: terminating connection because of crash of another server process
DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
HINT: In a moment you should be able to reconnect to the database and repeat your command.
terminate called after throwing an instance of 'std::runtime_error'
what(): result COPY_END for planet_osm_polygon failed: SSL SYSCALL error: EOF detected
asked 31 May '22, 09:33

JamesPep
16●2●2●3
accept rate: 0%
It's painfully slow, but it's on one of those new AWS RDS Aurora-Postgreql "serverless" instance, so I'm not sure how to tune it.