-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running docker setup on Ubuntu #28
Comments
Hi there! Have you created a data directory and run the associated Postgres database container? There are instructions here on how to get going with the Docker images and docker-compose file: https://github.com/quru/qis/blob/master/doc/running.md#docker But briefly a minimal setup is:
|
Hi, yeah actually I faced an issue of Because of this error I then tried installing postgres natively on Ubuntu on. Then hooking in via adding There are such logs in
So all in all I think there is some permission setup going wrong or missing. |
OK I understand. The difference is I'm running Docker for Mac whereas you're running proper Docker on Linux. On Linux when mounting a directory from the host into the container, the directory on the host must be owned by the correct user ID otherwise you'll get these "permission denied" errors. The documentation is missing this part. I'll find out what the correct IDs should be and update the docs with the fix. |
I have revised the
with the rest being as before. This fixes the permissions errors. But in testing this I've found an intermittent timing problem whereby sometimes the first few log file entries are lost. Since the first logs include the generated password for logging in, this is a problem. You might get lucky and not hit this, but there's another fix to come yet. |
Hopefully these issues are all fixed now. Please can you run a |
@fozcode Thanks for the updates. It works without issues now. 🙂 |
Looks like there is a missing configuration in the docker image?
Logs:
The text was updated successfully, but these errors were encountered: