@@ -105,7 +105,7 @@ The following is an example of the collected data generated by the `percona_pg_t
105
105
```json
106
106
{
107
107
"db_instance_id": "7310358902660071382",
108
- "pillar_version": "16.3 ",
108
+ "pillar_version": "17.0 ",
109
109
"uptime": "36",
110
110
"databases_count": "2",
111
111
"settings": [
@@ -195,7 +195,7 @@ The following is an example of a Telemetry Agent payload:
195
195
},
196
196
{
197
197
"key" : " pillar_version" ,
198
- "value" : " 16.3 "
198
+ "value" : " 17.0 "
199
199
}
200
200
]
201
201
}
@@ -267,15 +267,15 @@ If you decide not to send usage data to Percona when you install the software, y
267
267
Add the environment variable before the installation process.
268
268
269
269
```{.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}}
271
271
```
272
272
273
273
=== "Red Hat-derived distribution"
274
274
275
275
Add the environment variable before the installation process.
276
276
277
277
```{.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}}
279
279
```
280
280
281
281
=== "Docker"
@@ -375,7 +375,7 @@ To disable the Metrics File creation, stop and drop the `percona_pg_telemetry` e
375
375
=== " :material-redhat: On Red Hat Enterprise Linux and derivatives"
376
376
377
377
` ` ` {.bash data-prompt="$"}
378
- $ sudo systemctl restart postgresql-16
378
+ $ sudo systemctl restart postgresql-{{pgversion}}
379
379
` ` `
380
380
381
381
0 commit comments