Supabase to Neon
Can anyone help me with importing from Supabase to Neon?
3 Replies
vicious-gold•13h 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 ...
conscious-sapphireOP•11h 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.
vicious-gold•10h ago
Using the connection string you're copying from supabase, are you able to connect via psql?
like
psql <the-connection-string-youre-giving>