For PostgreSQL users - where are your DBs hosted?

Local DB Resolver Instance Name Setting

Flyway Enterprise

Description

The instance name of your SQL Server local DB. This is most commonly MSSQLLocalDB.

Type

String

Default

none

Usage

Flyway Desktop

This can be set from the connection dialog for SQL Server project by selecting the jTds driver.

Command-line

./flyway info -environments.development.resolvers.localdb.instanceName='MSSQLLocalDB'

TOML Configuration File

[environments.development.resolvers.localdb]
instanceName = "MSSQLLocalDB"

Didn't find what you were looking for?