Hi all,

I am using attachment_fu and db_file as the storage engine. I use
Heroku yaml_db for storing some sample attachments. I use MySQL as my
development platform. But when I do db:data:load on Heroku, I got the
follow error messages.

>> db:data:load
rake aborted!
PGError: ERROR: invalid byte sequence for encoding "UTF8": 0xff
HINT: This error can also happen if the byte sequence does not match
the encoding expected by the server, which is controlled by
"client_encoding".
: INSERT INTO db_files (id,data,created_at,updated_at) VALUES
(E'1',E'���� ',E'2008-04-15 01:16:52',E'2008-04-15 01:16:52')

(See full trace by running task with --trace)
(in /mnt/home/userapps/12899)

The data field should be about 30KB in size. Do you have any
suggestions on how to deal with this? Thanks a lot.
--~--~---------~--~----~------------~-------~--~----~
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