ReinerNippes / nextcloud_on_docker

Run Nextcloud in Docker Container on various Linux Hosts
MIT License
203 stars 48 forks source link

Elastic search not working on Raspiberry Pi 4 #81

Open atb00ker opened 3 years ago

atb00ker commented 3 years ago

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?

ReinerNippes commented 3 years ago

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.

https://github.com/ReinerNippes/nextcloud_on_docker/blob/2845f72ad89b4c399325fc7366de75047275fb59/group_vars/all.yml#L30