Categories

Featured templates

Drupal 7.x. How to perform database update

Erica Saunders August 11, 2015
Rating: 5.0/5. From 1 vote.
Please wait...

Our support team is glad to present our new guide for performing Drupal database update.

Drupal 7.x. How to perform database update

  1. Please go to your FTP or Hosting CPanel Filemanager and open site root folder there (public_html, www, etc.). In our case that’s “drupal_new” folder:

    30.Drupal.How_to_update_database_1

  2. Navigate to sites/default directory and locate settings.php file there. Open it for editing:

    30.Drupal.How_to_update_database_2

  3. Locate line of code that says the following:

    $update_free_access=FALSE;

    Change it to:

    $update_free_access=TRUE;

    to allow access to update script. Save changes applied.

    30.Drupal.How_to_update_database_3

  4. Open your browser and type http://yourwebsiteurl/drupal_new/update.php in address bar (where http://yourwebsiteurl/drupal_new/ stands for your site address).

  5. Click on Continue button if you’re ready with site backup. You may check this detailed guide on how to backup your data:

    30.Drupal.How_to_update_database_4

  6. Click on Apply pending updates button:

    30.Drupal.How_to_update_database_5

  7. Go back to sites/default directory to edit settings.php file once again. Change TRUE back to FALSE same way as previously, please.

  8. Feel free to visit your website now. Next you can login to site admin panel and go to Reports –> Available Updates section. In case all the steps were performed properly you will see that Drupal core and modules are up to date, you have successfully applied all the available updates.

Thanks for reading this article! Feel free to check the detailed video tutorial below:

Drupal 7.x. How to perform database update

Top Drupal Themes
This entry was posted in Drupal Tutorials and tagged database, drupal, update. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket