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
I am trying to run a db:migration on a mssql server with a named instance and it's failing to connect due to the dialectOptions.instanceName not being respected
What you are doing?
I am trying to run a
db:migration
on a mssql server with a named instance and it's failing to connect due to thedialectOptions.instanceName
not being respectedWhat do you expect to happen?
Migration to connect successfully
What is actually happening?
Migration is trying to connect to the host only
Output, either JSON or SQL
ERROR: Failed to connect to HOSTNAME:1433 - Could not connect (sequence)
Dialect: mssql
Database version: 2019
Sequelize CLI version: 6.6.2
Sequelize version: 6.37.3
The text was updated successfully, but these errors were encountered: