-
-
Notifications
You must be signed in to change notification settings - Fork 143
0.23.6 container dawarich_app is unhealthy #814
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
Comments
Please read release notes to 0.23.6 and this issue: #811 |
@Freika : thanks, this helped almost. I changed dockerCompos.yml. |
@reichi62 have you tried |
Hi,
I guess I will roll back and monitor the status of postgis/docker-postgis#216 for now ! |
@RobinFrcd can you try building your own image? Theoretically it should work: you can take these files: https://github.com/postgis/docker-postgis/tree/master/17-3.5/alpine And then build an image with the following command: |
Thanks for the quick answer ! Sadly, the build fails with:
Will try to dig into that when I have more time, but for now the 0.23.5 works super fine for me ! And
doesn't work either. Thanks ! |
@RobinFrcd and same for |
@Freika I could successfully build the image based on the files from https://github.com/postgis/docker-postgis/tree/master/17-3.5/alpine with command
When I run
To me, it sounds like the database conversion from v14 to v17 did not work. But I have insufficiont knowledge about this. |
@reichi62 hmmm, can you try with postgis 14 then? |
@Freika Success! With postgis 14 image I could start the services. This time I started each service seperately:
I really checked that the service was ready and healthy with |
@reichi62 Would you mind sharing docker information on your system ?
|
@RobinFrcd
|
OS & Hardware
Host: raspi4 Kernel: 6.6.62+rpt-rpi-v8 arch: aarch64 bits: 64 Console: pty pts/0 Distro: Debian GNU/Linux 12 (bookworm)
Version
0.23.6
Describe the bug
The Container dawarich_app does not start properly. See section screenshot.
Expected behavior
The Container dawarich_app should start like before.
Screenshots
Logs
dawarich_app | Caused by:
dawarich_app | PG::UndefinedFile: ERROR: could not open extension control file "/usr/local/share/postgresql/extension/postgis.control": No such file or directory (PG::UndefinedFile)
Comments
I had the version 0.23.5 up and running without issues.
The text was updated successfully, but these errors were encountered: