Prerequisites
- Postgres database with the
pgvectorextension installed
Accessing the Lightdash image
The Lightdash image is available on DockerHub. Pin a specific version in production rather thanlatest:
License key
A license key is required for Enterprise Edition features. Set it via theLIGHTDASH_LICENSE_KEY environment variable — the Lightdash team shares your key via 1Password. See Enterprise License Keys for configuration, validation, and network requirements.
After activating your license key
Once your license key is active, most Enterprise features are controlled by environment variables. To enable a specific feature, you’ll need to set the corresponding variable:
You can search “enterprise” on the environment variables page to see all variables that require an Enterprise license key.
Migration from OSS
If you’re migrating from the open-source version to Enterprise Edition:- Migrate to a commercial version matching your current OSS version
- Once a single container is running the commercial version, the connected database will be upgraded to include the commercial schemas
- Any other OSS containers will fail on restart but can be run temporarily
- Roll out the commercial version to all containers as soon as the first container successfully migrates