I've got a similar problem - trying to push a Mysql database (from a
Radiant app)

$ heroku db:push 
mysql://username:passw...@localhost/craic_web_production?encoding=latin1
Sending schema
Sending data
9 tables, 172 records
config:        100% |==========================================| Time:
00:00:00
extension_met: 100% |==========================================| Time:
00:00:00
layouts:       100% |==========================================| Time:
00:00:00
page_parts:    100% |==========================================| Time:
00:00:01
pages:         100% |==========================================| Time:
00:00:00
!!! Caught Server Exception                                    | ETA:
--:--:--
Taps Server Error: PGError ERROR:  value "20081203140407" is out of
range for type integer

I've tried it with no encoding or utf8 - same error

The offending 'integer' looks like a timestamp to me, so maybe this is
a problem with taps interpreting the schema?

It's my first heroku deployment, so I may well be missing something
obvious

thanks
--Rob Jones




--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to