Skip to content

Commit

Permalink
PBM-1215 Removed install editor step as it is part of the image now
Browse files Browse the repository at this point in the history
docs/install/docker.md
  • Loading branch information
nastena1606 committed Dec 4, 2023
1 parent 3172a10 commit e982ce2
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions docs/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,13 @@ Percona Backup for MongoDB requires the remote storage where to store data. Use
$ docker exec -it -u root --name <container-name> bash
```

2. Download the editor of your choice. In this example, let's use Vim
```{.bash data-prompt="$"}
$ microdnf install vim
```
3. Create a YAML configuration file:
2. Create a YAML configuration file:

```{.bash data-prompt="$"}
$ vim /tmp/pbm_config.yaml
$ vi /tmp/pbm_config.yaml
```

4. Specify remote storage parameters in the config file. The following example is for S3-compatible backup storage. Check what [other storages are supported](../details/storage-configuration.md) and [examples of storage configurations](../details/storage-config-example.md):
3. Specify remote storage parameters in the config file. The following example is for S3-compatible backup storage. Check what [other storages are supported](../details/storage-configuration.md) and [examples of storage configurations](../details/storage-config-example.md):

Check failure on line 51 in docs/install/docker.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/install/docker.md#L51

[Vale.Spelling] Did you really mean 'storages'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'storages'?", "location": {"path": "docs/install/docker.md", "range": {"start": {"line": 51, "column": 135}}}, "severity": "ERROR"}

Check notice on line 51 in docs/install/docker.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/install/docker.md#L51

[Google.Passive] In general, use active voice instead of passive voice ('are supported').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('are supported').", "location": {"path": "docs/install/docker.md", "range": {"start": {"line": 51, "column": 144}}}, "severity": "INFO"}

```yaml
storage:
Expand All @@ -67,7 +61,7 @@ Percona Backup for MongoDB requires the remote storage where to store data. Use
secret-access-key: <your-secret-key-here>
```

5. Upload the config file:
4. Upload the config file:

```{.bash data-prompt="$"}
$ pbm config --file /tmp/pbm_config.yaml
Expand Down

0 comments on commit e982ce2

Please sign in to comment.