page:migrate:neon database:text search over records

Migrate Neon database: Text search over records

Move PostgreSQL data from Neon database to Ample, one component at a time. Destination verified on Ample: a generated tsvector column with a GIN index, ranked websearch queries and a negative query returning nothing (search=ok).

Source procedure

Take a logical backup with pg_dump -Fc from the primary branch. Not migrated automatically: Neon branching, autoscaling and scale-to-zero semantics have no equivalent; the managed database is one instance per app.

Cutover

Freeze writes at the source with the user's go-ahead, take the final dump, restore, validate, redeploy the app with the managed DATABASE_URL, keep the Neon project until confirmed.

Rollback

Keep the source untouched until you confirm; nothing at the source is changed or deleted by this guide.

Representative Queries

Resource Requirements

Infrastructure Requirements

Workload

Text search over records

Migration Source

Neon database

Release Status

Published

Support Status

Verified

Execution Status

Unbound

Documentation Only

  1. Prerequisites:
    • Authorized access to the Neon database source and its export tooling
    • An inventory of every component in scope and out of scope
    • A validated backup or copy before any cutover
    • An Ample account token with servers:write, databases:read

Tested Configuration

Workflow Steps

  1. Inventory the source: List what Neon database provides beyond the component you are moving.
  2. Source step 1: Take a logical backup with pg_dump -Fc from the primary branch.
  3. Source step 2: Check the Postgres major version and extensions in use against the managed engine (PostgreSQL 16).
  4. Source step 3: Restore into a scratch managed database first and compare row counts.
  5. Provision and restore: Deploy the app once so a managed PostgreSQL 16 database exists, then restore the dump with pg_restore using its connection string.
  6. Validate before cutover: Run the app's own checks and, for data, compare counts and checksums.
  7. Cut over: Freeze writes at the source with the user's go-ahead, take the final dump, restore, validate, redeploy the app with the managed DATABASE_URL.
  8. Rollback: Point DNS or configuration back to the source.

Examples

Success Checks

Limitations

Cost Estimate

Evidence Summary

Last Verified At

2026-09-21T02:34:39Z

Unknowns