Is there a way to run only the data upgrade scripts in an environment? For instance, I have created a new environment to merge code for the CU10 update. After completing the process, I will move it to the test environment for user testing. It seems to me that the easiest way to update the test environment would be:
1. Update the kernel
2. Import the modelstore from the merged environment
3. Run the data upgrade scripts
I would like to replicate this process when moving to production to minimize the down time. Is this possible?
Thank you in advance for any responses.