Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 41 additions & 18 deletions docs/css/design.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
--md-primary-fg-color--dark: var(--night400);
}
:root,
[data-md-color-scheme="percona-light"] {
[data-md-color-scheme="default"] {

/* Primitives */
--md-hue: 220;
Expand Down Expand Up @@ -104,11 +104,11 @@
/* Code */
--md-code-bg-color: var(--stone800);
--md-code-bg-color: var(--stone50);

/* Tables */
--md-typeset-table-color: hsla(var(--md-hue),17%,21%,0.25)
}
[data-md-color-scheme="percona-dark"] {
[data-md-color-scheme="slate"] {

/* Primitives */
--md-hue: 0;
Expand Down Expand Up @@ -217,20 +217,12 @@
.md-tabs__link {
margin-top: 0.55rem;
}
/* .md-header__topic .md-ellipsis {
position: relative;
.md-header__topic {
transition: opacity .25s;
}
.md-header__topic:hover {
opacity: 0.7;
}
.md-header__topic:hover .md-ellipsis::after {
content: "";
position: absolute;
display: block;
right: 0;
bottom: 11px;
left: 0;
width: 100%;
height: 2.5px;
background-color: currentColor;
} */

/* Footer */

Expand Down Expand Up @@ -271,16 +263,18 @@
vertical-align: baseline;
padding: 0 0.2em 0.1em;
border-radius: 0.15em;
white-space: pre-wrap; /* Ensure long lines wrap */
}
.md-typeset .highlight code span,
.md-typeset code,
.md-typeset kbd,
.md-typeset pre {
color: var(--md-typeset-color);
}
.md-typeset .highlight code span {
color: var(--md-typeset-color);
}
.md-button code,
[data-md-color-scheme="percona-dark"] .md-button:not(.md-button--primary) code {
[data-md-color-scheme="slate"] .md-button:not(.md-button--primary) code {
background-color: rgba(255, 255, 255, 0.1);
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1) inset;
}
Expand Down Expand Up @@ -646,6 +640,35 @@ i[warning] [class*="moji"] {
vertical-align: -0.3125em;
}

/* Version Select */

.version-select::after {
content: "\25BE";
display: inline-block;
margin-left: -1em;
transform: translate(-0.625em, -0.0625em);
pointer-events: none;
}
#versionSelect {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
align-self: center;
font-family: var(--fHeading);
font-size: 0.9rem;
line-height: 1;
font-weight: 700;
padding: 0.5em 1.375em 0.5em 0.5em;
margin: 0 0.25em;
background-color: rgba(0,0,0,0.2);
color: inherit;
border: none;
border-radius: 0.1rem;
}
#versionSelect::-ms-expand {
display: none;
}

/* Media queries */

@media screen and (max-width: 76.1875em) {
Expand Down
185 changes: 185 additions & 0 deletions docs/details/oss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,185 @@
# Alibaba Cloud Object Storage Service (OSS)

Check failure on line 1 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L1

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 1, "column": 3}}}, "severity": "ERROR"}

Check warning on line 1 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L1

[Google.Headings] 'Alibaba Cloud Object Storage Service (OSS)' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'Alibaba Cloud Object Storage Service (OSS)' should use sentence-style capitalization.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 1, "column": 3}}}, "severity": "WARNING"}

Check warning on line 1 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L1

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 1, "column": 11}}}, "severity": "WARNING"}

Check notice on line 1 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L1

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 1, "column": 40}}}, "severity": "INFO"}

If you operate in Asia-Pacific region or China and/or use the Alibaba Cloud infrastructure, you can use the Alibaba Cloud Object Storage Service (OSS) as a remote backup storage for Percona Backup for MongoDB (PBM). This way you ensure low-latency access to your backups and optimize costs.

Check failure on line 3 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L3

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 3, "column": 63}}}, "severity": "ERROR"}

Check warning on line 3 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L3

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 3, "column": 71}}}, "severity": "WARNING"}

Check failure on line 3 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L3

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 3, "column": 109}}}, "severity": "ERROR"}

