I currently have 2 sites. One is running the IRC bot (drupal 7) and one running the issues modules (Drupal 6). I setup the IRC one using Drupal 7 on my home server but I am getting ready to move to a VPS that supports IRC so I want to merge the 2 sites together to make it easier for my users but the issues module hasn't even started it drupal 7 port yet so I need to look at down grading bot.

How close are the data structures between the 2 versions or am I going to have to toss my entire archive to move the 2 sites together.

Thanks
Robert

Comments

morbus iff’s picture

I'd say you've got a pretty good chance of merging - if you check the CHANGELOG between 6.x-1.2 and 7.x-1.3, it looks like there was only one change to the database structure (bot_log.channel is now a text column (required for large installations)) and that change should work just fine in a 6.x codebase.

rmiddle’s picture

Morbus,

I really should have looked at the change log. Thanks for the info.

Thanks
Robert

morbus iff’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.