Skip to content

Commit

Permalink
Updated PG version for Telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
nastena1606 committed Oct 3, 2024
1 parent 6286f43 commit 0ad625a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The following is an example of the collected data generated by the `percona_pg_t
```json
{
"db_instance_id": "7310358902660071382",
"pillar_version": "16.3",
"pillar_version": "17.0",
"uptime": "36",
"databases_count": "2",
"settings": [
Expand Down Expand Up @@ -195,7 +195,7 @@ The following is an example of a Telemetry Agent payload:
},
{
"key": "pillar_version",
"value": "16.3"
"value": "17.0"
}
]
}
Expand Down Expand Up @@ -267,15 +267,15 @@ If you decide not to send usage data to Percona when you install the software, y
Add the environment variable before the installation process.

```{.bash data-prompt="$"}
$ sudo PERCONA_TELEMETRY_DISABLE=1 apt install percona-ppg-server-16
$ sudo PERCONA_TELEMETRY_DISABLE=1 apt install percona-ppg-server-{{pgversion}}
```

=== "Red Hat-derived distribution"

Add the environment variable before the installation process.

```{.bash data-prompt="$"}
$ sudo PERCONA_TELEMETRY_DISABLE=1 yum install percona-ppg-server16
$ sudo PERCONA_TELEMETRY_DISABLE=1 yum install percona-ppg-server{{pgversion}}
```

=== "Docker"
Expand Down Expand Up @@ -375,7 +375,7 @@ To disable the Metrics File creation, stop and drop the `percona_pg_telemetry` e
=== ":material-redhat: On Red Hat Enterprise Linux and derivatives"

```{.bash data-prompt="$"}
$ sudo systemctl restart postgresql-16
$ sudo systemctl restart postgresql-{{pgversion}}
```


Expand Down

0 comments on commit 0ad625a

Please sign in to comment.