Writing such a plugin wouldn't be particularly difficult, but it would have to keep up with the DB schema changes. If nothing else, you could export SQLite to a CSV and then import that into MySQL, or someone could throw together a quick-and-dirty script to migrate you if you eventually do feel the need.
Suffice it to say: there are options. I wouldn't worry about it. :) On Fri, Sep 12, 2008 at 12:16 AM, rick c <[EMAIL PROTECTED]> wrote: > > At the current time there is no way to import a Habari SQLite database > to a Habari MySQL database easily. I, too, hope someone decides to > write a plugin to make the conversion easy. In the meantime, according > to the SQLite site ( http://sqlite.org/whentouse.html ), your SQLite > database should be good for up to 100,000 hits a day, and more if you > have the staticcache plugin ( http://www.habariproject.org/dist/plugins/ > ) installed. > > Rick > > On Sep 11, 4:21 pm, federicosanchez <[EMAIL PROTECTED]> wrote: > > I have a WP blog with no more than 100-150 unique visits per day and I > > want to migrate it to Habari. > > > > I like that Habari could work with SQLite and it seems fine for the > > traffic of my little blog. > > > > But supose that someday for some reason the traffic increases a lot. > > Is it posible to migrate the data from SQLite to MySQL? > > > > Thank you. > > > --~--~---------~--~----~------------~-------~--~----~ 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/habari-dev -~----------~----~----~----~------~----~------~--~---
