Hi ODOOers, did anybody create a DEV. enviroment out of production in automated way?
After cloning the enviroment similar tasks as this should be performed :
-Disable email gateway
-Disable certain cron (connectivity with external program)
-Delete certain sensitive data (GDPR, employees, etc)
- delete certain API keys
- change IP address, or domain on which it is published etc
etc.....
The target is to allow Developers to create as fresh copy from Production enviroment as possible upon request, in very fast and automated way (no human effort to delete certain data, etc) Keeping most settings, data etc is crucial, so the developer doesnt test the solution on OLD eniroment, but on AS fresh as possible enviroment (respecting certain privacy or GDPR issues).