replicator
replicator copied to clipboard
Improve documentation for postgres logical replication
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