-
Notifications
You must be signed in to change notification settings - Fork 229
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
Version 6.0: elasticsearch not configured #358
Comments
I can confirm this is the case on Ubuntu 22.04/Docker version 24.0.2, build cb74dfc/Docker Compose version v2.18. However, I notice that accessing the rails console doesn't seem to access the production database:
I believe this is because the entrypoint doesn't initialize the appropriate environment variables:
It could be a case of adding an I could be wrong, of course 😄 |
The following seems to work: docker compose exec zammad-scheduler bash -c "source /docker-entrypoint.sh && rake zammad:searchindex:rebuild
" So this confirms the console environment docker compose exec zammad-scheduler rake zammad:searchindex:rebuild |
Hi there! Recently, there was a small change that could solve the reported behavior here: zammad/zammad@6dc6b0f |
Should be fixed by #366 |
…x passing of database credentials to containers * Fix passing of database credentials to containers. * Bump Zammad image version in .env.
Infos
Expected behavior
Actual behavior
elasticsearch
seems to be gone afterzammad-init
is finished.zammad-init
does sucessfully rebuilding searchindexes,...zammad-elasticsearch
is still up and running without errors, but it seems, thatelasticsearch
is gone somehow:Steps to reproduce the behavior
Thanks in advance: for any hint and your fantastic work!
Gregor
The text was updated successfully, but these errors were encountered: