docs: just remove the directory

We don't use basher, `plugn` actually extracts it from `progrium/go-basher` live.
This commit is contained in:
Jose Diaz-Gonzalez
2026-07-22 03:13:59 -04:00
committed by GitHub
parent bc0104137d
commit d2f84a8a1f

View File

@@ -98,10 +98,10 @@ See the [persistent storage documentation](/docs/advanced-usage/persistent-stora
### Restoring on a machine with a different CPU Architecture ### Restoring on a machine with a different CPU Architecture
When restoring a backup on a machine that has a different CPU architecture, you will need to reinstall `basher` as it's not portable across different CPU architectures. Do so with the following command immediately after restoring your dokku configs: When restoring a backup on a machine that has a different CPU architecture, you will need to clear out the `~/.basher` as it's not portable across different CPU architectures. Do so with the following command immediately after restoring your dokku configs:
```shell ```shell
export BASHER_PREFIX=/home/dokku/.basher rm -rf /home/dokku/.basher
curl -s https://raw.githubusercontent.com/basherpm/basher/master/install.sh | sudo -u dokku bash
``` ```
## Recovering app code ## Recovering app code