When validating customizations in a TEST environment, it is often desirable to use the most recent data from the PROD environment. Therefore, it is a common requirement to periodically replace the TEST database with a backup of the PROD database.
In this guide, we will discuss the major considerations when performing such a database refresh and the steps to take to minimize risk.
Note. See Major Considerations 2 and 3.
Note. If you are not interested in preserving workflow definitions, you can also pass 'N' as the flag to @preserveWorkflowData.
e.g. \\SOURCEAPPSERVER\e$\AderantExpert\SOURCE\Services\Workflow to\\TARGETAPPSERVER\e$\AderantExpert\TARGET\Services\Workflow
Update WFM_WORKFLOW_DEFINITION set ENVIRONMENTID = (Select ID from FWM_ENVIRONMENT)
?
?
?
The process is now complete!