Fail On Missing Locations

Description

Whether to fail if a location specified in the locations option doesn’t exist.

Default

false

Usage

Command line

./migratedb -failOnMissingLocations="true" migrate

Configuration File

migratedb.failOnMissingLocations=true

Environment Variable

MIGRATEDB_FAIL_ON_MISSING_LOCATIONS=true

API

MigrateDb.configure()
    .failOnMissingLocations(true)
    .load()