replicator icon indicating copy to clipboard operation
replicator copied to clipboard

Improve documentation for postgres logical replication

Open sravotto opened this issue 2 years ago • 0 comments

While these steps are available in the Postgres documentation, it would be useful to explicitly mention them:

  • wal_level should be set to "logical"
  • During bulk migration, "SELECT pg_export_snapshot()" needs to be executed in one session that needs to be left open while running pg_dump --snapshot

sravotto avatar Mar 15 '22 19:03 sravotto