Newer
Older

Jess
committed
CONTENTS OF THIS FILE
---------------------

Dries Buytaert
committed

Jess
committed
* Introduction
* Minor and patch version updates
* Is my site using Composer?
* Updating code with Composer
* Updating code manually
* Updating Drupal 9 to Drupal 10

Jess
committed
* Updating Drupal 8 to Drupal 9
* Updating Drupal 6 or Drupal 7

Dries Buytaert
committed

Dries Buytaert
committed

Jess
committed
INTRODUCTION
------------

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

Dries Buytaert
committed
MINOR AND PATCH VERSION UPDATES
-------------------------------

Jess
committed
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.

Jess
committed
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)

Jess
committed
IS MY SITE USING COMPOSER?
--------------------------

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

Jess
committed
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):

Jess
committed
/PATH/TO/composer info drupal/core
UPDATING CODE WITH COMPOSER
---------------------------

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

Alex Pott
committed

Jess
committed
UPDATING CODE MANUALLY
----------------------

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

Gábor Hojtsy
committed
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

Dries Buytaert
committed
UPDATING DRUPAL 8 TO DRUPAL 9
-----------------------------

Dries Buytaert
committed
* 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

Dries Buytaert
committed
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