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 gspacecreate 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.
Next section: