Skip to content

Commit

Permalink
PMM-8331 PMM Backup documentation may not be accurate any more (perco…
Browse files Browse the repository at this point in the history
…na#539)

Co-authored-by: PaulJacobs-percona <[email protected]>
  • Loading branch information
adivinho and PaulJacobs-percona authored Jun 30, 2021
1 parent e85a8e4 commit bd364af
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/setting-up/server/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ How to run PMM Server with Docker based on our [Docker image].
1. Change directory to the backup directory (e.g. `pmm-data-backup`).
1. Remove Victoria Metrics data folder.
```sh
docker run --rm --volumes-from pmm-data -it percona/pmm-server:2 rm -r /srv/victoriametrics/data
```
1. Copy the data.
```sh
Expand Down Expand Up @@ -357,4 +362,4 @@ If the host where you will run PMM Server has no internet connection, you can do
[Docker compose]: https://docs.docker.com/compose/
[PMMC_COMPOSE]: ../client/index.md#docker-compose
[trusted certificate]: ../../how-to/secure.md#ssl-encryption
[Easy-install script]: easy-install.md
[Easy-install script]: easy-install.md

0 comments on commit bd364af

Please sign in to comment.