Skip to content

Commit

Permalink
fix: add command for all-in-one binary
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 committed Dec 9, 2024
1 parent 369153a commit 27513ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion operate/meta-backup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ Here's an example of how to create a new meta snapshot with `risectl`:
risectl meta backup-meta
```

`risectl` is included in the pre-built RisingWave binary. For details, see [Quick start](/get-started/quickstart#binaries).
`risectl` is included in the pre-built RisingWave binary. Use the following command instead:
```bash
./risingwave ctl meta backup-meta
```

## View existing meta snapshots

Expand Down

0 comments on commit 27513ed

Please sign in to comment.