getredash / setup

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

compose.yaml no such file or directory #72

Open eliKeetch opened 1 month ago

eliKeetch commented 1 month 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 1 month 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?