BillBurcham:thought-propulsion Bill$ heroku db:push --app thoughtpropulsionblog 'mysql://root:redac...@localhost/ thoughtpropulsion' Sending schema Sending data 9 tables, 70 records image_placeme: 100% |==========================================| Time: 00:00:00 images: 100% |==========================================| Time: 00:00:00 Internal server error | ETA: --:--:--
Looking at another thread I thought adding encoding spec might work (BillBurcham:thought-propulsion Bill$ heroku db:push --app thoughtpropulsionblog 'mysql://root:redac...@localhost/ thoughtpropulsion?encoding=utf8' ) but it didn't. Thinking maybe some piece of my data was tickling some bug I reloaded my database, this time removing the table after "images". This slightly changed the output: Sending schema Sending data 8 tables, 67 records image_placeme: 100% |==========================================| Time: 00:00:00 images: 100% |==========================================| Time: 00:00:00 open_id_authe: 100% |==========================================| Time: 00:00:00 Internal server error | ETA: --:--:-- Which leads me to suspect that this problem occurs when the first full buffer of data tries to transfer. Verified sequel gem works on my end (e.g. can count records), that's pretty obvious too from the tap output showing "8 tables, 67 records above". Any other ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
