From a5ab7a90b0f5b810da5bddd5c6bd97505d53e9c2 Mon Sep 17 00:00:00 2001 From: Anton Agestam Date: Thu, 19 Oct 2023 12:26:54 +0200 Subject: [PATCH] docs: Document the backup tool as deprecated The backup tool is marked as deprecated and scheduled for removal in Karapace 4.0. --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 93875719a..d7feea8ed 100644 --- a/README.rst +++ b/README.rst @@ -210,6 +210,8 @@ Delete consumer:: Backing up your Karapace ======================== +⚠️ The Karapace backup tool is deprecated and will be removed in Karapace 4.0. + Karapace natively stores its data in a Kafka topic the name of which you can configure freely but which by default is called _schemas. @@ -225,6 +227,8 @@ consumer:: Restoring Karapace from backup ============================== +⚠️ The Karapace backup tool is deprecated and will be removed in Karapace 4.0. + Your backup can be restored with Karapace by running:: karapace_schema_backup restore --config karapace.config.json --location schemas.log