Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix error #516

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/bee/working-with-bee/uninstalling-bee.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ Choose the appropriate uninstall method based on the install method used:
This method can be used for package manager based [installs](/docs/bee/installation/install#package-manager-install-recommended-method) of the official Debian, RPM, and Homebrew packages.

:::danger
This will remove your keyfiles so make certain that you have a full backup before running `purge`.
This will remove your keyfiles so make certain that you have a [full backup](/docs/bee/working-with-bee/backups#backup-your-node) of your keys and configuration before uninstalling.
:::

#### Debian

To uninstall Bee while preserving your Bee keys and configuration run:

To uninstall Bee and completely remove all associated files including keys and configuration, run:

```bash
Expand Down
Loading