releases rollback

Copy an old Release forward (preserving its Build and environment) and promote the new Release. This is the safest way to revert a deployment because it creates a new Release rather than modifying history. The original Release remains in the history for auditing.

Syntax

$ convox releases rollback <release>

Flags

Flag Short Description
--app -a App name
--id Send logs to stderr, Release ID to stdout
--rack -r Rack name
--wait -w Wait for completion

Example Usage

$ convox releases rollback RABCDEH -a myapp
Rolling back to RABCDEH... OK, RABCDEJ
Promoting RABCDEJ... OK

See Also