Elastic search not working on Raspiberry Pi 4
atb00ker opened this issue · 1 comments
When I try to install on Pi4 with fulltextsearch_enabled = true
, I get to an error that elasticsearch:7.6.2
is not avaliable for the architecture.
Is it a known behavior and we should add it in the README with Onlyoffice and Collabora work only on a x86_64 server because there are no ARM(64) images.
or is it an unexpected behavior and I am missing some configuration?
yes. there is no arm64 image of elasticsearch 7.6.2
https://hub.docker.com/_/elasticsearch?tab=tags&page=1&ordering=last_updated&name=7.6.2
you may try a newer version by changing the following line. nevertheless i can't tell you if it would work.
nextcloud_on_docker/group_vars/all.yml
Line 30 in 2845f72