Jump to content

How to migrate: custom converter or direct database access?


sinix

Recommended Posts

Hi,

i am going to migrate a community site based on a proprietary custom software solution to Invision. The data i would like to migrate are:

  • users
  • user profiles
  • forum kategories and posts
  • personal private messages between individual users

I am not sure what's the best way to start migration: should i have a look at the converters available and adopt one of them for my own needs or wouldn't it be better to directly write the data to the database by executing custom sql statements. As this really is a custom solution for a one-time migration, i wonder if it wouldn't be overkill to follow the architecture of the available converters, however: which converter would be best to look at for migrating data as the one i mentioned?

Thanks in advance!

Link to comment
Share on other sites

I would use the converters as a starting point. They have the benefit that they can kick off background tasks afterwards to rebuild cached counts, rebuild search index, etc. which simplifies the actual conversion process.

No one converter is 'best'...just pick one to look at and use it as a base. Most of them will support the specific things you are converting.

Link to comment
Share on other sites

  • 2 months later...

Only had time to get back to this this week and it turned out to be quite easy to implement, after having a look at the other converters and grepping through the system components. Thanks, very much for your help. Indeed it turned out to be less hassle to setup a development environment for custom components and extension than i expected ... very cool!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...