--- label: 'Migrating data for an upgrade using the user interface' related: - migrate.overview --- {% set migrate_drupal_upgrade = render_var(url('migrate_drupal_ui.upgrade')) %} {% set migrate_drupal_log = render_var(url('dblog.overview')) %} {% set migrate_overview_topic = render_var(help_topic_link('migrate.overview')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Migrate data into a new, empty site, as part of an upgrade from an older version of Drupal. See {{ migrate_overview_topic }} for an overview of migrating and upgrading.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Configuration > Development > Upgrade.{% endtrans %}
  2. {% trans %}Read the introduction and follow the Preparation steps on the page. Then click Continue.{% endtrans %}
  3. {% trans %}Select the Drupal version of the source site. Also enter the database credentials and public and private files directories (private file directory is not available when migrating from Drupal 6). Click Review upgrade.{% endtrans %}
  4. {% trans %}If the next page you see contains a message about conflicting content, that means that the site where you are running the upgrade is not empty. If you continue, you will lose the data in the site. If that is acceptable, click the button to continue; if not, start these steps over in a new, clean Drupal site.{% endtrans %}
  5. {% trans %}On the What will be upgraded? page, review the list of modules whose data will not be upgraded. If that list is not empty and you want to migrate the data from those modules, you will need to download contributed modules and/or install core or contributed modules, and start these steps over.{% endtrans %}
  6. {% trans %}When the list of modules that will and will not be upgraded meets your expectations, click Perform upgrade and wait for the upgrade to complete. You will see a message about the number of upgrade tasks that were successful or failed, and you can review the upgrade message log by clicking the link on the results page.{% endtrans %}

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