Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
chore: fix the formatting of OR options
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Nov 20, 2024
1 parent 87934a1 commit cf15f43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/pmm-upgrade/migrating_from_pmm_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ Before upgrading to PMM 3, ensure your PMM 2 Server is running the latest versio

3. Identify data container using either:

- ```sh
docker ps -a --filter "status=created"
```
```sh
docker ps -a --filter "status=created"
```
OR
OR

- ```sh
```sh
{% raw %}
docker inspect -f '{{ range .Mounts }}{{ if eq .Type "volume" }}{{ .Name }}{{ "\n" }}{{ end }}{{ end }}' <pmm-server>
{% endraw %}
Expand Down

0 comments on commit cf15f43

Please sign in to comment.