How to update your drupal 6 core

Updating your Drupal 6 core is not as difficult as you thing, please not that updating means 6.x to 6.newx.  Here are the steps to follow

  1. Make a back of your site directory
  2. Take a backup of your database
  3. Download the latest release of your current Drupal version.
  4. Extract the dowloaded version
  5. Normally I delete the site directory in the extracted version so that you don’t update the files unknowingly
  6. Set your site on maintenance mode
  7. Delete all the files & folders inside your original Drupal instance except for /sites folder and any custom files you added elsewhere. Before deleting the files see if you have done any modifications in the robots.txt & .htaccess files as you have incorporate them in the new intstallation files
  8. Copy all the folders and files except /sites (assumed you have already deleted the directory in the newly downloaded folder) in to your original live Drupal version directory
  9. If the update release includes changes to settings.php replace old settings.php in …/sites/default/ with the new one, and edit site-specific entries (eg database name, user, and password)
  10. If there are any changes done in the .htaccess or robots.txt add those changes to the new files.
  11. Login to your site as administrator
  12. Run update.php by navigating to http://…yourdrupalsitename/update.php
  13. Follow the steps to update
  14. Disable maintenance mode

How to update your drupal 6 core

Leave a Reply

Your email address will not be published. Required fields are marked *