--- label: 'Exporting your complete site configuration' related: - core.config_overview - config.import_full - config.export_single - config.import_single --- {% set export = render_var(url('config.export_full')) %} {% set config_overview_topic = render_var(help_topic_link('core.config_overview')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Create and download an archive containing all your site's configuration, exported as YAML files. 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 > Export.{% endtrans %}
  2. {% trans %}Click Export and save the archive file.{% endtrans %}