Is it possible to migrate data between any two of the most popular open source CMS systems?
August 16, 2004 12:42 PM
Subscribe
Is it possible to migrate data between any two of the most popular open source CMS systems? {The reasons for this rather odd request follow}
I am bidding to build a client´s site using Typo3 CMS. However, they are concerned that at some point of the development we might hit an (at present unknown) snag. In order to put their minds at rest, I am trying to find some CMS software which would allow me to switch horses in the middle of the stream, if need be. Ideally, it would be some well known, enterprise-level CMS packages.
posted by signal to computers & internet (4 comments total)
How difficult it is depends on:
- how well structured the source data is
- whether it is kept in an open format (text) or a closed one (some god-awful packed binary).
- whether it is persisted somewhere you can get at it (an RDBMS, individual text files) or not (a big blob of bytes in one file)
- whether the vendor of the source package provides an API for sucking assets out or whether you have to roll your own.
However:
What kind of snags are you talking about, signal?
'Cause usually, when you use a CMS to build a content rich site, the customisation is in the design of templates, the editorial workflow, the user interface for content creation, import routines for content feeds from outside, etc. Unlike content assets, these are usually not very portable. If you're going to switch, you want to do this just before you start implementing these things. Migrating content is one thing, migrating business logic is another.
Logically, the risk of hitting an unknown snag is inherent in any CMS you choose (although it's lower for ones you're more familiar with). So if you encounter snag X with CMS A, and decide to switch to another CMS, who's to say you won't encounter snag Y with CMS B?
I think you need to tease out what specific fears your client has and address those.
posted by i_am_joe's_spleen at 2:30 PM on August 16, 2004