Skip to content
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

Upgrade embedded-postgres plugin and binaries. #1262

Draft
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

bcipriano
Copy link
Collaborator

Link the Issue(s) this Pull Request is related to.
Fixes #1196.

Summarize your change.
The existing embedded-postgres we're using is old and does not support arm64v8 architecture.

Previously, newer binaries would produce unusual results on arm64v8+Docker -- see zonkyio/embedded-postgres#99 for more details.

That issue is now fixed, and new binaries have been published.

This change still requires us to update one query with a CAST to numeric. However this query fails in the same way both within and without of Docker, so I believe it is related to the new Postgres version rather than the previously mentioned embedded-postgres issue.

Copy link
Collaborator

@DiegoTavares DiegoTavares left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker images don't build on M1 mac
2 participants