--- label: 'Migrating, updating, and upgrading' top_level: true ---

{% trans %}What are updating, upgrading, and migrating?{% endtrans %}

{% trans %}Updating is the process of changing from one minor version of the software to a newer version, such as from version 8.3.4 to 8.3.5, or 8.3.5 to 8.4.0. Starting with version 8.x, you can also update to major versions 9, 10, and beyond if your add-on modules, themes, and install profiles are compatible. Upgrading is the process of changing from an older major version of the software to a newer version, such as from version 7 to 8. Migrating is the process of importing data into a site.{% endtrans %}

{% trans %}To upgrade a site from Drupal 6 or 7 to Drupal 8 or later, keeping the content and configuration the same, you will install the new version of the software and add-on modules and themes in a new site, and then migrate the content and other data from your old site into the new site.{% endtrans %}

{% trans %}Overview of Migrating{% endtrans %}

{% trans %}You can use the Migration group of modules to perform the migration step of upgrading from Drupal 6 or 7 to Drupal 8 or later, as well as other migrations. These modules also provide APIs that can be used by programmers to write custom software for migrations. Here are the functions of the core migration modules:{% endtrans %}

{% trans %}Migrate{% endtrans %}
{% trans %}Provides the underlying API for migrating data.{% endtrans %}
{% trans %}Migrate Drupal{% endtrans %}
{% trans %}Provides data migration from older versions of the Drupal software into a new site.{% endtrans %}
{% trans %}Migrate Drupal UI{% endtrans %}
{% trans %}Provides a user interface for performing data migration from older versions of the Drupal software into a new site.{% endtrans %}

{% trans %}If the source of the data you want to migrate is a different content management system, or if the data source is a Drupal site that was built using contributed modules that the core migration modules do not support, then you will also need one or more contributed or custom modules in order to migrate your data.{% endtrans %}

{% trans %}Additional Resources{% endtrans %}