aboutsummaryrefslogtreecommitdiffstats
path: root/docs/versioned_docs/version-v0.26.0/14-Guides/04-hoarder-to-karakeep-migration.md
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-12-13 11:09:25 +0000
committerMohamed Bassem <me@mbassem.com>2025-12-13 11:11:55 +0000
commitfecb0079d045d9b02ba10a2fc47dde7f1d890133 (patch)
treef4c9545a3b59aee35da257368f5ec775758accf1 /docs/versioned_docs/version-v0.26.0/14-Guides/04-hoarder-to-karakeep-migration.md
parentaf69f637cc474325d9d8a6b468816778b08e600d (diff)
downloadkarakeep-fecb0079d045d9b02ba10a2fc47dde7f1d890133.tar.zst
docs: drop docs for old versions
Diffstat (limited to 'docs/versioned_docs/version-v0.26.0/14-Guides/04-hoarder-to-karakeep-migration.md')
-rw-r--r--docs/versioned_docs/version-v0.26.0/14-Guides/04-hoarder-to-karakeep-migration.md28
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/versioned_docs/version-v0.26.0/14-Guides/04-hoarder-to-karakeep-migration.md b/docs/versioned_docs/version-v0.26.0/14-Guides/04-hoarder-to-karakeep-migration.md
deleted file mode 100644
index 289a091c..00000000
--- a/docs/versioned_docs/version-v0.26.0/14-Guides/04-hoarder-to-karakeep-migration.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# Hoarder to Karakeep Migration
-
-Hoarder is rebranding to Karakeep. Due to github limitations, the old docker image might not be getting new updates after the rebranding. You might need to update your docker image to point to the new karakeep image instead by applying the following change in the docker compose file.
-
-```diff
-diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml
-index cdfc908..6297563 100644
---- a/docker/docker-compose.yml
-+++ b/docker/docker-compose.yml
-@@ -1,7 +1,7 @@
- version: "3.8"
- services:
- web:
-- image: ghcr.io/hoarder-app/hoarder:${HOARDER_VERSION:-release}
-+ image: ghcr.io/karakeep-app/karakeep:${HOARDER_VERSION:-release}
-```
-
-You can also change the `HOARDER_VERSION` environment variable but if you do so remember to change it in the `.env` file as well.
-
-## Migrating a Baremetal Installation
-
-If you previously used the [Debian/Ubuntu install script](https://docs.karakeep.app/Installation/debuntu) to install Hoarder, there is an option to migrate your installation to Karakeep.
-
-```bash
-bash karakeep-linux.sh migrate
-```
-
-This will migrate your installation with no user input required. After the migration, the script will also check for an update.