Closed (fixed)
Project:
Bot
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2011 at 19:30 UTC
Updated:
10 Jul 2011 at 23:31 UTC
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
Comment #1
morbus iffI'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.
Comment #2
rmiddle commentedMorbus,
I really should have looked at the change log. Thanks for the info.
Thanks
Robert
Comment #3
morbus iff