Import
Move an existing Postgres database into CapyDB without rebuilding your app around a new platform.
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
}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