Skip to content

Commit

Permalink
PBM-1108 Added a requirement for a dedicated S3 bucket for PBM (#217)
Browse files Browse the repository at this point in the history
modified:   docs/details/storage-config-example.md
	modified:   docs/install/backup-storage.md
	modified:   mkdocs.yml
  • Loading branch information
nastena1606 authored Oct 31, 2024
1 parent d78c50a commit 5ef1416
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/details/storage-config-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Provide the remote backup storage configuration as a YAML config file. The follo

## S3-compatible remote storage

!!! important

Percona Backup for MongoDB (PBM) needs its own dedicated S3 bucket exclusively for backup-related files. Ensure that this bucket is created and managed solely by PBM.

### Amazon Simple Storage Service

```yaml
Expand Down
2 changes: 2 additions & 0 deletions docs/install/backup-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
The easiest way to provide remote backup storage configuration is to specify it in a YAML config file and upload this file to Percona Backup for MongoDB using `pbm` CLI.

The storage configuration itself is out of scope of the present document. We assume that you have configured one of the supported remote backup storages and provisioned access keys with the proper permissions for PBM. See [Remote Backup Storage](../details/storage-configuration.md) for more details.

<i info>:material-information: Info:</i> Percona Backup for MongoDB needs its own dedicated S3 bucket exclusively for backup-related files. Ensure that this bucket is created and managed solely by PBM.
{.power-number}

1. Create a config file (e.g. `pbm_config.yaml`).
Expand Down
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ theme:
- navigation.tracking
- navigation.instant
- navigation.instant.progress
# - navigation.tabs
# - navigation.tabs.sticky
- content.tooltips
- content.tabs.link
- content.action.edit
- content.action.view
Expand Down

0 comments on commit 5ef1416

Please sign in to comment.