Skip to main content

How are rollbacks performed for faulty deployments?

Written by amaise Support

How are rollbacks performed for faulty deployments?

amaise has an automated rollback mechanism:

  1. Identification of the faulty change in the production environment

  2. Rollback of the code change via the CI/CD pipeline — the previous stable version is automatically redeployed

  3. Database: Restoration from the automatic pre-deployment snapshot if needed (approx. 30 minutes RTO)

  4. Synchronization: Rollbacks are consistently applied across all environments

Thanks to the automatic pre-deployment database snapshots before each production release, a quick restoration of the database state is always possible. Deployments happen as rolling updates, so faulty containers are automatically stopped if health checks fail.

Did this answer your question?