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
Once I got past this error, and then run this later again, I would get some errors that the data in dev-resources/import_test_data.sh was trying to run again and would throw errors. So if we skip this step in future, it will work ok.
Also there is a weird versioning of Postgres issue throughout all of this, the Compose currently declares 16, while with Yum we cant install the CLI client (we have to use 15 above) and the Dockerfile in the dev-postgres folder points to 13. When I tried using the 17 version, it complained about the data directory being used is 13 and incompatible with 17, so I suspect this is all just a mess at the moment and might take some time to clear up.
I am getting this error when running
make docker-compose
One thing though, I don't have a .env file, in case it is required. I couldn't find any .env.example file in the server directory
The text was updated successfully, but these errors were encountered: