Sign inSign up

osodevops/kafka-backup-enterprise

By osodevops

Updated 10 days ago

Enterprise Kafka backup — Schema Registry, RBAC, encryption. 14-day free trial, no signup needed.

Image
0

2.3K

osodevops/kafka-backup-enterprise repository overview

kafka-backup-enterprise

Enterprise edition of kafka-backup — the open-source Kafka backup and restore tool.

What's included

Everything in the OSS edition, plus:

  • Schema Registry backup — Confluent Schema Registry and Apicurio Registry v3
  • RBAC backup — Confluent MDS role bindings
  • Field-level encryption — CSFLE/DEK Registry metadata backup
  • ID rewriting — Rewrite schema IDs in Kafka messages during cross-cluster restore

Quick start

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.

Usage

docker run --rm \
  -v ./config.yaml:/config.yaml \
  osodevops/kafka-backup-enterprise \
  backup --config /config.yaml

License key

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.

Supported tags

  • latest — latest stable release
  • 0.2.0, 0.2 — specific versions

Tag summary

Content type

Image

Digest

sha256:6db319d3b

Size

47.9 MB

Last updated

10 days ago

docker pull osodevops/kafka-backup-enterprise