compose.yaml no such file or directory
when running ./setup.sh file it stops at Initializing Redash database with the error stat /opt/redash/compose.yaml: no such file or directory
but the file does exist
this is the error and the /opt/redash directory screenshots
Oh, that sounds weird.
Is there any chance there's some kind of permissions problem? Something along the lines of the piece that tries accessing the compose.yaml file in your case doesn't have permission to look inside the /opt/redash directory?
@eliKeetch Did you ever get this figured out? :smile:
same problem when starting setup.sh
I am facing same issue. I have gave full permission in my WSL to /opt folder. However, I am keep getting below error.
`imvjsai@Sai:~/redash/setup/setup$ sudo ./setup.sh --overwrite
Redash installation script. :)
Docker and Docker Compose are already installed, so skipping that step. ** Creating /home/imvjsai/redash directory structure for Redash ** ** Creating Redash environment file ** Generating brand new environment file ** Creating Redash Docker compose file ** ** Fetching latest stable Redash version ** ** Using latest stable Redash version: 25.8.0 ** ** Creating redash_make_default.sh script **
** Starting Redash **
** Initialising Redash database ** [+] Creating 1/1 ✔ Container redash-redis-1 Running 0.0s [+] Running 0/1 ⠋ Container redash-postgres-1 Starting 0.0s Error response from daemon: error while creating mount source path '/opt/redash/postgres-data': mkdir /opt/redash: read-only file system`