Best practice for test and production environments

前端 未结 4 1916
猫巷女王i
猫巷女王i 2021-01-04 05:56

In the company where I work, we have 2 environments: test and production. We are not currently starting a new environment, because of cost.

Here is the procedure we

4条回答
  •  一向
    一向 (楼主)
    2021-01-04 06:50

    If possible, give each developer their own database on their local machine. That way they can do whatever they want with it without affecting anyone else. This should significantly decrease the desire to play with the test database, providing a more stable environment for business UAT.

提交回复
热议问题