getredash / setup

Setup scripts for Redash Cloud Images
BSD 2-Clause "Simplified" License
303 stars 383 forks source link

compose.yaml no such file or directory #72

Open eliKeetch opened 2 months ago

eliKeetch commented 2 months ago

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

justinclift commented 2 months ago

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 commented 1 month ago

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