Migrate from Neon

Neon is serverless Postgres: on Kuunda you use the same wizard as PostgreSQL, with the Neon project connection string (main branch or the one that holds your data).

Neon steps

  1. Neon Console → your project → Connection details → Postgres URI (direct, not the transaction pooler for pg_dump if possible).
  2. In Kuunda: Data import → choose Neon → paste the URI → Analyse source.
  3. Export: pg_dump -n public --no-owner --no-acl … (adjust the schema if you do not use public).
  4. Transform and apply on the Kuunda project, then the row-count report.

Extensions

Check that Neon extensions (e.g. vector, pg_trgm) are enabled — see PostgreSQL extensions. On the shared pool, CORE and vector are already there.

After the migration

Point your app at @kuunda/kuunda-js (npm install @kuunda/kuunda-js) and the Kuunda project URLs (see Kuunda Cloud Managed).

Other sources: Supabase · Firebase · General import.

Kuunda console