Knowledge Base
How to update Drupal version
Update Drupal regularly to keep your website secure, stable, and compatible with the latest platform requirements. Before updating, make sure you review the release notes, create backups, and verify that your hosting environment meets the requirements of the target Drupal version.
Before you update
Before proceeding with the update, perform the following:
- Secure a backup of your Drupal website files.
- Secure a backup of your Drupal database.
- Check the system requirements of the new version by reading its release notes and make sure that it is compatible with the current features of your hosting account.
- Put your Drupal website into maintenance mode before performing updates.
Tip: Updating might sometimes be confused with upgrading a website’s version. Follow this link to see the difference between updating and upgrading CMS version.
Ways to update Drupal
There are two ways to update your Drupal version:
Note: Modern Drupal installations often use Composer for updates behind the scenes. Depending on your hosting environment and Drupal configuration, update options available in the Admin Interface may vary.
Via the Drupal Admin Page
Use this method if your Drupal installation supports updates through the administrative interface.
Note: Available update options may vary depending on your Drupal version, hosting environment, and site configuration. Some Drupal installations may require updates to be managed through Composer instead of the administration interface.
- Access your Drupal dashboard using
yourdomain.com/user/login(replace yourdomain.com with the domain of your website). - Log in to your Drupal administration page. If you can't remember your login credentials, refer to our How to reset your Drupal logins guide.
- Navigate to Reports > Available updates.
- Review the available updates. Drupal will display updates for the core software and any installed modules or themes. Pay special attention to updates marked as security releases.
- Verify that you have completed all recommended backups before proceeding.
- Open the available update option and review the version information and release notes.
- Confirm that you want to proceed with the update.
- Allow Drupal to perform the update process. The system will run validation checks and apply the available updates.
- Wait for the update process to complete.
- If prompted, apply any required database updates and review any update messages displayed by Drupal.
- Verify that both the website front end and administration pages load correctly.
- Confirm that the Drupal version displayed in the administration dashboard reflects the updated release.
- Disable the maintenance mode to make your website publicly accessible again.
Via Softaculous in cPanel
This is only applicable if your Drupal site is installed and managed through Softaculous.
- Log in to cPanel.
- Click the Softaculous Apps Installer icon found under Software menu.
- Make sure PHP is chosen at the top, then click the Installations button.
- Locate your Drupal installation. If an update is available, Softaculous will display an update icon beside the installed version.
- Open the update screen.
- Select the option to create a backup before proceeding.
- Review the update details, then click Upgrade to begin the process.
- Follow any post-update instructions displayed by Softaculous. If Drupal reports pending database updates, apply them and ensure all update requirements have been completed.
- Test both the website front page and administration area to confirm the update was successful.
- Disable the maintenance mode to make your website publicly accessible again.
After the update
- Verify that your website loads correctly.
- Check important site functions and forms.
- Monitor logs for any errors or warnings.
- Confirm that the Drupal version displayed in the administration dashboard reflects the updated release.
Did you find this article helpful?