We are looking for ways and best practice to sync lower environments (QA/UAT) from PROD in TeamSite/LiveSite.
You have workflows and deployments, hopefully someone who knows how to write them. What's the problem?
@nipper thanks
We have isolcated QA TeamSite & LiveSite from PROD. In such senarious trying to understand how to sync QA from PROD?
You should sync content of production TS branch to lover envs branches. Now you have to decide how frequently you want to sync and whether its manually or automated job.
Now as you have workflow and OD capabilites you should develop the solution. Its a TS to TS deployment scanario with EAs. You should avoid environment specific file update. Also LiveSite specific site's configuration files need to take care after sync.
HTH.