You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like parsing the connection string is not implemented correctly. Setting SYNCV3_DB to postgresql://USER:PASSWORD@HOST fails with "panic: parse "postgresql://USER:PASSWORD": invalid port ":PASSWORD" after host". Though it should be valid syntax: https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING-URIS
I have tried this on 3 different postgres servers and get the same error and yet
I can login with both navicat and psql on the command line
The text was updated successfully, but these errors were encountered: