Skip to content

Commit

Permalink
MongoDB KubeStash Plugin (#582)
Browse files Browse the repository at this point in the history
Signed-off-by: sayedppqq <[email protected]>
  • Loading branch information
sayedppqq authored Aug 20, 2024
1 parent 0aad73b commit c0f94ab
Show file tree
Hide file tree
Showing 121 changed files with 3,365 additions and 45 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
kubectl create -f https://github.com/kubevault/installer/raw/master/crds/kubevault-crds.yaml
kubectl create -f https://github.com/kubedb/installer/raw/master/crds/kubedb-crds.yaml
kubectl create -f https://github.com/kubernetes-csi/external-snapshotter/raw/master/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
kubectl create -f https://github.com/kubestash/apimachinery/raw/master/crds/storage.kubestash.com_backupstorages.yaml
kubectl create -f https://github.com/kubestash/apimachinery/raw/master/crds/storage.kubestash.com_retentionpolicies.yaml
kubectl create -f https://github.com/kubestash/installer/raw/master/crds/kubestash-crds.yaml
- name: Check codespan schema
run: |
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/kafka/concepts/connectcluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ The `spec.tls` contains the following fields:
- `postalCodes` ( `[]string` | `nil` ) - is a list of postal codes.
- `serialNumber` ( `string` | `""` ) is a serial number.

For more details, visit [here](https://golang.org/pkg/crypto/x509/pkix/#Name).
For more details, visit [here](https://pkg.go.dev/crypto/x509/pkix#Name).

- `duration` ( `string` | `""` ) - is the period during which the certificate is valid. A duration string is a possibly signed sequence of decimal numbers, each with optional fraction and a unit suffix, such as `"300m"`, `"1.5h"` or `"20h45m"`. Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
- `renewBefore` ( `string` | `""` ) - is a specifiable time before expiration duration.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/mongodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ aliases:
- [Quickstart MongoDB](/docs/guides/mongodb/quickstart/quickstart.md) with KubeDB Operator.
- [MongoDB Replicaset](/docs/guides/mongodb/clustering/replicaset.md) with KubeDB Operator.
- [MongoDB Sharding](/docs/guides/mongodb/clustering/sharding.md) with KubeDB Operator.
- [Backup & Restore](/docs/guides/mongodb/backup/overview/index.md) MongoDB databases using Stash.
- [Backup & Restore](/docs/guides/mongodb/backup/stash/overview/index.md) MongoDB databases using Stash.
- Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md).
- Start [MongoDB with Custom Config](/docs/guides/mongodb/configuration/using-config-file.md).
- Monitor your MongoDB database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md).
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/mongodb/arbiter/replicaset.md
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ kubectl delete ns demo
## Next Steps
- Deploy MongoDB shard [with Arbiter](/docs/guides/mongodb/arbiter/sharding.md).
- [Backup and Restore](/docs/guides/mongodb/backup/overview/index.md) process of MongoDB databases using Stash.
- [Backup and Restore](/docs/guides/mongodb/backup/stash/overview/index.md) process of MongoDB databases using Stash.
- Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md).
- Monitor your MongoDB database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md).
- Monitor your MongoDB database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mongodb/monitoring/using-builtin-prometheus.md).
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/mongodb/arbiter/sharding.md
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ kubectl delete ns demo
## Next Steps
- [Backup and Restore](/docs/guides/mongodb/backup/overview/index.md) process of MongoDB databases using Stash.
- [Backup and Restore](/docs/guides/mongodb/backup/stash/overview/index.md) process of MongoDB databases using Stash.
- Initialize [MongoDB with Script](/docs/guides/mongodb/initialization/using-script.md).
- Monitor your MongoDB database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mongodb/monitoring/using-prometheus-operator.md).
- Monitor your MongoDB database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mongodb/monitoring/using-builtin-prometheus.md).
Expand Down
Empty file modified docs/guides/mongodb/backup/_index.md
100755 → 100644
Empty file.
10 changes: 10 additions & 0 deletions docs/guides/mongodb/backup/kubestash/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Backup & Restore MongoDB | KubeStash
menu:
docs_{{ .version }}:
identifier: guides-mongodb-backup-stashv2
name: KubeStash (aka Stash 2.0)
parent: guides-mongodb-backup
weight: 50
menu_name: docs_{{ .version }}
---
Loading

0 comments on commit c0f94ab

Please sign in to comment.