-
Notifications
You must be signed in to change notification settings - Fork 119
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
Not working properly with docker #62
Comments
I am quite sure it works with PostgreSQL 9.4 as this project is 2-3 years old and I have used every PostgreSQL database version ever since. |
Also got this error today:
|
Turns out stellar is not working properly with docker. All due to the fact that docker container exits when its main process finishes. But here we see that stellar forks main process. That's why it was working not properly. I have two choices:
I chose second option and my wrapper script looks like this:
My docker configs: https://gist.github.com/adisos/c6a3daf47abf76f465a7a21b93b2562f |
Thank you @adisos for your debugging effort and explanation of the issue! For such use cases it would make sense to have some kind of |
I used this docker image:
https://hub.docker.com/r/k0st/alpine-postgres/
After I decided to update to 9.5 and it works fine.
Before this I got something "Database not exists" if I try to restore snapshot.
This issue just for information for new users. But I will add failing test case a little bit later (may be in a week or so) so somebody also can reproduce issue.
Update:
I found out the problem: #62 (comment)
The text was updated successfully, but these errors were encountered: