Hi all,

I am migrating from ElephantSQL to Tembo.

When trying to connect with the new database ( tested already with python+psycopg and all works well) I get this annoying error:

Connection issue: SQL Database Connector issue: Connection attempt failed: Connection terminated unexpectedly

Any idea what can be going wrong here?

Best,

Carlo

Solved, sorry for the spam.

For other users that might encounter the same issue, the difference between the two servers is just the ssl encryption, so for Tembo I need to add:

?ssl=true

at the end of the connection string.

Ciao,

Carlo