--- label: 'Importing your complete site configuration' related: - core.config_overview - config.export_full - config.import_single - config.export_single --- {% set import_link_text %}{% trans %}Import{% endtrans %}{% endset %} {% set import_link = render_var(help_route_link(import_link_text, 'config.import_full')) %} {% set export_full_topic = render_var(help_topic_link('config.export_full')) %} {% set config_overview_topic = render_var(help_topic_link('core.config_overview')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Import the complete configuration of your site from an archive file, such as one that was previously exported (see {{ export_full_topic }}). See {{ config_overview_topic }} for more information about configuration.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Configuration > Development > Configuration synchronization > {{ import_link }}.{% endtrans %}
  2. {% trans %}Browse to find the Configuration archive that you want to import.{% endtrans %}
  3. {% trans %}Click Upload. Your configuration archive will be unpacked and placed in the configuration synchronization directory, and you will be redirected to the Synchronize page.{% endtrans %}
  4. {% trans %}Review the differences between your uploaded configuration and the active configuration, if any, and click Import all to import the changes.{% endtrans %}