Created
November 25, 2009 15:22
-
-
Save micahbrich/242781 to your computer and use it in GitHub Desktop.
error on heroku db:pull
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Auto-detected local database: mysql://[email protected]/agoodportfolio_development?encoding=utf8 | |
Receiving schema | |
Receiving data | |
6 tables, 4,650 records | |
groups: 100% |==========================================| Time: 00:00:01 | |
schema_migrat: 100% |==========================================| Time: 00:00:00 | |
/Library/Ruby/Gems/1.8/gems/sequel-3.0.0/lib/sequel/adapters/mysql.rb:147:in `query': MySQL server has gone away (Mysql::Error) | |
from /Library/Ruby/Gems/1.8/gems/sequel-3.0.0/lib/sequel/adapters/mysql.rb:147:in `transaction' | |
from /Library/Ruby/Gems/1.8/gems/sequel-3.0.0/lib/sequel/connection_pool.rb:108:in `hold' | |
from /Library/Ruby/Gems/1.8/gems/sequel-3.0.0/lib/sequel/database.rb:461:in `synchronize' | |
from /Library/Ruby/Gems/1.8/gems/sequel-3.0.0/lib/sequel/adapters/mysql.rb:138:in `transaction' | |
from /Library/Ruby/Gems/1.8/gems/sequel-3.0.0/lib/sequel/dataset/convenience.rb:126:in `import' | |
from /Users/moocha/.gem/ruby/1.8/gems/taps-0.2.22/lib/taps/client_session.rb:212:in `cmd_receive_data' | |
from /Users/moocha/.gem/ruby/1.8/gems/taps-0.2.22/lib/taps/client_session.rb:204:in `loop' | |
from /Users/moocha/.gem/ruby/1.8/gems/taps-0.2.22/lib/taps/client_session.rb:204:in `cmd_receive_data' | |
... 10 levels... | |
from /Users/moocha/.gem/ruby/1.8/gems/heroku-1.4/bin/../lib/heroku/command.rb:11:in `run' | |
from /Users/moocha/.gem/ruby/1.8/gems/heroku-1.4/bin/heroku:14 | |
from /usr/bin/heroku:19:in `load' | |
from /usr/bin/heroku:19 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment