Skip to content

Commit

Permalink
upgrade-monitoring-services: fix path errors (#15919) (#15930)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jan 2, 2024
1 parent 70bfaa3 commit d30b28a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upgrade-monitoring-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Download a new installation package from the [Prometheus download page](https://
2. Recompress the `./prometheus-v{version}-linux-amd64` directory and name the new compressed package as `prometheus-v{new-version}.tar.gz`, where `{new-version}` can be specified according to your need.

```bash
cd prometheus-v{version}-linux-amd64.tar.gz
cd prometheus-v{version}-linux-amd64
tar -zcvf ../prometheus-v{new-version}.tar.gz ./
```

Expand Down Expand Up @@ -81,7 +81,7 @@ In the following upgrade steps, you need to download the Grafana installation pa
2. Recompress the `./grafana-v{version}-linux-amd64` directory and name the new compressed package as `grafana-v{new-version}.tar.gz`, where `{new-version}` can be specified according to your need.

```bash
cd grafana-v{version}-linux-amd64.tar.gz
cd grafana-v{version}-linux-amd64
tar -zcvf ../grafana-v{new-version}.tar.gz ./
```

Expand Down

0 comments on commit d30b28a

Please sign in to comment.