Changes between Version 17 and Version 18 of faq/drupal/upgrade
- Timestamp:
- Apr 28, 2010, 5:03:56 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/drupal/upgrade
v17 v18 29 29 drush update 30 30 }}} 31 * Test to make sure your site is still functioning properly before you continue. 31 32 * Make a backup! You will want to backup both your directories and your database. To backup these up, [wiki:secure_shell ssh] into your server and run the following commands (replacing YOURDOMAIN with your actual domain name and YOURDATABASE with the name of your database): 32 33 … … 42 43 * Disable all third party modules. Go to the modules admin section of your web site. Compare the enabled modules with your list of third party modules. You can find a list of your third party modules by looking in your web/sites/default/modules directory. Uncheck each third party module that is checked. 43 44 44 * Using [wiki:sftp secure FTP] or [wiki:secure_shell ssh], re move all the modules in your sites/default/modules directory.45 * Using [wiki:sftp secure FTP] or [wiki:secure_shell ssh], rename the modules directory your sites/default/modules directory to modules.d5. Create a new, empty modules directory. 45 46 46 47 * Using [wiki:secure_shell ssh], change into your web directory. Replace YOURDOMAIN with your actual domain: