From d81ba18ae14671c6a8cbf1ccbe558454b8046459 Mon Sep 17 00:00:00 2001 From: Andrew Pasika Date: Mon, 15 Feb 2021 15:25:13 +0000 Subject: [PATCH] AGILE-3240: refactoring --- doc/Features/Administration/index.md | 35 ---------------------------- doc/Features/Infrastructure/index.md | 7 +++--- 2 files changed, 4 insertions(+), 38 deletions(-) delete mode 100644 doc/Features/Administration/index.md diff --git a/doc/Features/Administration/index.md b/doc/Features/Administration/index.md deleted file mode 100644 index 0d814e2cb0..0000000000 --- a/doc/Features/Administration/index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -layout: page -title: Administration -permalink: /:path/ -sort_idx: 50 ---- - -{% include variables.md %} -{% include_relative links.md %} - -* TOC -{:toc} - - -## Basic concept - -### Disaster Recovery Plan - -The Kaa platform has a disaster recovery plan (DRP) by implementing backup and restore procedures. - -By default, the platform is deployed with the enabled backup feature. -Kaa automatically backs up itself on a daily basis and upload snapshots to an AWS S3 bucket related to the particular deployment. -Using the snapshots it is possible to restore the platform to a specific state in the time. - -You can configure the backup frequency using the cron expression. -So it is possible to set up the platform to backup itself every half a day, every day, every week, etc. - - -## Components - -The table below summarizes the list of Kaa platform components that contribute to this feature: - -| Service | Version | -| ---------------------------------------- | --------------------------- | -| [Platform Backup][Platform Backup] | {{platform-backup_version}} | diff --git a/doc/Features/Infrastructure/index.md b/doc/Features/Infrastructure/index.md index 013fb0413e..d3c6eb4b08 100644 --- a/doc/Features/Infrastructure/index.md +++ b/doc/Features/Infrastructure/index.md @@ -13,6 +13,7 @@ This includes [NATS message broker][nats], [InfluxDB][influxdb] and [MongoDB][mo In addition to these amazing 3-rd party components, Kaa includes its own infrastructure components which simplify the operation of Kaa-based clusters and provide Kaa-specific administration functionality. -| Service | Version | -| ---------------- | ------------------ | -| [Tekton][TEKTON] | {{tekton_version}} | +| Service | Version | +| ------------------------------------ | --------------------------- | +| [Tekton][TEKTON] | {{tekton_version}} | +| [Platform Backup][Platform Backup] | {{pbm_version}} |