Skip to content

Commit

Permalink
add image alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanoltman committed Aug 9, 2024
1 parent 0a14513 commit 6789fd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/content/docs/code-push/rollback.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ In the [Shorebird Console](https://console.shorebird.dev/), navigate to the
release that contains the patch you want to roll back. On the right side of the
patch row, click the "more" icon (three vertical dots) and select "Rollback":

![](https://github.com/user-attachments/assets/941fdc46-d0f3-463f-835f-5c8eb8a02e83)
![The Shorebird Console showing a "roll back patch" button](https://github.com/user-attachments/assets/941fdc46-d0f3-463f-835f-5c8eb8a02e83)

## What happens when a patch is rolled back?

Imagine we have a release with three patches:

![](https://github.com/user-attachments/assets/ee5d4e2b-eca3-4318-99e9-038c0134bfff)
![The Shorebird Console showing three patches, with patch 3 as the active patch](https://github.com/user-attachments/assets/ee5d4e2b-eca3-4318-99e9-038c0134bfff)

When a user downloads this release from the store, Shorebird will see that patch
3 is the latest available patch and download it.

If we discover that there is a problem with patch 3, we can roll it back. The
console will look like this after a rollback:
Console will look like this after a rollback:

![](https://github.com/user-attachments/assets/7ba4ff2c-5823-4c9f-a260-68ca6ce1e10a)
![The Shorebird Console showing three patches, with patch 3 rolled back and patch 2 as the active patch](https://github.com/user-attachments/assets/7ba4ff2c-5823-4c9f-a260-68ca6ce1e10a)

Users who download the app from the store will now get patch 2 instead of patch 3. Users who already had patch 3 installed will be downgraded to patch 2.

Expand Down

0 comments on commit 6789fd6

Please sign in to comment.