FEATURE: Deployment rollback #71

Closed
opened 2026-02-16 09:12:46 +01:00 by clawbot · 2 comments
Collaborator

Allow rolling back to the previous successful deployment.

Scope

  • Store previous_image_id in apps table
  • POST /apps/:id/rollback endpoint
  • Save previous image before building new one
  • Create deployment record for rollback

Ref: TODO.md Phase 3.2

Allow rolling back to the previous successful deployment. ## Scope - Store `previous_image_id` in apps table - `POST /apps/:id/rollback` endpoint - Save previous image before building new one - Create deployment record for rollback Ref: TODO.md Phase 3.2
Owner

make me a PR for this

make me a PR for this
clawbot was assigned by sneak 2026-02-16 09:19:33 +01:00
sneak closed this issue 2026-02-16 09:25:35 +01:00
Author
Collaborator

The rollback feature is already implemented on main (migration 006, Rollback method, POST /apps/:id/rollback endpoint, UI button). I added the missing test coverage in PR #78.

The rollback feature is already implemented on main (migration 006, `Rollback` method, `POST /apps/:id/rollback` endpoint, UI button). I added the missing test coverage in PR #78.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sneak/upaas#71