Skip to content

Commit

Permalink
PMM- 12231 PMM disallows install remove plugins (#1126)
Browse files Browse the repository at this point in the history
* PMM-12231 PMM disallowv-installvremovevplugins

* Update docs/how-to/troubleshoot.md

Co-authored-by: Alex Tymchuk <[email protected]>

* Update docs/how-to/troubleshoot.md

Co-authored-by: Alex Tymchuk <[email protected]>

* Update troubleshoot.md

---------

Co-authored-by: Alex Tymchuk <[email protected]>
  • Loading branch information
rasika-chivate and Alex Tymchuk authored Jul 26, 2023
1 parent 232fad7 commit 77370bf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/how-to/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,13 @@ There might be multiple places where the problem might come from:
Long query examples and fingerprints can be truncated to 1024 symbols to reduce space usage. In this case, the query explains section will not work.
### Plugins issues
**PMM does not allow to install, upgrade or remove plugins**
Users have encountered issues with installing, updating and removing plugins from PMM. The cause of this issue is the incorrect permissions assigned to the `/srv/grafana/plugins` directory. These permissions are preventing the grafana component from writing to the directory.
**Solution**
Set the ownership on the directory`/srv/grafana/plugins` to `grafana:grafana`.

0 comments on commit 77370bf

Please sign in to comment.