Introduction
Learn how to update a Drupal site to the latest version of Drupal
This guide will show you how to migrate a site that meets the following criteria to the latest version of Drupal:
| Current Host | How Site Was Created | Additional Requirements |
|---|---|---|
| Pantheon | Dashboard | Needs Build Tools Workflow |
If this is not your scenario, see Drupal Migration Guides for additional upgrade paths.
This upgrade migrates your existing site to a new site. The new site will not maintain your site’s commit history.
Requirements
Confirm that your site meets the following requirements before you continue:
-
Ensure your site has the Pantheon
drupal-composer-managedrepository in its upstream.-
Use Terminus to confirm the
drupal-composer-managedUpstreamRun the command
terminus site:info $SITEto display the site's basic information and properties.The following is an abridged example of the output for a site upstream set to
drupal-composer-managed:
The following values indicate that a site is using a
drupal-composer-managedupstream:-
The
Frameworkisdrupal8 -
The
Upstreamincludeshttps://github.com/pantheon-upstreams/drupal-composer-managed.git
-
- You are able to create a new Drupal site using Terminus Build Tools