Check warning on line 3 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L3

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 3, "column": 117}}}, "severity": "WARNING"}

To use Alibaba Cloud OSS, you need to have:

Check failure on line 5 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L5

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 5, "column": 8}}}, "severity": "ERROR"}

Check warning on line 5 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L5

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 5, "column": 16}}}, "severity": "WARNING"}

* an active Alibaba Cloud account with the Object Storage Service enabled for it. Read more about setting up Alibaba Cloud account in the [official documentation :octicons-link-external-16:](https://www.alibabacloud.com/help/en/account/step-1-register-an-alibaba-cloud-account?spm=a2c63.l28256.0.i0)

Check failure on line 7 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L7

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 7, "column": 13}}}, "severity": "ERROR"}

Check warning on line 7 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L7

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 7, "column": 21}}}, "severity": "WARNING"}

Check failure on line 7 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L7

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 7, "column": 110}}}, "severity": "ERROR"}

Check warning on line 7 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L7

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 7, "column": 118}}}, "severity": "WARNING"}

* an access to the Resource Access Management (RAM) console and sufficient permissions to create and manage access policies and users. Read more about using RAM with Alibaba Cloud OSS in the [official documentation :octicons-link-external-16:](https://www.alibabacloud.com/help/en/oss/user-guide/how-oss-works-with-ram)

Check notice on line 9 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L9

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 9, "column": 47}}}, "severity": "INFO"}

Check failure on line 9 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L9

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 9, "column": 167}}}, "severity": "ERROR"}

Check warning on line 9 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L9

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 9, "column": 175}}}, "severity": "WARNING"}

## Create a bucket

You can create a bucket via the [Alibaba Cloud Management Console :octicons-link-external-16:](https://home.console.aliyun.com/) or via the command line.

Check failure on line 13 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L13

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 13, "column": 34}}}, "severity": "ERROR"}

Check warning on line 13 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L13

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 13, "column": 42}}}, "severity": "WARNING"}

=== ":simple-alibabacloud: via Alibaba Cloud Management Console"

Check failure on line 15 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L15

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 15, "column": 32}}}, "severity": "ERROR"}

Check warning on line 15 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L15

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 15, "column": 40}}}, "severity": "WARNING"}

1. Log in to the Alibaba Cloud Management Console.
2. Navigate to the Object Storage Service (OSS) section.
3. Navigate to Buckets and click Create a new bucket.
4. Specify the bucket name, region, and other settings as needed. Refer to bucket naming conventions
5. Click **Create**, verify the bucket information and click **Confirm**.

=== ":material-console: via Command Line"

1. [Install](https://www.alibabacloud.com/help/en/oss/developer-reference/install-ossutil2#DAS) and configure the Alibaba Cloud OSS client. After the installation, the `ossutil` command line tool is available for you.
2. Specify the region:

```{.bash data-prompt="$"}
$ ossutil config
```

Press Enter until you see the prompt `Please enter Region [cn-hangzhou]:` and specify the desired region.

3. Create a bucket:

```{.bash data-prompt="$"}
$ ossutil mb oss://your-bucket-name
```

Replace `your-bucket-name` with the desired name for your bucket.

4. Verify that the bucket is created:

```{.bash data-prompt="$"}
$ ossutil ls
```

After you created a bucket, apply the [necessary permissions](storage-configuration.md#permissions-setup) for the user identified by the access credentials you plan to use with PBM.

## Configure access to Alibaba Cloud OSS for PBM

Check warning on line 50 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L50

[Google.Headings] 'Configure access to Alibaba Cloud OSS for PBM' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'Configure access to Alibaba Cloud OSS for PBM' should use sentence-style capitalization.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 50, "column": 4}}}, "severity": "WARNING"}

Check failure on line 50 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L50

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 50, "column": 24}}}, "severity": "ERROR"}

Check warning on line 50 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L50

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 50, "column": 32}}}, "severity": "WARNING"}

For PBM to successfully access and operate in Alibaba Cloud OSS, it requires access credentials with the necessary permissions to read and write data to the designated OSS bucket.

Check failure on line 52 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L52

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 52, "column": 47}}}, "severity": "ERROR"}

Check warning on line 52 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L52

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 52, "column": 55}}}, "severity": "WARNING"}

Alibaba Cloud OSS supports the following access modes:

Check failure on line 54 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L54

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 54, "column": 1}}}, "severity": "ERROR"}

Check warning on line 54 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L54

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 54, "column": 9}}}, "severity": "WARNING"}

* Using the Access Key ID and Access Key secret associated with a RAM user. These are permanent credentials designed for programmatic access. Note that the RAM user must have all required permissions to access the OSS resources assigned to them.

Refer to the [Use the AccessKey pair of a RAM user to access OSS resources :octicons-link-external-16:](https://www.alibabacloud.com/help/en/oss/developer-reference/use-the-accesskey-pair-of-a-ram-user-to-initiate-a-request) chapter for detailed instructions.

Check warning on line 58 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L58

[Google.WordList] Use 'documents', 'pages', or 'sections' instead of 'chapter'.
Raw output
{"message": "[Google.WordList] Use 'documents', 'pages', or 'sections' instead of 'chapter'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 58, "column": 229}}}, "severity": "WARNING"}

* Rather than granting permissions directly to a RAM user, you can assign them through a RAM role. A RAM role is a virtual identity that can have one or more access policies attached, defining the necessary permissions. A RAM user gains these permissions by assuming the role.

An authorized RAM user can use an AccessKey pair to call the [AssumeRole :octicons-link-external-16:](https://www.alibabacloud.com/help/en/ram/developer-reference/api-sts-2015-04-01-assumerole#main-107864) operation. Then the user receives an STS token together with the temporary credentials to access OSS resources.

Check notice on line 62 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L62

[Google.Acronyms] Spell out 'STS', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'STS', if it's unfamiliar to the audience.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 62, "column": 246}}}, "severity": "INFO"}

Refer to the [STS temporary access authorization :octicons-link-external-16:](https://www.alibabacloud.com/help/en/oss/sts-temporary-access-authorization#section-csx-hvf-vdb) chapter for configuration guidelines.

Check notice on line 64 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L64

[Google.Acronyms] Spell out 'STS', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'STS', if it's unfamiliar to the audience.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 64, "column": 17}}}, "severity": "INFO"}

Check warning on line 64 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L64

[Google.WordList] Use 'documents', 'pages', or 'sections' instead of 'chapter'.
Raw output
{"message": "[Google.WordList] Use 'documents', 'pages', or 'sections' instead of 'chapter'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 64, "column": 178}}}, "severity": "WARNING"}


## Configuration example

Here is an example of a Alibaba Cloud OSS configuration in Percona Backup for MongoDB:

Check failure on line 69 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L69

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 69, "column": 25}}}, "severity": "ERROR"}

Check warning on line 69 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L69

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 69, "column": 33}}}, "severity": "WARNING"}

=== "using AccessKey pair"

```yaml
storage:
type: oss
oss:
region: eu-central-1
bucket: your-bucket-name
endpointUrl: https://oss-eu-central-1.aliyuncs.com
credentials:
accessKeyID: "STS.****************"
accessKeySecret: "3dZn*******************************************"
```

=== "using a RAM role"

```yaml
storage:
type: oss
oss:
region: eu-central-1
bucket: your-bucket-name
endpointUrl: https://oss-eu-central-1.aliyuncs.com
credentials:
accessKeyID: "STS.****************"
accessKeySecret: "3dZn*******************************************"
roleArn: acs:ram::1234567890123456:role/db-backup-role
sessionName: pbm-backup-session
```

See [Configuration file options](../reference/configuration-options.md) for the description of configuration options.

## Fine-tune storage configuration

The following sections describe how you can fine-tune your storage configuration:

* [Server-side encryption](#server-side-encryption)
* [Upload retries](#upload-retries)
* [multiple endpoints to the same S3 storage](endpoint-map.md)

### Server-side encryption

Alibaba Cloud OSS provides server-side encryption (SSE) capabilities to protect your data at rest. When you enable SSE, your data is automatically encrypted before being stored and decrypted when you access it.

Check failure on line 113 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L113

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 113, "column": 1}}}, "severity": "ERROR"}

Check warning on line 113 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L113

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 113, "column": 9}}}, "severity": "WARNING"}

Check notice on line 113 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L113

[Google.Passive] In general, use active voice instead of passive voice ('being stored').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('being stored').", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 113, "column": 165}}}, "severity": "INFO"}

Percona Backup for MongoDB supports server-side encryption for OSS buckets with the following encryption types:

* [Alibaba Cloud OSS-managed encryption keys (SSE-OSS)](#using-oss-managed-encryption-keys-sse-oss). This type provides basic encryption capabilities.

Check failure on line 117 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L117

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 117, "column": 4}}}, "severity": "ERROR"}

Check warning on line 117 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L117

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 117, "column": 12}}}, "severity": "WARNING"}
* [Customer master keys managed by Alibaba Cloud Key Management Service (SSE-KMS)](#using-customer-master-keys-managed-by-key-management-service-sse-kms). This option provides more control over key management and security and is suitable when you need to use self-managed or user-specified keys to meet security and compliance requirements.

Check failure on line 118 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L118

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 118, "column": 36}}}, "severity": "ERROR"}

Check warning on line 118 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L118

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 118, "column": 44}}}, "severity": "WARNING"}

Check notice on line 118 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L118

[Google.Acronyms] Spell out 'KMS', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'KMS', if it's unfamiliar to the audience.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 118, "column": 78}}}, "severity": "INFO"}

Learn more about server-side encryption and billing options when using it in [Server-side encryption :octicons-link-external-16:](https://www.alibabacloud.com/help/en/oss/user-guide/server-side-encryption-8) documentation.

#### Prerequisites

The RAM user used for PBM to access the Alibaba Cloud OSS must have the required permissions to use server-side encryption on a bucket. Make sure the RAM policy for this user includes the following actions:

Check failure on line 124 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L124

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 124, "column": 41}}}, "severity": "ERROR"}

Check warning on line 124 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L124

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 124, "column": 49}}}, "severity": "WARNING"}

1. Permissions to manage the target bucket.

2. The `PutBucketEncryption` and `GetBucketEncryption` permissions.

3. For SSE-KMS encryption type, the RAM user must also have the following permissions:

Check notice on line 130 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L130

[Google.Acronyms] Spell out 'KMS', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'KMS', if it's unfamiliar to the audience.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 130, "column": 12}}}, "severity": "INFO"}

* `kms:Encrypt`
* `kms:Decrypt`
* `kms:GenerateDataKey`
* `kms:DescribeKey`

Read more about managing RAM policies in the following Alibaba Cloud OSS documentation:

Check failure on line 137 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L137

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 137, "column": 56}}}, "severity": "ERROR"}

Check warning on line 137 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L137

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 137, "column": 64}}}, "severity": "WARNING"}

* [Create a custom RAM policy](https://www.alibabacloud.com/help/en/ram/user-guide/create-a-custom-policy#task-glf-vwf-xdb)
* [Common examples of RAM policies](https://www.alibabacloud.com/help/en/oss/user-guide/common-examples-of-ram-policies)
* [Permissions for server-side encryption](https://www.alibabacloud.com/help/en/oss/user-guide/server-side-encryption-8#section-oe2-ypt-1fi)

#### Using OSS-managed encryption keys (SSE-OSS)

Check warning on line 143 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L143

[Google.Headings] 'Using OSS-managed encryption keys (SSE-OSS)' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'Using OSS-managed encryption keys (SSE-OSS)' should use sentence-style capitalization.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 143, "column": 6}}}, "severity": "WARNING"}

Server-side encryption with OSS-managed keys (SSE-OSS) is the default encryption method for Alibaba Cloud OSS. Alibaba Cloud OSS automatically generates encryption keys for each object. It also creates a master key to encrypt encryption keys.

Check failure on line 145 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L145

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 145, "column": 93}}}, "severity": "ERROR"}

