-
Notifications
You must be signed in to change notification settings - Fork 182
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
No Postgres binary found for Windows / x86 #144
Comments
We don’t support 32 bit sorry . |
Thanks @mikebell90 , but my system is not 32bit: |
@andrewriver ,
So if you manually set the system property |
@pumbabughunter Thank you for your suggestion. |
@andrewriver Hey, Can you please explain the steps you have followed to solve the issue |
Hey @cher1998, I had the same issue and what I did to fix it was: |
As noted we've released 1.0.0 which is testcontainers based. We expect this resolves the issue, assuming postgres maintains an x86 docker image, and while PRs are welcome against the legacy branch, we are not planning on formally maintaining pre-1.xx code base. |
When running
mvn clean install
I'm getting this error in one of my tests where I use embedded postgres. I think is something related with Unable to run on Windows or Illegal State issue from initdb, but I haven't found the solution regardless the actions suggested there.Environment:
Error:
Any help would be so appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: