Nico Kaiser <[EMAIL PROTECTED]> wrote:

>       Hi!
> 
> I'm considering moving my Midgard based website to UTF-8.
> 
> Is there a simple way to do this? And is there a way that's *not*
> repligard-exporting and then repligard-importing the whole Sitegroup but
> e.g. only exporting and importing the mySQL database? I have lots of
> Attachments, and exporting all them to a repligard file would be a real
> pain...
> 

I think , that You have no other choice like export all :(

Or:

1.
         Edit repligard sources to avoid exporting blobs (yeah, crazy enough)
2. 
        a. Make big array for all objects and its attachments 
                $att->id => $object->id
        b. delete blobs definition from repligard.xml file
        c. export db , and then import 
        d. export blobs table and import with mysql 
        e. manually update all attachments pids for correct objects

Not elegant , but it was the first thing which came to my mind. 
And AFAIR there were problems with huge files exported with repligard.

Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to