-
Notifications
You must be signed in to change notification settings - Fork 467
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
"Could not Start Server" when using Podman #382
Comments
Hi @andrewduss would you be able to test with the corresponding postgres images from which the postgis images are based and see if you observe the same behavior regarding docker desktop for macos versus your podman environment? Thanks! |
This documentation at https://github.com/eriksjolund/podman-detect-option#example-3-use-detected-option-when-running-postgres-on-macos |
Using the
Using the PostGis image, and still not starting even after adding the
Log
Podman connections:
From the log output, it looks like the error is somewhere in the initialization script that PostGis uses. Is there a verbose logging option for the startup script? Curious if anyone else sees this issue using podman. |
Unfortunately, I cannot replicate the issue on my system (Ubuntu Linux + podman version 4.9.3 + X86-64 ). Question:
Suggestion:You should test whether the platform (x86 vs. amd64) might be causing the issue!
It's possible that in this case, you are using the default Test case suggestions (no volume, no port..):
Other test ideas:You might also want to test using the And other test ideas (from the PostGIS Matrix chat):
|
I've run into an issue with starting the Postgis container while using Podman on an M3 Mac, Sonoma 14.4.1. When starting any postgis image not
:latest
, it is unable to start:Log snippet:
When I run the exact same command using docker desktop, the image starts and runs normally. I've experienced this error with the tags
15-master
,15-3.4
,14-master
,14-3.4
, and14.3.3
My docker run command is the following
and image digests
Any ideas what could be happening here?
The text was updated successfully, but these errors were encountered: