Skip to content

Commit

Permalink
add nfs backend for pitr
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 20, 2024
1 parent 28b7102 commit cc21b49
Show file tree
Hide file tree
Showing 21 changed files with 1,459 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/guides/mariadb/pitr/archiver.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Continuous archiving involves making regular copies (or "archives") of the Maria

### BackupStorage
BackupStorage is a CR provided by KubeStash that can manage storage from various providers like GCS, S3, and more.
We are going to store our backup data into a `S3` bucket. We have to create a `Secret` with necessary credentials and a `BackupStorage` CR to use this backend. If you want to use a different backend, please read the respective backend configuration doc from [here](https://kubestash.com/docs/latest/guides/backends/overview/).

```yaml
apiVersion: storage.kubestash.com/v1alpha1
Expand Down Expand Up @@ -98,7 +99,7 @@ metadata:
spec:
maxRetentionPeriod: "30d"
successfulSnapshots:
last: 100
last: 2
failedSnapshots:
last: 2
```
Expand Down
Loading

0 comments on commit cc21b49

Please sign in to comment.