Licensing

Licensing

CedarDB is available in three editions to suit different needs, from free usage to full enterprise:

TypeDescription
Community EditionFree version of CedarDB with a 64 GiB database size limit and no enterprise features. Includes access to documentation and Slack for support. Find the license terms here.
EnterpriseFull-featured CedarDB with all enterprise capabilities. License must be renewed as negotiated. Includes dedicated Enterprise support.
Enterprise TrialTime-limited trial of CedarDB Enterprise with all features. Includes Community Edition support (documentation and Slack).

Obtain a license

Activate your license

After receiving your license key, activate it by setting the license.key option to the token provided. In the following, we show the concrete steps needed to configure the license setting. For more information on setting configuration options, see our configuration reference.


At startup, CedarDB logs the license activation:

LOG:     initializing license.key=<your_key> from config file
INFO:    License registered to Customer Name, valid until 2025-08-20.
INFO:    You're running CEDARDB ENTERPRISE EDITION.

Monitor your license

You can see your license expiration date at the CedarDB console:

console license page

Renew your expired license

  • To renew your Enterprise license, contact sales.

  • Enterprise Trial licenses cannot be renewed. To upgrade to an Enterprise license, contact sales.

FAQs

What happens if I exceed the Community Edition data size limits?

Your database will enter read-only mode. You won’t be able to insert, update, or delete data, but:

  • You can still query your data.
  • You can export it using SQL statements like COPY OUT (to CSV) or tools like pg_dump (to SQL).

What happens when my Enterprise trial license expires?

Your database automatically reverts to the Community Edition:

  • Enterprise features are disabled.
  • If your database exceeds the 64 GiB limit, it will become read-only.
  • You retain all your data, even if it exceeds the Community Edition limit.

Can I chain multiple trials?

No, you can only obtain and activate a single trial license per database.

Can I use CedarDB for academic research?

Yes. CedarDB has strong academic roots, and we’re happy to support research use cases. If you would like to use CedarDB in your own research, contact us.