mirror of
https://github.com/dokku/dokku.git
synced 2026-08-29 10:08:53 +02:00
docs: just remove the directory
We don't use basher, `plugn` actually extracts it from `progrium/go-basher` live.
This commit is contained in:
committed by
GitHub
parent
bc0104137d
commit
d2f84a8a1f
@@ -98,10 +98,10 @@ See the [persistent storage documentation](/docs/advanced-usage/persistent-stora
|
||||
|
||||
### 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
|
||||
export BASHER_PREFIX=/home/dokku/.basher
|
||||
curl -s https://raw.githubusercontent.com/basherpm/basher/master/install.sh | sudo -u dokku bash
|
||||
rm -rf /home/dokku/.basher
|
||||
```
|
||||
|
||||
## Recovering app code
|
||||
|
||||
Reference in New Issue
Block a user