dimitri / pgloader

Migrate to PostgreSQL in a single command!

Home Page:http://pgloader.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unnable to use MSSQL as a source :

loicdesguin opened this issue · comments

Hello,

I try to use pgloader to migrate data from mssql to postgresql but I'm facing an issue with the configuration of the source

ERROR mssql: Failed to connect to mssql at "localhost" (port 59256) as user "sa": Connection to the database failed for an unknown reason.

There is not a lot of details in the log or in the console despite --debug and --verbose option.

from mssql://sa:password@localhost:59256/test

So my question, how to retrieve details about the error ?

Best Regards

Loïc