Follow these steps to update your site from 5 -> 6
Prepare
- Make sure all active modules are available in Driki6. Use this table as a reference
- If you use a module that is not available in Driki6, you'll need to deactive it before continuing. If deactivating is not an option, you are screwed - sorry
- Make up your mind about the overall state of the modules - again use this table. In general I'd say, that a module, that is still in dev-state, is pretty unmaintained and should be used with some caution
- Do the same with your theme
- If you have your own module(s) and/or own theme you have to migrate them to Drupal 6.
- Disable the update status module
So you decided to go for it - great ! Read the Drupal upgrading instructions
- Backup your site directory and database
- Log in using the the first username and password - usualy the admin
- Disable all contributed modules - except for event
- If you're using some goofy theme switch back to garland
- Take the site offline - you can skip that in case you don't have any traffic :)
- Delete the site directory, keep files and sites/default/settings.php
- check out driki 6 - note: this is not an update to driki 5 but a new directory
svn up --username <user> --password <password> https://svn.microdoc.com/svn/driki/trunk/driki6/build .
- Call http://yoursite/update.php - in case something fails, try to fix it and run the update script again
- reactivate the modules
Tweak the new installation
- Open settings.php in an editor and add the following line
$cookie_domain = 'osi.driki.ws';
replace osi ... with your domain name. For whatever reason this is needed by the all new FCKEditor
- Check all permissions -> admin/user/permissions