Skip to content

Document the migration process from Postgres

Assignee: Anthony.

This documentation should be in the Runbook section.

Create the documentation on the capability to automatically migrate data from another (external) Postgres database.Migrations may be offline (source needs to be disconnected from clients while the migration happens) and/or via CDC (Change Data Capture),which allows for near-zero downtime migrations.

Acceptance criteria:

  • Create the documentation
Edited by OnGres Management