From d2f84a8a1f93425d595f6f0f6957dd68ff234539 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 22 Jul 2026 03:13:59 -0400 Subject: [PATCH] docs: just remove the directory We don't use basher, `plugn` actually extracts it from `progrium/go-basher` live. --- docs/advanced-usage/backup-recovery.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/advanced-usage/backup-recovery.md b/docs/advanced-usage/backup-recovery.md index 02d6aaa0d..fae61cc6d 100644 --- a/docs/advanced-usage/backup-recovery.md +++ b/docs/advanced-usage/backup-recovery.md @@ -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