This document outlines the process for deploying configuration changes from a live "from" Drupal site to a development "to" site. It describes finding the configuration files to change, moving them to the staging directory of the development site, and then importing and checking the changes using Drush commands. The goal is to synchronize configuration between environments to test changes before deploying them live.
2. Agenda
¢ Change site settings on the from site.
¢ Move settings to the to site staging directory.
¢ Import site settings from the staging to active directory
¢ Check results.
4. Terminology
¢ From - a site from, a live site.
¢ To - a site to, a development site.
¢ Environment, site - synonymous sometimes.
¢ Active directory C Current site setting paces in the file system.
¢ Staging directory C Data is stored there before importing.
¢ File storage C Current site settings located in the file system.
¢ Active storage - ^Data base ̄ storage, data that is used.