Skip to content

Commit

Permalink
Update history-and-rollback.md (#492)
Browse files Browse the repository at this point in the history
* Update history-and-rollback.md

Add a warning about disabling local repo before rollbacks

---------

Co-authored-by: David Harder <[email protected]>
  • Loading branch information
TraceyC77 and davidjharder authored Mar 6, 2024
1 parent 5607a2b commit bc9ad90
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

:::info

If you have a local repository 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.
> 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 bc9ad90

Please sign in to comment.