Setup a Dev/Test instance with DB replication from Prod #8972
Jaspotn0612
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Ha, as I was doing this post, I see @snipe had replied to my query!.... Am still interested to find out if others have come up with a method, bearing in mind it might contain their own brand of madness... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think this might be a relevant discussion topic and right category so sorry if not. I did post this as a query (#8269) but haven't gained any replies so trying to cast a wider net.
My company has a prod instance and also a test instance so we can test upgrades or have a sandpit before we do something in our prod setup. In any logical sense, it's the way to go.
However, the issue is a common one with a sandpit, at some point you have played about too much and need to again realign your Dev/Test with prod so you ensure things are ok. Yes I know you normally do stuff in Test -> Dev -> Prod and if something isn't going in that flow you should revert but it's not a perfect system and eventually, the Test asset list has drifted too far from prod that data isn't' there as most updates are in prod.
So I'm wondering how others (if any) have been able to set up a Prod -> Dev/Test replication so that a restore can be done. Do you simply take the latest backup of prod, do a restore and then spend half a day going through checks to make sure any prod elements are changed to Dev? What problems have you encountered with semi-scheduled restores that you've had to make a note to change each time?
Beta Was this translation helpful? Give feedback.
All reactions