-
Notifications
You must be signed in to change notification settings - Fork 48
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
Segmentation fault: 11 on macOS Monterey #78
Comments
Switching to a newer postgresql binary than the default
|
In case it helps...
But I get the following when I try to run the binary:
Version 11.13 and 12.8 from http://get.enterprisedb.com/postgresql/postgresql-11.13-1-osx-binaries.zip and http://get.enterprisedb.com/postgresql/postgresql-12.8-1-osx-binaries.zip did seem to work for me:
and
|
* Excludat eldre logback-versioner i papertrail pga snyk vulnerability * Endret version av postgresql for zonky i test pga incompatibility i monterey zonkyio/embedded-postgres#78
Thanks a lot for your investigation guys, I will consider upgrading the default version of postgres binaries. |
👍🏻 |
we're running into this as well, the fix from henrik worked great. |
For those using SBT, just append the version you want to your library dependencies:
|
Which dependency manager is this for? Gradle? How to achieve the same in Maven? I tried following link https://github.com/zonkyio/embedded-postgres#postgres-version but didn't solve it for me. |
Yeah, that's Gradle. The linked doc should solve the same thing in Maven, I don't really know why not. |
@tomix26 Do you know what's the timeline for upgrading the default version of Postgres to get this working? I have been using a workaround for a while now. Thanks in advance!! |
What about databases that are below this version and on 10.X? Id love backward compatible support if possible. |
@prabhushrikant For maven you need to have the following in your pom:
|
#78 Upgrade to embedded postgres binaries 14.2
#78 Upgrade to embedded postgres binaries 14.3
The embedded postgres 2.0 has been upgraded to postgres binaries 14.3. This upgrade should resolve all of the issues listed above. |
I seem to be unable to use embedded-postgres (I'm on v
1.3.1
)The text was updated successfully, but these errors were encountered: