I was thinking about a way to quickly recover from a bad model store move if problems were encountered in production after the update. Normally we would export the current model store first, then import the updated model store. If an issue was encountered we would reimport the saved model store. But I was thinking about how to shorten this cycle and not have to perform a CIL. Consider the following: 1. Copy the production model store database to another database as an online backup. 2. Perform the normal model store move process from our pre-prod instance to the production instance. 3. If an issue was found in production, could we take the production modelstore db offline in SQL, then copy the online backup model store database back to the production modelstore db and bring it back online. 3. Delete the dll's from the AOS servers. 4. Restart AX Would this work? Any risks? Thanks, Tim
↧