Unable to start pageserver using docker-compose #8691
Replies: 4 comments
-
Likely the new https://discord.com/channels/1176467419317940276/1184894814769127464/1266346201234804827
|
Beta Was this translation helpful? Give feedback.
-
Also, please provide the pageserver log output. |
Beta Was this translation helpful? Give feedback.
-
Pageserver startup failed with no log output. I'm not sure where to go to check the logs, so I modified the image startup method and went to check. I found that the files were mounted correctly. Do you know how to see the logs? I see it has restarted dozens of times in a short period of time. It would be great if I could see the logs. Or could you tell me the startup command for the page server so that I can try it out in the container. |
Beta Was this translation helpful? Give feedback.
-
@william-lbn FYI, we recently added a README in
There has been some discussion on the #neon-oss discord channel (https://discord.gg/92vNTzKDGp) about creating a kubernetes operator for running Neon services, which would provide a nicer way to manage compatibility of things like config files -- currently the neon binaries have backward compatibility for things like configs for about 2 weeks, as we release the code into our production environment at least weekly (but are open to working with the community on approaches to make things easier for self-hosted folks) |
Beta Was this translation helpful? Give feedback.
-
Steps to reproduce
follow https://github.com/neondatabase/neon/blob/main/docs/docker.md on mac pro
Expected result
neon work it.
Actual result
neon pageserver failed.
By checking docker-compose.yml, it was found that the pageserver had modified the startup method, but no entry for the startup command was found
Add the startup command and enter the container to view
The file mounting is correct
Pageserver is missing a startup command? or Is there no command to start the pageserver?
What is the startup command for pageserver?
Beta Was this translation helpful? Give feedback.
All reactions