Hi All, for code Deployment from Build to Test env I have always done ModelStore Export and Import through PowerShell.
I was wondering if it is okay to deploy ModelStore through DB restore from Build environment to Test, UAT and even Prod ?
as part of code deployment from Build to Test i would do:
1. Stop AOS in Test env
2. Restore ModelStore DB from Build to Test
3. In Test env update SYSSQMSETTINGS SET GLOBALGUID = '{00000000-0000-0000-0000-000000000000}'
4. Start AOS in Test env
5. Data Dictionary Sync in Test env
Is there any issue in this approach ?
Regards
San