Flyway

License Permits

License Permits

Description

Environment variables used to specify a license permit, either by location on disk or the raw permit itself.

Usage

These can be obtained from your Redgate account: link to obtain a license permit.

This can be saved directly into an environment variable or to a file.

Environment Variables

REDGATE_LICENSING_PERMIT_PATH=path/to/licensePermit.txt
or
REDGATE_LICENSING_PERMIT=[license permit text here]

Depending on where you are running Flyway from, you may run into issues with the length of the permit as some configurations (for example, cmd in Windows) may be unable to store and/or access the full permit directly in the REDGATE_LICENSING_PERMIT environment variable (it's too big).

For this reason we support reading the permit from a file referenced by REDGATE_LICENSING_PERMIT_PATH.


Didn't find what you were looking for?