Forum Discussion
Anand Prakash Singh
Feb 26, 2020Copper Contributor
Copy SharePoint 2013 Prod environment to Dev.
Hello Friends,
Currently no Dev environment in our Org, only Production SharePoint 2013 Farm is there.
Now, I need to prepare the Development SharePoint Farm (Single server farm) from scratch and then need to keep the same as Prod is.
So could you please guide:
* What else I need to copy from Prod like Site Collection content Database?
* Should I also copy the services database like search, my profile, etc.. or anything else?
Please guide the best practise and time-saving steps...
Same applies, I wouldn't recommend copying PROD to TEST. I would recommend installing any custom solutions on Test, testing them and then deploying to PROD. That gives you a route to PROD for custom code and satisfies a basic Software Life Cycle management.
By all means have some test content on Test but copying the whole DB is rarely actually required and isn't a good idea as I mentioned for data security etc.
4 Replies
Sort By
- Andrew HodgesBronze Contributor
I wouldn't recommend copying PROD to Dev. For data security this is not a good idea. It would also be difficult to do(I have heard some talk of the odd company doing this)
My recommendation would be to get any custom solutions built in Dev, tested on a Test environment and then deployed to PROD. Test should match PROD as mush as possible whereas Dev will get messy if you are doing Dev on it.
- Anand Prakash SinghCopper ContributorHello Andrew,
Thank you very much for the guidance, that make sense.
So if i prepare test farm like Prod, so could you please guide , when need to copy from Prod servers.- Andrew HodgesBronze Contributor
Same applies, I wouldn't recommend copying PROD to TEST. I would recommend installing any custom solutions on Test, testing them and then deploying to PROD. That gives you a route to PROD for custom code and satisfies a basic Software Life Cycle management.
By all means have some test content on Test but copying the whole DB is rarely actually required and isn't a good idea as I mentioned for data security etc.