frankendeploy rollback
frankendeploy rollback
Rollback to previous release
Synopsis
Rolls back the application to a previous release.
If no release is specified, rolls back to the immediately previous release.
The rollback uses the same pipeline as a deployment: the target release is started with the same mounts and environment (including the managed database URL), health checked, and swapped in without downtime. If the health check fails, the current version keeps running.
Example: frankendeploy rollback production # Rollback to previous frankendeploy rollback production 20240115 # Rollback to specific release
frankendeploy rollback <server> [release] [flags]
Options
-h, --help help for rollback
Options inherited from parent commands
--config string Config file (default: frankendeploy.yaml)
-v, --verbose Show detailed logs
-y, --yes Skip confirmations (CI/CD mode)
SEE ALSO
- frankendeploy - Deploy Symfony applications with FrankenPHP