Reference
Switch to Enterprise Edition
For licensing inquiries regarding the self-hosted enterprise edition, please reach out to sales@activepieces.com
, as the code and Docker image are not covered by the MIT license.
Requirements
- Valid License Key
- Activepieces must be installed with
PostgreSQL
as the database backend andRedis
as Queue System. - Works on Fresh Installations only.
Installation
- Change the Docker Image to
ghcr.io/activepieces/activepieces:latest
- Set the
AP_LICENSE_KEY
environment variable to your license key. - Set the
AP_EDITION
environment variable toee
. - Set the
AP_EXECUTION_MODE
to ‘SANDBOXED` and ensure that the Docker containers are privileged. In the docker-compose file, they are commented out by default.