Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/release-notes/3.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ hidden: 0

PMM 3.6.0 introduces High Availability monitoring capabilities, and with this, new API endpoints for programmatic access to HA cluster status. These endpoints support the broader HA monitoring features added in this release, including the HA status indicator, Inventory visibility, and HA Overview dashboard.

For full details on HA monitoring capabilities, see the [PMM 3.6.0 release notes](https://per.co.na/3.6.0).
For full details on HA monitoring capabilities, see the [PMM 3.6.0 release notes](https://per.co.na/pmm/3.6.0).

### New endpoints

Expand Down
Binary file added documentation/docs/assets/pmm-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions documentation/docs/release-notes/3.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,9 @@ To further reduce exposure, Percona recommends:

## 🔶 Known issues

### Changing internal PostgreSQL password may fail due to lock
### Changing admin user password may fail due to a database lock

In rare cases, running the following command to change the internal PostgreSQL password:
In rare cases, running the following command to change the admin user password:

```sh
docker exec pmm-server change-admin-password 'admin1'
Expand Down
Loading