From 927b44a9fd5c4f1eb058a8de67107d868b1022cd Mon Sep 17 00:00:00 2001 From: rasika-chivate <95711051+rasika-chivate@users.noreply.github.com> Date: Wed, 26 Jul 2023 12:42:33 +0530 Subject: [PATCH 1/4] PMM-12231 PMM disallowv-installvremovevplugins --- docs/how-to/troubleshoot.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/how-to/troubleshoot.md b/docs/how-to/troubleshoot.md index 6ee32429b4..c83d6550f1 100644 --- a/docs/how-to/troubleshoot.md +++ b/docs/how-to/troubleshoot.md @@ -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 allows 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 accessing the directory. + +**Solution** + +Set the user ownership on the directory`/srv/grafana/plugins` to `grafana:grafana`. From 0f866c5031455d091ecce0012a6d5371f7404287 Mon Sep 17 00:00:00 2001 From: Rasika Chivate <95711051+rasika-chivate@users.noreply.github.com> Date: Wed, 26 Jul 2023 12:52:37 +0530 Subject: [PATCH 2/4] Update docs/how-to/troubleshoot.md Co-authored-by: Alex Tymchuk --- docs/how-to/troubleshoot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/troubleshoot.md b/docs/how-to/troubleshoot.md index c83d6550f1..a4bddbd7e8 100644 --- a/docs/how-to/troubleshoot.md +++ b/docs/how-to/troubleshoot.md @@ -184,7 +184,7 @@ Long query examples and fingerprints can be truncated to 1024 symbols to reduce ### Plugins issues -**PMM does not allows to install, upgrade or remove plugins** +**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 accessing the directory. From b293a469433cf3548499a2970d927d60eca785f1 Mon Sep 17 00:00:00 2001 From: Rasika Chivate <95711051+rasika-chivate@users.noreply.github.com> Date: Wed, 26 Jul 2023 12:52:50 +0530 Subject: [PATCH 3/4] Update docs/how-to/troubleshoot.md Co-authored-by: Alex Tymchuk --- docs/how-to/troubleshoot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/troubleshoot.md b/docs/how-to/troubleshoot.md index a4bddbd7e8..8d5fea8c0f 100644 --- a/docs/how-to/troubleshoot.md +++ b/docs/how-to/troubleshoot.md @@ -186,7 +186,7 @@ Long query examples and fingerprints can be truncated to 1024 symbols to reduce **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 accessing the directory. +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** From b2613c6bb3076f879df00f3c37bb4aa13f85f87c Mon Sep 17 00:00:00 2001 From: rasika-chivate <95711051+rasika-chivate@users.noreply.github.com> Date: Wed, 26 Jul 2023 12:53:48 +0530 Subject: [PATCH 4/4] Update troubleshoot.md --- docs/how-to/troubleshoot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/troubleshoot.md b/docs/how-to/troubleshoot.md index c83d6550f1..969d060f90 100644 --- a/docs/how-to/troubleshoot.md +++ b/docs/how-to/troubleshoot.md @@ -190,5 +190,5 @@ Users have encountered issues with installing, updating and removing plugins fro **Solution** -Set the user ownership on the directory`/srv/grafana/plugins` to `grafana:grafana`. +Set the ownership on the directory`/srv/grafana/plugins` to `grafana:grafana`.