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
Â
- 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
 - 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 - The user makes changes to the configurations in the passive space without affecting the configurations in production.