Skip to content

Commit

Permalink
PG-1021 Added a requirement to run the latest percona-release (#662)
Browse files Browse the repository at this point in the history
modified:   docs/minor-upgrade.md
	modified:   docs/telemetry.md

Signed-off-by: Anastasia Alexadrova <[email protected]>
  • Loading branch information
nastena1606 authored Sep 11, 2024
1 parent cb96a57 commit 8595f1c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/major-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Run **all** commands as root or via **sudo**:
1. Install Percona Distribution for PostgreSQL 15 packages.


* [Install percona-release :octicons-link-external-16:](https://docs.percona.com/percona-software-repositories/installing.html)
* [Install percona-release :octicons-link-external-16:](https://docs.percona.com/percona-software-repositories/installing.html). If you have installed it before, [update it to the latest version](https://docs.percona.com/percona-software-repositories/updating.html)

* Enable Percona repository:

Expand Down
13 changes: 6 additions & 7 deletions docs/minor-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ Minor upgrade of Percona Distribution for PostgreSQL includes the following step

1. Stop the `postgresql` cluster;

2. Update `percona-release`
3. Install new version packages;

2. Install new version packages;


3. Restart the `postgresql` cluster.
4. Restart the `postgresql` cluster.

!!! note

Expand Down Expand Up @@ -44,12 +43,12 @@ Run **all** commands as root or via **sudo**:
$ sudo systemctl stop postgresql-15
```

2. [Update `percona-release` to the latest version](https://docs.percona.com/percona-software-repositories/updating.html).


2. Install new version packages. See [Installing Percona Distribution for PostgreSQL](installing.md).
3. Install new version packages. See [Installing Percona Distribution for PostgreSQL](installing.md).


3. Restart the `postgresql` service.
4. Restart the `postgresql` service.


=== "On Debian / Ubuntu"
Expand Down
2 changes: 1 addition & 1 deletion docs/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Percona collects usage data to improve its software. The telemetry feature helps us identify popular features, detect problems, and plan future improvements. All collected data is anonymized so that it can't be traced back to any individual user.

Currently, telemetry is added only to the Percona packages and to Docker images.
Currently, telemetry is added only to the Percona packages and to Docker images. It is enabled by default so you must be running the latest version of `percona-release` to install Percona Distribution for PostgreSQL packages or update it to the latest version.

## What information is collected

Expand Down

0 comments on commit 8595f1c

Please sign in to comment.