config table, under the licensekey key). You can replace it at any time on a running instance — there is no need to restart the service or redeploy.
A new license is typically applied when you:
- Move from Trial mode to a paid license.
- Renew a license that is about to expire.
- Increase the maximum number of records (
maxrecords) your plan allows.
Only the main tenant administrator (root token, tenant id
1) can set the license key. The new key is validated before it is saved — an invalid or expired key is rejected and the existing license stays in place.Before you start
To complete this guide, you’ll need:- A running Databunker Pro instance.
- The root access token of the main tenant. See Generate admin credentials.
- A valid license key. Book a call to obtain or renew one.
Update via the API
Send the new key to theSystemSetLicenseKey endpoint. All Databunker Pro API calls use POST /v2/<Method> and authenticate with the X-Bunker-Token header.