[Zope-DB] Migration

Cynthia Kiser cnk+zope at caltech.edu
Wed Jul 13 15:46:53 EDT 2005


MySQL is a relational database. The ZODB behind Plone is an object
database. You can migrate information from one to the other, but their
isn't a set way to do it. You will need to decide on your
object-relational mapping and then write scripts to make the move. Not
impossible, but it will take some decent knowledge of Plone, Python
and the ZODB.

Quoting Glauber Costa <glaubercosta at gmail.com>:
> I have a big database in MySQL and I want put all this data on a plone 
> database. 
> How can I do it.
> 
> -- 
> Glauber Costa
> Analista de Sistemas - DoctumTec
> "When you don?t have walls,
> You don?t need windows"



More information about the Zope-DB mailing list