Same filename and directory in other branches
  1. 8.9.x core/UPDATE.txt
  2. 9 core/UPDATE.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Minor and patch version updates
 * Is my site using Composer?
 * Updating code with Composer
 * Updating code manually
 * Updating Drupal 9 to Drupal 10
 * Updating Drupal 8 to Drupal 9
 * Updating Drupal 6 or Drupal 7


INTRODUCTION
------------

This document provides links to resources on how to update or migrate your
Drupal site.


MINOR AND PATCH VERSION UPDATES
-------------------------------

Minor and patch updates are done either manually or with Composer, depending on
how the site was installed. Refer to the sections below on updating with
Composer or updating manually for tarball/zip installations.

Minor and patch versions are updates such as:
 * Patch releases (e.g. 9.1.2 to 9.1.3)
 * Scheduled minor releases (e.g 9.3.5 to 9.4.0)
 * Beta to final releases (e.g. 9.1.0-beta2 to 9.1.0)


IS MY SITE USING COMPOSER?
--------------------------

Before updating, determine if your site is currently managed by Composer.

On a typical Unix/Linux command line, this can be determined by running the
following command (replace /PATH/TO/composer with the appropriate location
for your system):

  /PATH/TO/composer info drupal/core


UPDATING CODE WITH COMPOSER
---------------------------

 * Refer to 'Update Drupal core via Composer' for details on using Composer:
   https://www.drupal.org/docs/updating-drupal/updating-drupal-core-via-composer


UPDATING CODE MANUALLY
----------------------

 * Refer to 'Updating the Core Software' for details on updating manually:
   https://www.drupal.org/docs/updating-drupal/updating-drupal-core-manually


UPDATING DRUPAL 9 TO DRUPAL 10
------------------------------

 * Refer to 'Upgrading from Drupal 9 to Drupal 10' for details:
   https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-or-later/upgrading-from-drupal-9-to-drupal-10


UPDATING DRUPAL 8 TO DRUPAL 9
-----------------------------

 * Refer to 'Upgrading from Drupal 8 to Drupal 9' for details:
   https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-or-later/upgrading-from-drupal-8-to-drupal-9


UPDATING DRUPAL 6 OR DRUPAL 7
-----------------------------

 * Updating Drupal 6 or Drupal 7 requires importing the old site configuration
   and content into a new Drupal site. Refer to the 'Upgrading from Drupal 6 or
   Drupal 7' for more details.
   https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-6-or-drupal-7

File

core/UPDATE.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Minor and patch version updates
  5. * Is my site using Composer?
  6. * Updating code with Composer
  7. * Updating code manually
  8. * Updating Drupal 9 to Drupal 10
  9. * Updating Drupal 8 to Drupal 9
  10. * Updating Drupal 6 or Drupal 7
  11. INTRODUCTION
  12. ------------
  13. This document provides links to resources on how to update or migrate your
  14. Drupal site.
  15. MINOR AND PATCH VERSION UPDATES
  16. -------------------------------
  17. Minor and patch updates are done either manually or with Composer, depending on
  18. how the site was installed. Refer to the sections below on updating with
  19. Composer or updating manually for tarball/zip installations.
  20. Minor and patch versions are updates such as:
  21. * Patch releases (e.g. 9.1.2 to 9.1.3)
  22. * Scheduled minor releases (e.g 9.3.5 to 9.4.0)
  23. * Beta to final releases (e.g. 9.1.0-beta2 to 9.1.0)
  24. IS MY SITE USING COMPOSER?
  25. --------------------------
  26. Before updating, determine if your site is currently managed by Composer.
  27. On a typical Unix/Linux command line, this can be determined by running the
  28. following command (replace /PATH/TO/composer with the appropriate location
  29. for your system):
  30. /PATH/TO/composer info drupal/core
  31. UPDATING CODE WITH COMPOSER
  32. ---------------------------
  33. * Refer to 'Update Drupal core via Composer' for details on using Composer:
  34. https://www.drupal.org/docs/updating-drupal/updating-drupal-core-via-composer
  35. UPDATING CODE MANUALLY
  36. ----------------------
  37. * Refer to 'Updating the Core Software' for details on updating manually:
  38. https://www.drupal.org/docs/updating-drupal/updating-drupal-core-manually
  39. UPDATING DRUPAL 9 TO DRUPAL 10
  40. ------------------------------
  41. * Refer to 'Upgrading from Drupal 9 to Drupal 10' for details:
  42. https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-or-later/upgrading-from-drupal-9-to-drupal-10
  43. UPDATING DRUPAL 8 TO DRUPAL 9
  44. -----------------------------
  45. * Refer to 'Upgrading from Drupal 8 to Drupal 9' for details:
  46. https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-or-later/upgrading-from-drupal-8-to-drupal-9
  47. UPDATING DRUPAL 6 OR DRUPAL 7
  48. -----------------------------
  49. * Updating Drupal 6 or Drupal 7 requires importing the old site configuration
  50. and content into a new Drupal site. Refer to the 'Upgrading from Drupal 6 or
  51. Drupal 7' for more details.
  52. https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-6-or-drupal-7