Patching Drupal to 5.23
By makeaweli
- 1 minutes read - 113 wordsPatch files are available for updating Drupal which makes it much easier than the old method of unarchiving .tgz files.
Make sure to test this on a clone of your Drupal core files and your database.
Login to the Drupal install being upgraded as an admin. This is important because you will need to verify the update after you apply the patch.
CD to the webroot on hbfweb17 and create an archive of the core Drupal files:
Download a patch file and test it:
Apply the patch:
In a web browser, load the update.php script and execute the DB upgrade script if requiured.