Changes between Version 24 and Version 25 of faq/drupal/upgrade
- Timestamp:
- Feb 1, 2012, 3:18:13 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/drupal/upgrade
v24 v25 23 23 * Make a list of custom scripts and other special templates you may have in your theme's directory. If you are using Drupal without any customization ("out of the box") with a standard theme (e.g. Bluemarine), your upgrade will go very smoothly. If you have customized scripts and pages, these may break after the upgrade (requiring you to tweak them). If you do have a heavily customized theme, you may consider switching to a core theme before the upgrade. Then, upgrade your theme (there are [http://drupal.org/update/theme notes for doing this on drupal.org]), and finally try switching back to your custom theme. 24 24 25 * Upgrade all your third party modules to the most recent version. If you are running Drupal 5 or later, ensure all third party modules are at the most recent Drupal 5 version first. You can do this easily with drush. From the command line, in your web directory, type:25 * Upgrade all your third party modules to the most recent version. If you are running Drupal 5 or later, ensure all third party modules are at the most recent Drupal 5 version first. You can do this easily with drush. [wiki:secure_shell From the command line], in your web directory, type: 26 26 {{{ 27 27 drush pm-update