Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
Signed-off-by: SK Ali Arman <[email protected]>
  • Loading branch information
sheikh-arman committed Sep 16, 2024
1 parent c32d899 commit 17c99b5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/guides/mariadb/pitr/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ menu:
docs_{{ .version }}:
identifier: pitr-mariadb
name: Point-in-time Recovery
parent: guides-mysql
parent: guides-mariadb
weight: 42
menu_name: docs_{{ .version }}
---
23 changes: 11 additions & 12 deletions docs/guides/mariadb/pitr/archiver.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ stringData:
```

### Retention policy
RetentionPolicy is a CR provided by KubeStash that allows you to set how long you'd like to retain the backup data.
RetentionPolicy is a custom resource(CR) provided by KubeStash that allows you to set how long you'd like to retain the backup data.

```yaml
apiVersion: storage.kubestash.com/v1alpha1
Expand Down Expand Up @@ -123,16 +123,16 @@ spec:
from: Selector
selector:
matchLabels:
kubernetes.io/metadata.name: demo
kubernetes.io/metadata.name: demo
selector:
matchLabels:
archiver: "true"
retentionPolicy:
name: mariadb-retention-policy
namespace: demo
encryptionSecret:
encryptionSecret:
name: "encrypt-secret"
namespace: "demo"
namespace: "demo"
fullBackup:
driver: "VolumeSnapshotter"
task:
Expand All @@ -146,7 +146,7 @@ spec:
manifestBackup:
scheduler:
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
schedule: "/30 * * * *"
sessionHistoryLimit: 2
backupStorage:
Expand Down Expand Up @@ -451,11 +451,10 @@ $ kubectl delete ns demo
## Next Steps
- Learn about [backup and restore](/docs/guides/mariadb/backup/overview/index.md) MariaDB database using Stash.
- Learn about initializing [MariaDB with Script](/docs/guides/mariadb/initialization/script_source.md).
- Learn about [custom MariaDBVersions](/docs/guides/mariadb/custom-versions/setup.md).
- Want to setup MariaDB cluster? Check how to [configure Highly Available MariaDB Cluster](/docs/guides/mariadb/clustering/ha_cluster.md)
- Monitor your MariaDB database with KubeDB using [built-in Prometheus](/docs/guides/mariadb/monitoring/using-builtin-prometheus.md).
- Monitor your MariaDB database with KubeDB using [Prometheus operator](/docs/guides/mariadb/monitoring/using-prometheus-operator.md).
- Detail concepts of [MariaDB object](/docs/guides/mariadb/concepts/mariadb.md).
- Use [private Docker registry](/docs/guides/mariadb/private-registry/using-private-registry.md) to deploy MariaDB with KubeDB.
- Learn about initializing [MariaDB with Script](/docs/guides/mariadb/initialization/using-script/index.md).
- Want to setup MariaDB cluster? Check how to [configure Highly Available MariaDB Cluster](/docs/guides/mariadb/clustering/galera-cluster/index.md)
- Monitor your MariaDB database with KubeDB using [built-in Prometheus](/docs/guides/mariadb/monitoring/builtin-prometheus/index.md).
- Monitor your MariaDB database with KubeDB using [Prometheus operator](/docs/guides/mariadb/monitoring/prometheus-operator/index.md).
- Detail concepts of [MariaDB object](/docs/guides/mariadb/concepts/mariadb/index.md).
- Use [private Docker registry](/docs/guides/mariadb/private-registry/quickstart/index.md) to deploy MariaDB with KubeDB.
- Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion docs/guides/mariadb/pitr/yamls/mariadbarchiver.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: archiver.kubedb.com/v1alpha1
kind: MySQLArchiver
kind: MariaDBArchiver
metadata:
name: mariadbarchiver-sample
namespace: demo
Expand Down

0 comments on commit 17c99b5

Please sign in to comment.