Skip to content

Commit

Permalink
Update history-and-rollback.md
Browse files Browse the repository at this point in the history
Add a warning about disabling local repo before rollbacks
  • Loading branch information
TraceyC77 authored Feb 26, 2024
1 parent 3836219 commit b87b478
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/user/package-management/history-and-rollback.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ eopkg history

## Rollback

:::warning

If you have a local repo set up, [disable it](https://help.getsol.us/docs/packaging/advanced-config/local-repository#disabling-the-local-solbuild-repository-in-eopkg) before doing rollbacks or you may get an error.

Check warning on line 24 in docs/user/package-management/history-and-rollback.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (repo)
> Error parsing repository index information. Index file does not exist or is malformed.
:::

To rollback your system, first use the above history command to check what the transaction / operation number was. Then, we use the following command:

```bash
Expand Down

0 comments on commit b87b478

Please sign in to comment.