I'm trying to transfer a Radiant app to Heroku - I've got all the files
moved over but somewhere in the process all my CRLF line terminators are
being output explicitly as '\015\012' strings - so everything appears to be
screwed up.

Where might this be happening?

I'm using the recommended steps from this Heroku blog (
http://blog.heroku.com/archives/2009/3/26/radiant_cms_in_5_minutes_or_less/)

$ heroku db:push mysql://username:passw...@localhost
/craic_web_production?encoding=utf8
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
schema_migrat: 100% |==========================================| Time:
00:00:00
sessions:      100% |==========================================| Time:
00:00:00
snippets:      100% |==========================================| Time:
00:00:00
users:         100% |==========================================| Time:
00:00:00
Sending indexes
Resetting sequences

If I just use heroku db:push it pushes the development database

I'm guessing this is a Heroku transfer issue - anyone got any thoughts?

I know I can change the way MySQL handles CRLF in mysqldump - but in Radiant
and Heroku all the detail is packaged up and kept out of the  way. Sometimes
that is great - other time, not so much...

thanks
--Rob Jones
_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to