Remove regressions between IT environments : 3 stages
Remove regressions between IT environments. Insight #1 : Compare environments Multiple environments, the norm! To secure developments and by extension information systems, companies replicate their information systems. We create environments that can be numerous: dev, test, UAT, QA, Int, pre-prod, prod, and others. The higher the stakes, the more of these environments. But it's not without some problems... "Are the environments consistent with each other?" "Can we deploy in one click from one environment to another?" .... Unfortunately, this is rarely the case. We specifically encounter database structure problems that will block deployments: Typically, a table may not have the same fields in "prod" and "pre prod", Field types may be different, etc. Thus, it sometimes becomes almost impossible to organize deployments as these inconsistencies are blocking. And it is the whole agility of the company that su