Check warning on line 145 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L145

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 145, "column": 101}}}, "severity": "WARNING"}

Check failure on line 145 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L145

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 145, "column": 112}}}, "severity": "ERROR"}

Check warning on line 145 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L145

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 145, "column": 120}}}, "severity": "WARNING"}

To configure PBM to use SSE-OSS, add the following options to the `oss` configuration block:

```yaml
serverSideEncryption:
sseAlgorithm: AES256
```

#### Using customer master keys managed by Key Management Service (SSE-KMS)

Check warning on line 154 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L154

[Google.Headings] 'Using customer master keys managed by Key Management Service (SSE-KMS)' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'Using customer master keys managed by Key Management Service (SSE-KMS)' should use sentence-style capitalization.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 154, "column": 6}}}, "severity": "WARNING"}

Check notice on line 154 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L154

[Google.Acronyms] Spell out 'KMS', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'KMS', if it's unfamiliar to the audience.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 154, "column": 72}}}, "severity": "INFO"}

Server-side encryption with customer master keys (CMK) managed by Key Management Service (SSE-KMS) gives you more flexibility over key management and security.

Check notice on line 156 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L156

[Google.Acronyms] Spell out 'CMK', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'CMK', if it's unfamiliar to the audience.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 156, "column": 51}}}, "severity": "INFO"}

Check notice on line 156 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L156

[Google.Acronyms] Spell out 'KMS', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'KMS', if it's unfamiliar to the audience.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 156, "column": 95}}}, "severity": "INFO"}

You have the following options:

* use the default customer master key provided by KMS. OSS creates this key in the KMS platform and uses it to encrypt data

Check notice on line 160 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L160

[Google.Acronyms] Spell out 'KMS', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'KMS', if it's unfamiliar to the audience.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 160, "column": 51}}}, "severity": "INFO"}

Check notice on line 160 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L160

[Google.Acronyms] Spell out 'KMS', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'KMS', if it's unfamiliar to the audience.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 160, "column": 84}}}, "severity": "INFO"}
* generate your own customer master key using the KMS console. OSS uses this specified key to encrypt data.

Check notice on line 161 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L161

[Google.Acronyms] Spell out 'KMS', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'KMS', if it's unfamiliar to the audience.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 161, "column": 51}}}, "severity": "INFO"}

To configure PBM to use SSE-KMS, add the following options to the `oss` configuration block:

Check notice on line 163 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L163

[Google.Acronyms] Spell out 'KMS', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'KMS', if it's unfamiliar to the audience.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 163, "column": 29}}}, "severity": "INFO"}

```yaml
serverSideEncryption:
sseAlgorithm: KMS
kmsMasterKeyID: your-kms-key-id # when using a custom KMS key
kmsDataEncryption: AES256
```

### Upload retries

You can set up the number of attempts for Percona Backup for MongoDB to upload data to Alibaba Cloud OSS as well as the min and max time to wait for the next retry.

Check failure on line 174 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L174

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 174, "column": 88}}}, "severity": "ERROR"}

Check warning on line 174 in docs/details/oss.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/oss.md#L174

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/oss.md", "range": {"start": {"line": 174, "column": 96}}}, "severity": "WARNING"}

Set the following options in Percona Backup for MongoDB configuration.

```yaml
retryer:
maxAttempts: 5
maxBackoff: 30
Copy link
Member

Choose a reason for hiding this comment

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

300s

baseDelay: 30
Copy link
Member

Choose a reason for hiding this comment

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

30ms

Provided values are default one, but let's suggest user to use units instead of raw numbers.

```

This upload retry increases the chances of data upload completion in cases of unstable connection.
35 changes: 22 additions & 13 deletions docs/details/storage-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,32 @@
* Ensures data durability and availability
* Allows for backup data portability across different environments

Percona Backup for MongoDB (PBM) saves backup data to a designated directory on the backup storage. It can be a specific directory you define for the storage or the root folder. Each backup is prefixed with the UTC starting time for easy identification and consists of:
## Supported storage types

* A metadata file containing backup information
* For each replica set:
Percona Backup for MongoDB supports the following storage types:

