Drupalen is a place where Steve can Drupal for himself and for others.

How to Upgrade Drupal

How to Upgrade Drupal
  1. Backup files - FTP client download /www/
  2. Backup DB - [phpMyadmin | Export ] Save Structure, Data and Save to File.
  3. set Offline mode - /admin/settings/site-maintenance
  4. revert to core theme - /admin/build/themes
  5. disable all non core modules - /admin/build/modules
  6. Remove old Drupal - Use filemanager to delete contents of /www/
  7. Install new Drupal - unpack tar and FTP to /www/
  8. Restore sites - use FTP to copy back sites/default/settings.php plus all multisites
  9. Run /update.php
  10. check status - /admin/reports/status
  11. enable custom theme - /admin/build/themes
  12. enable custom modules - /admin/build/modules
  13. Run /update.php
  14. set Online mode - /admin/settings/site-maintenance

Add new comment

Filtered HTML

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.