[GH-ISSUE #1234] Upgraded from Hoarder 0.23.0 to Karakeep 0.23.2. What else should I do? #801

Closed
opened 2026-03-02 11:52:50 +03:00 by kerem · 5 comments
Owner

Originally created by @mihha on GitHub (Apr 11, 2025).
Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/1234

Hi,

I had Hoarder 0.23.0 installed and I just did the following:

docker compose stop
docker compose pull
docker compose up -d

I see that now I have Karakeep 0.23.2

Is there anything else I need to do?

I didn't change anything in my docker-compose file so it still lokks like this:

services:
  web:
    image: ghcr.io/hoarder-app/hoarder:${HOARDER_VERSION:-release}
    restart: unless-stopped
    volumes:
      - ./data:/data
    ports:
      - 5000:3000
    env_file:
      - .env
    environment:
      MEILI_ADDR: http://meilisearch:7700
      BROWSER_WEB_URL: http://chrome:9222
      # OPENAI_API_KEY: ...
      DATA_DIR: /data
  chrome:
    image: gcr.io/zenika-hub/alpine-chrome:123
    restart: unless-stopped
    command:
      - --no-sandbox
      - --disable-gpu
      - --disable-dev-shm-usage
      - --remote-debugging-address=0.0.0.0
      - --remote-debugging-port=9222
      - --hide-scrollbars
  meilisearch:
    image: getmeili/meilisearch:v1.11.1
    restart: unless-stopped
    env_file:
      - .env
    environment:
      MEILI_NO_ANALYTICS: "true"
    volumes:
      - ./meilisearch:/meili_data
Originally created by @mihha on GitHub (Apr 11, 2025). Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/1234 Hi, I had Hoarder 0.23.0 installed and I just did the following: ``` docker compose stop docker compose pull docker compose up -d ``` I see that now I have Karakeep 0.23.2 Is there anything else I need to do? I didn't change anything in my docker-compose file so it still lokks like this: ``` services: web: image: ghcr.io/hoarder-app/hoarder:${HOARDER_VERSION:-release} restart: unless-stopped volumes: - ./data:/data ports: - 5000:3000 env_file: - .env environment: MEILI_ADDR: http://meilisearch:7700 BROWSER_WEB_URL: http://chrome:9222 # OPENAI_API_KEY: ... DATA_DIR: /data chrome: image: gcr.io/zenika-hub/alpine-chrome:123 restart: unless-stopped command: - --no-sandbox - --disable-gpu - --disable-dev-shm-usage - --remote-debugging-address=0.0.0.0 - --remote-debugging-port=9222 - --hide-scrollbars meilisearch: image: getmeili/meilisearch:v1.11.1 restart: unless-stopped env_file: - .env environment: MEILI_NO_ANALYTICS: "true" volumes: - ./meilisearch:/meili_data ```
kerem closed this issue 2026-03-02 11:52:51 +03:00
Author
Owner

@mihha commented on GitHub (Apr 11, 2025):

The reason why I ask is because I see this in the admin settings

Image

This doesn't seem like it is correct or right

<!-- gh-comment-id:2797295149 --> @mihha commented on GitHub (Apr 11, 2025): The reason why I ask is because I see this in the admin settings ![Image](https://github.com/user-attachments/assets/ea861151-fb71-47d1-a3a6-1d76b1521e7b) This doesn't seem like it is correct or right
Author
Owner

@MohamedBassem commented on GitHub (Apr 12, 2025):

Ah yes. This is a bug. I published a minor release (0.23.2) but didn't mark it as latest. So the UI is a bit confused. If you're on 0.23.2, you're at latest and nothing else needs to be done.

<!-- gh-comment-id:2798379173 --> @MohamedBassem commented on GitHub (Apr 12, 2025): Ah yes. This is a bug. I published a minor release (0.23.2) but didn't mark it as latest. So the UI is a bit confused. If you're on 0.23.2, you're at latest and nothing else needs to be done.
Author
Owner

@mihha commented on GitHub (Apr 12, 2025):

Thank you for your reply

What about the following line in the docker-compose file?

image: ghcr.io/hoarder-app/hoarder:${HOARDER_VERSION:-release}

Do I need to replace it with this

image: ghcr.io/karakeep-app/karakeep:${HOARDER_VERSION:-release}

Or something else, maybe?

<!-- gh-comment-id:2798743227 --> @mihha commented on GitHub (Apr 12, 2025): Thank you for your reply What about the following line in the docker-compose file? ` image: ghcr.io/hoarder-app/hoarder:${HOARDER_VERSION:-release} ` Do I need to replace it with this ` image: ghcr.io/karakeep-app/karakeep:${HOARDER_VERSION:-release} ` Or something else, maybe?
Author
Owner

@Mxrk commented on GitHub (Apr 12, 2025):

Hi, there's a migration guide here:
https://docs.karakeep.app/Guides/hoarder-to-karakeep-migration

"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."

<!-- gh-comment-id:2798833239 --> @Mxrk commented on GitHub (Apr 12, 2025): Hi, there's a migration guide here: https://docs.karakeep.app/Guides/hoarder-to-karakeep-migration "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."
Author
Owner

@mihha commented on GitHub (Apr 12, 2025):

Thank you very much

That was exactly what I was looking for

<!-- gh-comment-id:2798860731 --> @mihha commented on GitHub (Apr 12, 2025): Thank you very much That was exactly what I was looking for
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#801
No description provided.