You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the record, I fell into the same issue. Maybe it's generic, or maybe related to my setup (MacBook M1). On my machine it was caused by the fact that after cloning the repo, in the folder assets/build, install.sh has the correct flags set (i.e. x), while initdb.sh is not marked as executable. If you check your logs, you will see that the Postgres container will have an error towards the top of the file. Quick fix - chmod +x assets/build/initdb.sh , docker compose down -v (erase all volumes prior to restarting) , docker compose up -d
I don't seem to find a solution to this error I'm encountering
The text was updated successfully, but these errors were encountered: