migrate.overview.html.twig

Same filename and directory in other branches
  1. 11.x core/modules/migrate/help_topics/migrate.overview.html.twig
  2. 10 core/modules/migrate/help_topics/migrate.overview.html.twig
  3. 9 core/modules/help_topics/help_topics/migrate.overview.html.twig
---
label: 'Migrating, updating, and upgrading'
top_level: true
---
<h2>{% trans %}What are updating, upgrading, and migrating?{% endtrans %}</h2>
<p>{% trans %}<em>Updating</em> 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. <em>Upgrading</em> is the process of changing from an older major version of the software to a newer version, such as from version 11 to 12. <em>Migrating</em> is the process of importing data into a site.{% endtrans %}</p>
<p>{% trans %}The Migrate module provides an API for migrating data.{% endtrans %}</p>
<p>{% trans %}If the source of the data you want to migrate is a different content management system, or if the data source is a 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 %}</p>
<h2>{% trans %}Additional Resources{% endtrans %}</h2>
<ul>
<li>{% trans %}<a href="https://www.drupal.org/docs/upgrading-drupal">Upgrading Drupal</a>{% endtrans %}</li>
</ul>

File

core/modules/migrate/help_topics/migrate.overview.html.twig

View source
  1. ---
  2. label: 'Migrating, updating, and upgrading'
  3. top_level: true
  4. ---
  5. <h2>{% trans %}What are updating, upgrading, and migrating?{% endtrans %}</h2>
  6. <p>{% trans %}<em>Updating</em> 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. <em>Upgrading</em> is the process of changing from an older major version of the software to a newer version, such as from version 11 to 12. <em>Migrating</em> is the process of importing data into a site.{% endtrans %}</p>
  7. <p>{% trans %}The Migrate module provides an API for migrating data.{% endtrans %}</p>
  8. <p>{% trans %}If the source of the data you want to migrate is a different content management system, or if the data source is a 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 %}</p>
  9. <h2>{% trans %}Additional Resources{% endtrans %}</h2>
  10. <ul>
  11. <li>{% trans %}<a href="https://www.drupal.org/docs/upgrading-drupal">Upgrading Drupal</a>{% endtrans %}</li>
  12. </ul>

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.