#3368811: Help text for config clone has been added
2 unresolved threads
2 unresolved threads
Closes #3368811
Merge request reports
Activity
38 38 <dt>{% trans %}Configuration sync directory{% endtrans %}</dt> 39 39 <dd>{% trans %}The configuration sync directory location is set in the site's <em>settings.php</em> file. When configuration is exported, the active configuration is exported and described in YAML files which are stored in the configuration sync directory. After the first export, the system compares the site's active configuration with the configuration data in the sync directory and will only export active configuration items that are different than their counterparts in the sync directory.{% endtrans %}</dd> 40 40 </dl> 41 <h2>{% trans %}Installing a new site from an existing config{% endtrans %}</h2> 42 <p>{% trans %}You can create a new site from an existing site, if you want an identical configuration.{% endtrans %}</p> 43 <dl> 44 <dt>{% trans %}Copy config files{% endtrans %}</dt> 45 <dd>{% trans %}Copy the files from the existing config directory into the new configuration directory{% endtrans %}</dd> 38 38 <dt>{% trans %}Configuration sync directory{% endtrans %}</dt> 39 39 <dd>{% trans %}The configuration sync directory location is set in the site's <em>settings.php</em> file. When configuration is exported, the active configuration is exported and described in YAML files which are stored in the configuration sync directory. After the first export, the system compares the site's active configuration with the configuration data in the sync directory and will only export active configuration items that are different than their counterparts in the sync directory.{% endtrans %}</dd> 40 40 </dl> 41 <h2>{% trans %}Installing a new site from an existing config{% endtrans %}</h2> 42 <p>{% trans %}You can create a new site from an existing site, if you want an identical configuration.{% endtrans %}</p> 43 <dl> 44 <dt>{% trans %}Copy config files{% endtrans %}</dt> 45 <dd>{% trans %}Copy the files from the existing config directory into the new configuration directory{% endtrans %}</dd> 46 <dt>{% trans %}Import with drush{% endtrans %}</dt> 47 <dd>{% trans %}drush site:install --existing-config will install a new site, using the configuration from an existing config. This will overwrite anything in the database!{% endtrans %}</dd> changed this line in version 2 of the diff
added 1 commit
Please register or sign in to reply