FAQ: Self-managed installation

How long do license keys last?

Community edition license keys are valid for one year. Enterprise license keys will vary based on the terms of your contract.

How do I get a license key?

License key type Deployment type Action
Community New deployments

To get a license key:

Community Existing deployments Contact Materialize support.
Enterprise New deployments Contact Materialize at https://materialize.com/self-managed/ to purchase an Enterprise license.
Enterprise Existing deployments Contact Materialize support.

How do I add a license key to an existing installation?

The license key should be configured in the Kubernetes Secret resource created during the installation process. To configure a license key in an existing installation, run:

kubectl -n materialize-environment patch secret materialize-backend -p '{"stringData":{"license_key":"<your license key goes here>"}}' --type=merge
Back to top ↑