--- label: 'Importing your complete site configuration' related: - core.config_overview - config.export_full - config.import_single - config.export_single --- {% set import_page = render_var(url('config.import_full')) %} {% set export_full = render_var(url('help.help_topic', {'id': 'config.export_full'})) %} {% set config_overview = render_var(url('help.help_topic', {'id': '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 Exporting your complete site configuration). See Managing and deploying configuration for more information about configuration.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Configuration > Development > Configuration synchronization > Import.{% 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 %}