Skip to content

Commit

Permalink
Add Elasticsearch troubleshooting tips
Browse files Browse the repository at this point in the history
  • Loading branch information
hjhsalo authored Aug 1, 2024
1 parent a1128ac commit 6463a9c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ cp b2share.env .env
docker-compose up
```

## Troubleshooting

If you get access right errors from Elasticsearch like `Unable to access 'path.data' (/usr/share/elasticsearch/data/elasticsearch)`
should create and chown ./data/elasticsearch-data :

`$ chown 101:101 ./data/elasticsearch-data/`


## Usage with B2SHARE configloader

With B2SHARE v2.3.0 a new configuration loader has been introduced. Because of this, all environment variables for b2share image has to start with prefix `B2SHARE_`
Expand Down

0 comments on commit 6463a9c

Please sign in to comment.