Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add collect data's task failed with terminated unexpectely #654

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
5 changes: 5 additions & 0 deletions docs/Troubleshooting/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ description: >
The cause is the `devlake` container trying to decrypt data in the database with the wrong key.
Please check the [GettingStarted/Upgrade](../GettingStarted/Upgrade.md) doc for more detail.

### `process was terminated unexpectedly` error

when collect datas, the task was failed. The cause is the `devlake` container and `grafana` container 's volumes not have the permissions to write. it need to change the permissions of the volumes mounting directory of a and b to 777
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used GPT to paraphrase the sentence:
The data collection process encountered a failure due to insufficient permissions for writing in the volumes of the 'devlake' and 'grafana' containers. To resolve this, it is necessary to modify the permissions of the mounting directory for both 'a' and 'b' volumes to 777.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ningjunwei Then can you update the PR? I can't modify it on your behalf.



## None of them solve your problem?

Sorry for the inconvenience, please help us improve by [creating an issue](https://github.com/apache/incubator-devlake/issues)