简体   繁体   中英

Timeout of remote connection to Postgresql

I have two EC2 instances, one of them needs to insert large amounts of data into a Postgresql db that lives on the other one. Incidentally it's Open Street Map data and I am using the osm2pgsql utility to insert the data, not sure if that's relevant, I don't think so.

For smaller inserts everything is fine but for very large inserts something times out after around 15 minutes and the operation fails with:

COPY_END for planet_osm_point failed: SSL SYSCALL error: Connection timed out

Is this timeout enforced by Postgresql, Ubuntu or AWS? Not too sure where to start troubleshooting.

Thanks

Could be caused by renegotiation. Check the log, and maybe tweak ssl_renegotiation_limit = 512MB (the default) setting it to zero will disable negotiation

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM