setup icon indicating copy to clipboard operation
setup copied to clipboard

compose.yaml no such file or directory

Open eliKeetch opened this issue 1 year ago • 4 comments

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

Screenshot 2024-08-30 083356

this is the error and the /opt/redash directory screenshots Screenshot 2024-08-30 083515

eliKeetch avatar Aug 30 '24 13:08 eliKeetch

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?

justinclift avatar Aug 30 '24 16:08 justinclift

@eliKeetch Did you ever get this figured out? :smile:

justinclift avatar Oct 04 '24 08:10 justinclift

same problem when starting setup.sh

buddzbuddy avatar Mar 21 '25 07:03 buddzbuddy

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`

imvjsai avatar Dec 13 '25 17:12 imvjsai