3 Replies
ratty-blush•2mo ago
Hey! The easiest way to migrate from Supabase to Neon is using the Import Data Assistant.
https://neon.com/docs/import/import-data-assistant
Neon
Import Data Assistant - Neon Docs
When you're ready to move your data to Neon, our Import Data Assistant can help you automatically copy your existing database to Neon. You only need to provide a connection string to get started. You ...
aware-greenOP•2mo ago
@Sam thanks. I am trying the same method but still not able to import. Getting this error on step 1 compatibility check.
Cannot connect to the source database
We were not able to connect to the source database.
Please check your connection string and try again.
ratty-blush•2mo ago
Using the connection string you're copying from supabase, are you able to connect via psql?
like
psql <the-connection-string-youre-giving>