2.1 Updating Current Configurations in a Space

In this scenario, the user wants to update a set of configurations without affecting the configurations running in production.

Active space
 

  1. The user creates an empty space using the spacecreate command. In this example the passive space is named 'staging'. E g spacecreate staging.

    Content of both spaces after staging space has been created
     
  2. The user copies the contents of the active space to the passive space using the spacecopy command: spacecopy active staging.

    Content of both spaces after active space copied to staging

  3. The user makes changes to the configurations in the passive space without affecting the configurations in production.


Next section: