- Add new high-level page
This page can provide users with an overview of when to choose:
- the migration assistant/import data tool
- dump and restore
- migrate schema only
- logical replication
- migrating from other postgres vs migrating from non-postgres
Possibly add a section about data reconciliation methods on this page as well.
- Missing steps from LR guides
The current LR guides gloss over "switch over your application". We can expand this section using a props->shared component snippet that:
- suggests the timing involved; when LR is getting close to parity, turn off writes on the source db
- maybe include how to monitor replication lag, to help figure out the timimg
- this can be written generically once and added to each guide via shared component