Skip to content

Commit 0ad625a

Browse files
committed
Updated PG version for Telemetry
1 parent 6286f43 commit 0ad625a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/telemetry.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The following is an example of the collected data generated by the `percona_pg_t
105105
```json
106106
{
107107
"db_instance_id": "7310358902660071382",
108-
"pillar_version": "16.3",
108+
"pillar_version": "17.0",
109109
"uptime": "36",
110110
"databases_count": "2",
111111
"settings": [
@@ -195,7 +195,7 @@ The following is an example of a Telemetry Agent payload:
195195
},
196196
{
197197
"key": "pillar_version",
198-
"value": "16.3"
198+
"value": "17.0"
199199
}
200200
]
201201
}
@@ -267,15 +267,15 @@ If you decide not to send usage data to Percona when you install the software, y
267267
Add the environment variable before the installation process.
268268

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

273273
=== "Red Hat-derived distribution"
274274

275275
Add the environment variable before the installation process.
276276

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

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

377377
```{.bash data-prompt="$"}
378-
$ sudo systemctl restart postgresql-16
378+
$ sudo systemctl restart postgresql-{{pgversion}}
379379
```
380380

381381

0 commit comments

Comments
 (0)