Enterprise Kafka backup — Schema Registry, RBAC, encryption. 14-day free trial, no signup needed.
2.3K
Enterprise edition of kafka-backup — the open-source Kafka backup and restore tool.
Everything in the OSS edition, plus:
docker pull osodevops/kafka-backup-enterprise
docker run --rm osodevops/kafka-backup-enterprise license info
All enterprise features are enabled for a 14-day free trial on first run — no signup, no email, no form.
docker run --rm \
-v ./config.yaml:/config.yaml \
osodevops/kafka-backup-enterprise \
backup --config /config.yaml
After the trial, get a license at kafkabackup.com/enterprise.
Apply via environment variable (recommended for Docker/K8s):
docker run --rm \
-e ENTERPRISE_LICENSE_KEY="$(base64 < license.key)" \
-v ./config.yaml:/config.yaml \
osodevops/kafka-backup-enterprise \
backup --config /config.yaml
Or mount the license file:
docker run --rm \
-v ./license.key:/etc/kafka-backup/license.key \
-v ./config.yaml:/config.yaml \
osodevops/kafka-backup-enterprise \
backup --config /config.yaml
Without a license, the binary continues to work in full OSS mode.
latest — latest stable release0.2.0, 0.2 — specific versionsContent type
Image
Digest
sha256:6db319d3b…
Size
47.9 MB
Last updated
10 days ago
docker pull osodevops/kafka-backup-enterprise