Database / BetterDB Interview questions
When should you use BetterDB Monitor's offline license instead of an online key?
Use the offline/air-gapped license specifically when the host has no internet access at all.
The online model (BETTERDB_LICENSE_KEY) validates against betterdb.com and caches a locally-verified signed token so your tier survives short outages and restarts – but it still assumes at least occasional connectivity.
The offline model instead uses a signed RS256 JWT you download ahead of time from betterdb.com/account/licenses and transfer via USB, config management, or a secret mount; once configured, and as long as BETTERDB_LICENSE_KEY itself is unset, the monitor makes zero outbound requests for license checks, telemetry, or update pings.
More Related questions...