ensignavenger
ensignavenger
Thank you for responding and for your work providing Wagtail! I agree it probably would not be too much work to get Open Search working with minimal changes to the...
Getting the same error but using Docker Compose instead of Kubernetes. My log: ```json {"reqId":"CsmaTyEdjJhymt1vrdQM", "level":3, "time":"2024-08-16T16:19:16+00:00", "remoteAddr":"myipaddress", "user":"--", "app":"PHP", "method":"POST", "url":"/", "message":"session_start(): Failed to read session data: redis (path:...
> ```shell > env | grep REDIS_HOST > ``` I followed this suggestion on my setup, and confirmed the envars are set. ```env REDIS_HOST_PORT=6379 REDIS_HOST_PASSWORD_FILE=/run/secrets/valkey_password REDIS_HOST=valkey ```
It sounds like what you are wanting is the flow as described in this video - https://www.youtube.com/watch?v=aEpT2fYGwLw Does that look like what you are wanting? I haven't tried it yet...