-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
missing pg_hba.conf entry #591
Comments
I have also experienced this behavior, (having now gotten a brand-new fresh docker-compose.yml to overcome my postgresql.conf.example problem) stays unhealthy, outputs a log line like this: |
I tried to reproduce it by setting up new instance on my hardware and haven't succeeded, is there something unusual about your OS/hardware? |
not that I know of?
Server: Docker Engine - Community running as root, with no docker containers running, and the only other image in the system being "hello world", I did: docker compose up -droot@racknerd-d0aa5d1:/opt/dawarich# docker compose up -d I used apt-get to install docker, I think just before Christmas. |
I have now tried the whole thing again with the latest version of docker-compose.yml - now everything starts as it should. |
Describe the bug
The dawarich_app container does not start with a fresh installation. The following error message appears. And the container stay in on a unhealthy status.
Version
0.21.0
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A running dawarich_app container.
Logs
https://pastebin.com/raw/WR29yyw6
Additional context
Tested on a fresh Ubuntu24 vm.
The text was updated successfully, but these errors were encountered: