In our attempt to move to the cloud I need to update our webcon database to the latest version that supports GCC. I do not want to install this on prod and we don't have a proper dev env setup for this (Yet).
To get the db upgraded, I am trying to migrate our existing prod WebCon instance, data and all to a new dev host (basically making a 1:1 prod:dev environment).
Is there a "supported" method for doing this?
I've tried a clean install, restoring the config and content databases and it failed. (I think because I didn't use the same account names/passwords and a different content database name).
I'm curious if someone has figured out the basic outline of the process.