Skip to content

K8SPSMDB-1219 Documented support for multiple storages #231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nastena1606
Copy link
Collaborator

modified: docs/backups.md
new file: docs/multi-storage.md
modified: docs/operator.md
modified: mkdocs-base.yml

modified:   docs/backups.md
	new file:   docs/multi-storage.md
	modified:   docs/operator.md
	modified:   mkdocs-base.yml
docs/backups.md Outdated

* *On-demand*. You can do them manually at any moment.
* *Scheduled backups*. Configure backups and their schedule in the [deploy/cr.yaml :octicons-link-external-16:](https://github.com/percona/percona-server-mongodb-operator/blob/main/deploy/cr.yaml). The Operator makes them automatically according to the specified schedule.

To make backups and restores, the Operator uses the [Percona Backup for MongoDB :octicons-link-external-16:](https://github.com/percona/percona-backup-mongodb) tool.
To make backups and restores, the Operator uses the [Percona Backup for MongoDB (PBM) :octicons-link-external-16:](https://github.com/percona/percona-backup-mongodb) tool. The Operator runs PBM as [a sidecar container](sidecar.md) to the database Pods. It configures PBM when it creates a new cluster if you defined the [backup storage configuration](backups-storage.md) for it. Otherwise, the Operator configures PBM when you configure the storage for a backup or when you start a restore on a new cluster.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is misleading. operator doesn't configure PBM if you start a restore. it only configures PBM if you start a restore using backupSource feature.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants