Unverified Commit 5d29736e authored by Dimitri Fontaine's avatar Dimitri Fontaine
Browse files

Set tcp_keepalives_idle to 60s on the source database.

Because we might keep open a long-running transaction on the source
database, the one that keeps a snapshot open for the whole duration of the
migration, then it's probably best to set the tcp_keepalives_idle to
something short.

This should help avoid some problems with firewalls shutting down long
running (idle) Postgres connections or transactions.
parent 229376f1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment