Skip to content

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

Open
@gamov

Description

@gamov

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions