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

rake db:data:load gets stuck on Linux but not on OS X?!? #95

Open
gamov opened this issue Apr 29, 2016 · 0 comments
Open

rake db:data:load gets stuck on Linux but not on OS X?!? #95

gamov opened this issue Apr 29, 2016 · 0 comments

Comments

@gamov
Copy link

gamov commented Apr 29, 2016

When I load data with db:data:load on OS X with same version of ruby/rails/mysql, it works but when I do the same on Ubuntu it gets stuck after a while (mysqld and ruby stop using CPU time after a while).
Each time I cancel the task with --trace, it is waiting on:

 .../vendor/bundle/ruby/1.9.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:287:in `query'

I really wonder where should I look for a potential fix?
I love this gem, very elegant to migrate data from one database to another.

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

1 participant