- A compressed mongodump archive of all collections
- A compressed BSON file containing the oplog entries for the backup period
* [Amazon S3](s3-storage.md)
* [Google Cloud storage](gcs.md)

Check warning on line 16 in docs/details/storage-configuration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/storage-configuration.md#L16

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/storage-configuration.md", "range": {"start": {"line": 16, "column": 11}}}, "severity": "WARNING"}
* [MinIO and S3-compatible storage](minio.md)
* [Filesystem server storage](filesystem-storage.md)
* [Microsoft Azure Blob storage](azure.md)
* [Alibaba Cloud OSS storage](oss.md)

Check failure on line 20 in docs/details/storage-configuration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/storage-configuration.md#L20

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/details/storage-configuration.md", "range": {"start": {"line": 20, "column": 4}}}, "severity": "ERROR"}

Check warning on line 20 in docs/details/storage-configuration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/storage-configuration.md#L20

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/details/storage-configuration.md", "range": {"start": {"line": 20, "column": 12}}}, "severity": "WARNING"}

The oplog entries ensure backup consistency, and the end time of the oplog slice(s) is the data-consistent point in time of a backup snapshot.
## How PBM organizes backups on the storage

Using the [`pbm list`](../reference/pbm-commands.md#pbm-list) or [`pbm status`](../reference/pbm-commands.md#pbm-status) commands, you can scan the backup directory to find existing backups, even if you never used PBM on your computer before.
Percona Backup for MongoDB (PBM) saves backup data to a designated directory on the backup storage. It can be a specific directory you define for the storage or the root folder.

## Supported storage types
Each backup is prefixed with the UTC starting time for easy identification and consists of:

Check notice on line 26 in docs/details/storage-configuration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/storage-configuration.md#L26

[Google.Passive] In general, use active voice instead of passive voice ('is prefixed').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('is prefixed').", "location": {"path": "docs/details/storage-configuration.md", "range": {"start": {"line": 26, "column": 13}}}, "severity": "INFO"}

Percona Backup for MongoDB supports the following storage types:
* A metadata file containing backup information
* For each replica set:

* [S3-compatible storage](s3-storage.md)
* [Filesystem server storage](filesystem-storage.md)
* [Microsoft Azure Blob storage](azure.md)
* A compressed mongodump archive of all collections

Check failure on line 31 in docs/details/storage-configuration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/storage-configuration.md#L31

[Vale.Spelling] Did you really mean 'mongodump'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'mongodump'?", "location": {"path": "docs/details/storage-configuration.md", "range": {"start": {"line": 31, "column": 18}}}, "severity": "ERROR"}
* A compressed BSON file containing the oplog entries for the backup period

Check notice on line 32 in docs/details/storage-configuration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/storage-configuration.md#L32

[Google.Acronyms] Spell out 'BSON', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'BSON', if it's unfamiliar to the audience.", "location": {"path": "docs/details/storage-configuration.md", "range": {"start": {"line": 32, "column": 18}}}, "severity": "INFO"}

The oplog entries ensure backup consistency, and the end time of the oplog slice(s) is the data-consistent point in time of a backup snapshot.

Check failure on line 34 in docs/details/storage-configuration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/storage-configuration.md#L34

[Google.OptionalPlurals] Don't use plurals in parentheses such as in 'slice(s)'.
Raw output
{"message": "[Google.OptionalPlurals] Don't use plurals in parentheses such as in 'slice(s)'.", "location": {"path": "docs/details/storage-configuration.md", "range": {"start": {"line": 34, "column": 76}}}, "severity": "ERROR"}

Check notice on line 34 in docs/details/storage-configuration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/storage-configuration.md#L34

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "docs/details/storage-configuration.md", "range": {"start": {"line": 34, "column": 81}}}, "severity": "INFO"}

