Hi all,
I' wondering how other handle the resotring of databases to dev/test from production. I find it makes live a lot easier if I can work on new features, or debuging existing issues if I have a recent copy of production, many times issues are related to some misconfiguraiton in the database.
However I'm unsure how to best handle a couple of things:
- On production sites I prefer to Force SSL, how would I unforce that programatically given the fact I have no SSL setup on dev
- Same for domain names, the primary domain for example does not normally exist on my local dev or test
- How can I quicly anonymize sensitive data like users and orders?
Hopefully someone has some good tips :-)
Cheers,
Justin