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

Heroku db:push You may have encountered a bug in the Ruby interpreter or extension libraries. #122

Open
g-pavlik opened this issue Nov 10, 2012 · 2 comments

Comments

@g-pavlik
Copy link

here's dump, I'll gladly give more information if needed
https://gist.github.com/4052010

@will
Copy link

will commented Sep 3, 2013

heroku db:push will soon be replaced with pg:push, which won't use taps, so wouldn't have this problem. It'll have all of its own, new problems! If you want a preview check out heroku/heroku-pg-extras#42

@skull-squadron
Copy link

Probably can close this, as pg:push/:pull/etc. are already implemented.

Also, root cause of this issue could be an impedance mismatch between the native extensions on ruby interpreter version (1.9.3) and the rvm gemset version (1.8.7).

Also^2, just back/forthed someone at heroku, taps is mostly for use-cases where either one of the client/server is internet-accessible (not as secure, harder to work with corporate firewalls). This gem is still really useful for quick/dirty on-prem, on-network usage.

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

No branches or pull requests

3 participants