This guide covers the setup requirements and best practices for deploying Lightdash Enterprise Edition on-prem (on prem, on-premises, on premises). Lightdash Enterprise supports FedRAMP-ready deployments for government and regulated industries.
Prerequisites
- Postgres database with the
pgvector extension installed
Accessing the Lightdash image
The Lightdash image is available on DockerHub. Pin a specific version in production rather than latest:
For the versioning policy, upgrade cadence, and how to rehearse upgrades in UAT, see Upgrading Lightdash.
License key
A license key is required for Enterprise Edition features. Set it via the LIGHTDASH_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 their own environment variables. The enterprise feature flags table lists each feature, the variable that turns it on, and where it’s documented.
If you need help enabling features or troubleshooting your deployment, contact the Lightdash team.
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