Using the [`pbm list`](../reference/pbm-commands.md#pbm-list) or [`pbm status`](../reference/pbm-commands.md#pbm-status) commands, you can scan the backup directory to find existing backups, even if you never used PBM on your computer before.

## Permissions setup

Expand Down Expand Up @@ -61,6 +67,8 @@
}
```

### Storage-specific documentation

Please refer to the documentation of your selected storage for the data access management.

!!! admonition "See also"
Expand All @@ -69,5 +77,6 @@
* Google Cloud Storage documentation: [Overview of access control :octicons-link-external-16:](https://cloud.google.com/storage/docs/access-control)
* Microsoft Azure documentation: [Assign an Azure role for access to blob data :octicons-link-external-16:](https://docs.microsoft.com/en-us/azure/storage/blobs/assign-azure-role-data-access?tabs=portal)
* MinIO documentation: [Policy Management :octicons-link-external-16:](https://docs.min.io/minio/baremetal/security/minio-identity-management/policy-based-access-control.html)
* Alibaba Cloud documentation: [Permissions and access control :octicons-link-external-16:](https://www.alibabacloud.com/help/en/oss/user-guide/permissions-and-access-control)

*[AWS KMS]: Amazon Web Services Key Management Service
*[AWS KMS]: Amazon Web Services Key Management Service

Check warning on line 82 in docs/details/storage-configuration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/storage-configuration.md#L82

[Google.Colons] ': A' should be in lowercase.
Raw output
{"message": "[Google.Colons] ': A' should be in lowercase.", "location": {"path": "docs/details/storage-configuration.md", "range": {"start": {"line": 82, "column": 11}}}, "severity": "WARNING"}
3 changes: 2 additions & 1 deletion docs/features/split-merge-backup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Manage large backup files upload

!!! admonition "Version added: [2.11.0](../release-notes/2.11.0.md)
!!! admonition "Version added: [2.11.0](../release-notes/2.11.0.md)"

As your database grows, so do your backups. Eventually, a collection or index may become so large that its backup file exceeds the maximum object size limit of your cloud or local storage. When this happens, Percona Backup for MongoDB (PBM) can't upload the file, which can disrupt your backup strategy.

Expand All @@ -11,6 +11,7 @@
| **AWS S3** | 4.9 TB |
| **GCS** | 4.9 TB |
| **Azure Blob Storage** | 190 TB |
| **Alibaba Cloud OSS** | 48.8 TB |

Check failure on line 14 in docs/features/split-merge-backup.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/features/split-merge-backup.md#L14

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/features/split-merge-backup.md", "range": {"start": {"line": 14, "column": 5}}}, "severity": "ERROR"}

Check warning on line 14 in docs/features/split-merge-backup.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/features/split-merge-backup.md#L14

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/features/split-merge-backup.md", "range": {"start": {"line": 14, "column": 13}}}, "severity": "WARNING"}
| **Filesystem storage** | 4.9 TB |

These defaults are sufficient to satisfy the majority of use cases. However, you can configure a new maximum size for backup files for the storage you use. To do this, define the file size in GB for the `maxObjSizeGB` configuration parameter.
Expand Down
14 changes: 14 additions & 0 deletions docs/install/backup-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,20 @@
key: <your-access-key>
```

=== "Alibaba Cloud Storage"

Check failure on line 69 in docs/install/backup-storage.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/install/backup-storage.md#L69

[Vale.Spelling] Did you really mean 'Alibaba'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Alibaba'?", "location": {"path": "docs/install/backup-storage.md", "range": {"start": {"line": 69, "column": 10}}}, "severity": "ERROR"}

Check warning on line 69 in docs/install/backup-storage.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/install/backup-storage.md#L69

[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.
Raw output
{"message": "[Google.WordList] Use 'Google Cloud Platform' or 'GCP' instead of 'Cloud'.", "location": {"path": "docs/install/backup-storage.md", "range": {"start": {"line": 69, "column": 18}}}, "severity": "WARNING"}

```yaml
storage:
type: oss
oss:
region: eu-central-1
bucket: your-bucket-name
endpointUrl: https://oss-eu-central-1.aliyuncs.com
credentials:
accessKeyID: "STS.****************"
accessKeySecret: "3dZn*******************************************"
```

=== ":material-file-tree: Shared local filesystem"

```yaml
Expand Down
Loading