From 50353aa5066b6dcb6616086076e3c8491f83155e Mon Sep 17 00:00:00 2001 From: sayedppqq Date: Thu, 6 Jun 2024 16:46:27 +0600 Subject: [PATCH] fix Signed-off-by: sayedppqq --- content/post/kubedb-v2024.06.04/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/post/kubedb-v2024.06.04/index.md b/content/post/kubedb-v2024.06.04/index.md index 3af97423..7eee1a73 100644 --- a/content/post/kubedb-v2024.06.04/index.md +++ b/content/post/kubedb-v2024.06.04/index.md @@ -359,9 +359,9 @@ KubeDB uses the issuer or clusterIssuer referenced in the `tls.issuerRef` field, ## MongoDB ### MongoDBArchiver Shard Support: -We are pleased to announce that this release includes support for the `MongoDBArchiver` in Sharded MongoDB Cluster environments. This significant enhancement enables Point-in-Time Recovery (PITR) for the Sharded MongoDB Cluster managed by KubeDB, providing the capability to restore data to any specific point in time following a disaster. This constitutes a major feature addition that will greatly benefit users by improving disaster recovery processes and minimizing potential data loss. +We are pleased to announce that this release includes support for the `MongoDBArchiver` in Sharded MongoDB Cluster environments. This significant enhancement enables Point-in-Time Recovery (PITR) for the Sharded MongoDB Cluster managed by KubeDB, providing the capability to restore data to any specific point in time following a disaster. This constitutes a major feature addition that will greatly benefit users by improving disaster recovery processes and minimizing potential data loss. Samples for `MongoDBArchiver` is provided [here](https://github.com/kubedb/archiver-demo/tree/master/mongodb) ### PVCs Backup for Shard: -We have introduced support for Sharded MongoDB Cluster in the `mongodb-csi-snapshotter` plugin.This enhancement allows users to back up Persistent Volume Claims (PVCs) of their KubeDB-managed Sharded MongoDB Cluster, thereby ensuring greater data protection and ease of recovery. +We have introduced support for Sharded MongoDB Cluster in the `mongodb-csi-snapshotter` plugin. This enhancement allows users to back up Persistent Volume Claims (PVCs) of their KubeDB-managed Sharded MongoDB Cluster, thereby ensuring greater data protection and ease of recovery. ### Bug Fix: Specific components restoration provided in KubeStash RestoreSession wasn’t working properly. This bug has been fixed in this release.