Add compatibility with Oracle Cloud Storage#371
Draft
rasika-chivate wants to merge 8 commits into
Draft
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation to support configuring Percona Backup for MongoDB (PBM) to use Oracle Cloud Infrastructure (OCI) Object Storage as a remote backup destination, including a new configuration guide and a troubleshooting page, and exposes the new storage doc in the MkDocs navigation.
Changes:
- Added an OCI Object Storage configuration guide (
storage.type: oci) with IAM/policy, auth, and encryption examples. - Added an OCI troubleshooting page for common initialization/auth/KMS issues.
- Linked the new OCI storage page into the “Storage” navigation.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
mkdocs-base.yml |
Adds a nav entry for the new OCI Object Storage configuration page under “Storage”. |
docs/details/oci-storage.md |
New end-to-end OCI Object Storage setup/configuration documentation for PBM. |
docs/troubleshoot/oci.md |
New OCI troubleshooting checklist page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+165
to
+168
| ```yaml | ||
| storage: | ||
| type: oci | ||
| oci: |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Comment on lines
+7
to
+8
| For common errors, see [Troubleshoot issues for OCI](../troubleshoot/oci.md). | ||
| ## Before you start |
Comment on lines
+3
to
+4
| This page lists common Oracle Cloud Infrastructure (OCI) Object Storage issues when using PBM. For configuration instructions, see [Configure Oracle Cloud Infrastructure Object Storage](../details/oci-storage.md). | ||
| ## Storage is not initialized |
Comment on lines
+1
to
+3
| # Troubleshoot issues for OCI | ||
|
|
||
| This page lists common Oracle Cloud Infrastructure (OCI) Object Storage issues when using PBM. For configuration instructions, see [Configure Oracle Cloud Infrastructure Object Storage](../details/oci-storage.md). |
Comment on lines
+3
to
+7
| Percona Backup for MongoDB (PBM) can store backups in Oracle Cloud Infrastructure (OCI) Object Storage using the native OCI storage backend. | ||
|
|
||
| OCI Object Storage is a cloud object storage service that stores data as objects in buckets. PBM uses this storage to save backup data, metadata, and Point-in-Time Recovery oplog chunks. You can configure PBM to authenticate to OCI by using either a user principal or an instance principal. | ||
|
|
||
| For common errors, see [Troubleshoot issues for OCI](../troubleshoot/oci.md). |
| - Storage: | ||
| - Remote backup storage overview: details/storage-configuration.md | ||
| - AWS S3 storage: details/s3-storage.md | ||
| - Oracle Cloud Infrastructure object storage: details/oci-storage.md |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.