Skip to content

Commit

Permalink
Document revert-metadata subcommand (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandratran committed Apr 1, 2024
1 parent ddb0562 commit 2f6e673
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/public-networks/reference/cli/subcommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,23 @@ The command accepts the following command line options:

Provides storage related actions.

### `revert-metadata`

<Tabs>

<TabItem value="Syntax" label="Syntax" default>

```bash
besu storage revert-metadata v2-to-v1
```

</TabItem>

</Tabs>

Reverts the modifications made by the [database metadata refactor](https://github.com/hyperledger/besu/pull/6555).
If you need to downgrade Besu, run this subcommand before installing the previous binaries.

### `revert-variables`

<Tabs>
Expand Down

0 comments on commit 2f6e673

Please sign in to comment.