Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Upgrade from moodle 1.8 to 1.9 (with Nwiki upgrade).

Upgrade from moodle 1.8 to 1.9 (with Nwiki upgrade)

From MoodleDocs
Revision as of 14:45, 10 September 2008 by Marc Bria Ramírez (talk | contribs) (New page: A very quick howto to upgrade moodle 1.8 to moodle 1.9 (with Nwiki upgrade from 1.8 to 1.9): # Stop you moodle 1.8 (mantainence mode) # Copy your moodle BD (ispconfig is great for this) t...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A very quick howto to upgrade moodle 1.8 to moodle 1.9 (with Nwiki upgrade from 1.8 to 1.9):

  1. Stop you moodle 1.8 (mantainence mode)
  2. Copy your moodle BD (ispconfig is great for this) to a new one (here is dbmoodle19)
  3. cp /var/www/path2moodle18 /var/www/path2moodle19
  4. cd /var/www/path2moodle19 | wget http://download.moodle.org/stable19/moodle-weekly-19.tgz
  5. tar xvzf moodle-weekly-19.tgz
  6. cp moodle/* . -a
  7. rm moodle -Rf
  8. Review your config.php: vim /var/www/path2moodle19/config.php (dbusers | dbtables | urls | paths)
  9. Visit your new Moodle to start the upgrade to 1.9 process: http://www.yoursite.net/moodle19
  10. Follow the wizard and congratulations: your moodle is now 1.9 !!
  11. Download nWiki 1.9 and upload to your server: http://morfeo.upc.es/crom/mod/resource/view.php?id=268
  12. unzip & copy to your moodle root.
  13. Visit your moodle notifications page and follow the wizard.
  14. Congratulations your Nwiki is also updated.