setup
setup copied to clipboard
Setup scripts for Redash Cloud Images
Hi! Just wanted to point out an error I was able to work around. I received the following error:  I was able to work around this by navigating to...
Please include LDAP3 libs in the container builds. Scheduler container keeps crashing with: `The ldap3 library was not found. This is required to use LDAP authentication (see requirements.txt).`
As described here: https://github.com/getredash/redash/blob/master/CHANGELOG.md#upgrading
Curl is used for everything else, so might as well get rid of wget. :smile:
Fixes #27
I am getting this error when I run setup.sh, Actually I am using Dockerfile to run this script taking Docker machine locally using `docker build . -t redashtest` My Dockerfile:...
It would be nice to have this repository updated for Redash v10.
After removing redash from a server any use of docker-compose yields the following error: ``` ERROR: .FileNotFoundError: [Errno 2] No such file or directory: '/opt/redash/docker-compose.yml' ``` This effectively makes docker-compose...
The detail error logs ```text scheduler_1 | [2021-02-05 12:55:02,083][PID:25][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details) scheduler_1 | [2021-02-05 12:55:02,085][PID:1][INFO][MainProcess] Received task: redash.tasks.sync_user_details[be809368-b74a-4e42-ac62-945db29f570b] expires:[2021-02-05 12:55:47.083909+00:00] scheduler_1 | [2021-02-05 12:55:02,087][PID:24][INFO][ForkPoolWorker-2] Task redash.tasks.sync_user_details[be809368-b74a-4e42-ac62-945db29f570b]...
A duplicate of #28 with additional commits that automatically address incorrect style, created by [Restyled][]. :warning: Even though this PR is not a Fork, it contains outside contributions. Please review...