Docs

Import

/* Move an existing Postgres database into CapyDB without rebuilding your app around a new platform. */

SECTOR 0x01

Request shape

The current import API accepts a source URL and an optional recreate flag. That request becomes a project import job in the control plane.

{
  "source_url": "postgres://...",
  "recreate": true
}
SECTOR 0x02

When to use it

  • >>Move an existing app from another Postgres host
  • >>Load a sanitized copy of an existing environment
  • >>Rebuild a project database from a known source