NeonN
Neon11mo ago
2 replies
standard-azure

Cannot connect to source database

I've created a postgreSQL db, which server is running on my machine, and i want to migrate it to Neon, with the schema and all data in it.

But, the Migration Assistant doesn't seem to accept the two formats of connection strings i've inserted until now, those being:

"postgres://user:password@host:port/db" and
"postgresql://username:password@host:port/database?sslmode=require&application_name=myapp"

It's my first time using PostgreSQL and Neon 🙂
Was this page helpful?