I am fairly new to TeamSite administration (mostly have been working with form development). Recently we took a tactical approach to redesigning our website and only made changes in Prod. I now want to come back and refresh our dev and test enviornments with a snapshot of our production server, but I am not sure about the correct way to go about this. A few things I was thinking were:1. Make a backup of Prod and then restore it into Test and Dev. - Not sure if this will cause conflicts with hardcoded server names or anything like that2. Migrate a recent edition of our site over to dev and test - I dont think this will work because it just moves content, not all of the config files right?3. Go through the backend and copy all of the files and folders over from Prod to test and devThis is a one time thing to sync the enviorments and I am not looking for the exact steps, just highlevel overview to research.thanks,Brett
I understand that typically we move from Dev to Test to Prod, but we were pressed for time and just made changes in the Prod enviornment. Now, I am trying to get back to the dev -> test -> prod model, but need to go back and sync up dev and test with all of the changes (and content) out on PROD. I am looking to only do this once, not make it a continous process.