aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlicorne <26625900+thiswillbeyourgithub@users.noreply.github.com>2025-05-31 10:33:53 +0200
committerGitHub <noreply@github.com>2025-05-31 09:33:53 +0100
commit7f04bd13936245970e7cc5bfc5c8ce827ce7c466 (patch)
treec44b85d2281b3e40c836d98a8381a59135ec860d
parent915aeb3604c637b3c0faeddaf6e1ca9e1ceea07a (diff)
downloadkarakeep-7f04bd13936245970e7cc5bfc5c8ce827ce7c466.tar.zst
doc: mention meilisearch in the updating section (#1472)
* doc: typo * doc: mention meilisearch upgrade
-rw-r--r--docs/docs/02-Installation/01-docker.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/docs/02-Installation/01-docker.md b/docs/docs/02-Installation/01-docker.md
index c62fbaa5..ff508b73 100644
--- a/docs/docs/02-Installation/01-docker.md
+++ b/docs/docs/02-Installation/01-docker.md
@@ -93,7 +93,9 @@ Go to the [quick sharing page](/quick-sharing) to install the mobile apps and th
## Updating
-Updating karakeep will depend on what you used for the `KARAKEEP_VERSION` env variable.
+Updating Karakeep will depend on what you used for the `KARAKEEP_VERSION` env variable.
- If you pinned the app to a specific version, bump the version and re-run `docker compose up -d`. This should pull the new version for you.
- If you used `KARAKEEP_VERSION=release`, you'll need to force docker to pull the latest version by running `docker compose up --pull always -d`.
+
+Note that if you want to upgrade/migrate `Meilisearch` versions, refer to the [troubleshooting](/troubleshooting) page.