OPS06-BP06 Deploy frequent, small, reversible changes
Use frequent, small, and reversible changes to reduce the scope of a change. This results in easier troubleshooting and faster remediation with the option to roll back a change.
Common anti-patterns:
-
You deploy a new version of your application quarterly.
-
You frequently make changes to your database schema.
-
You perform manual in-place updates, overwriting existing installations and configurations.
Benefits of establishing this best practice: You recognize benefits from development efforts faster by deploying small changes frequently. When the changes are small it is much easier to identify if they have unintended consequences. When the changes are reversible there is less risk to implementing the change as recovery is simplified.
Level of risk exposed if this best practice is not established: Low
Implementation guidance
-
Deploy frequent, small, reversible changes: Use frequent, small, and reversible changes to reduce the scope of a change. This results in easier troubleshooting and faster remediation with the option to roll back a change.