48 Transferring Applications Between Environments

In this scenario, we want to add a new Planning application called Corporate Planning - UK to our production environment. We have an existing test environment that we can use to build the new application, but before we build it there we want to refresh that test environment with a snapshot of our production environment. This ensures that the test environment is up to date with production.

The general steps for this scenario are as follows:

  1. Use migration to clone the production environment to the test environment to prepare for new application development.
  2. Build the new application in our test environment.
  3. Use a template to transfer the new application from the test environment to the production environment.