N
Neon4mo ago
frozen-sapphire

import

I was trying import our database from AWS Why does the import feature say pg_cron is unsupported? The docs say its supported
No description
1 Reply
solid-orange
solid-orange4mo ago
Both of those extensions are supported, but you may have hit a limitation with our Import Data Assistant. I'll check with the team. In the meantime, you could do a standard dump & restore: https://neon.tech/docs/import/migrate-from-postgres Or replicate data to Neon: https://neon.tech/docs/guides/logical-replication-rds-to-neon
Neon
Migrate data from Postgres with pg_dump and pg_restore - Neon Docs
This topic describes migrating data from one Postgres database to another using the pg_dump and pg_restore. Avoid using pg_dump over a pooled connection string (see PgBouncer issues 452 & 976 for deta...
Neon
Replicate data from Amazon RDS Postgres - Neon Docs
Neon's logical replication feature allows you to replicate data from Amazon RDS PostgreSQL to Neon. Prerequisites. A source database in Amazon RDS for PostgreSQL containing the data you want to replic...

Did you find this page helpful?