Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memories: despite the fix, I see an incorrect date between the memories. #17189

Closed
3 of 4 tasks
416c6578-dev opened this issue Mar 28, 2025 · 2 comments
Closed
3 of 4 tasks

Comments

@416c6578-dev
Copy link

416c6578-dev commented Mar 28, 2025

I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.

  • Yes

The bug

Like many here, I had an issue with the Memories after the 1.127 update. However, even after applying the fix from the posts, I still keep seeing the 5th of April 2020 in between my correct Memories that are showing the current date. It's always this date. And it's only in the Mobile APP.

What I have already done:

Docker exec truncate command in the CLI
Cleaned up memories in the GUI
Regenerated memories in the GUI
Regenerated metadata in the GUI
Deinstall and Install the Mobile APP (IOS)
Unfortunately, none of this has led to the desired result. What else can I do?

The OS that Immich Server is running on

Debian

Version of Immich Server

v1.130.3

Version of Immich Mobile App

v1.130.3

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

services:
  immich-redis:
    image: redis
    container_name: Immich-REDIS
    hostname: immich-redis
    security_opt:
      - no-new-privileges:true
    healthcheck:
      test: ["CMD-SHELL", "redis-cli ping || exit 1"]
    user: 1000:10
    environment:
      - TZ=Europe/Berlin
    volumes:
      - /volume2/docker/immich/redis:/data:rw
    restart: unless-stopped

  immich-db:
    image: tensorchord/pgvecto-rs:pg16-v0.2.0
    container_name: Immich-DB
    hostname: immich-db
    security_opt:
      - no-new-privileges:true
    healthcheck:
      test: ["CMD", "pg_isready", "-q", "-d", "immich", "-U", "immichuser"]
      interval: 10s
      timeout: 5s
      retries: 5
    volumes:
      - /volume2/docker/immich/db:/var/lib/postgresql/data:rw
    environment:
      - TZ=Europe/Berlin
      - POSTGRES_DB=immich
      - POSTGRES_USER=immichuser
      - POSTGRES_PASSWORD=immichpw
    restart: unless-stopped

  immich-server:
    image: ghcr.io/immich-app/immich-server:release 
    container_name: Immich-SERVER
    hostname: immich-server
    user: 1000:10
    security_opt:
      - no-new-privileges:true
    env_file:
      - stack.env
    ports:
      - 8212:2283
    volumes:
      - /volume1/@home/Alex/docker/immich:/usr/src/app/upload:rw
    restart: unless-stopped
    depends_on:
      immich-redis:
        condition: service_healthy
      immich-db:
        condition: service_started

  immich-machine-learning:
    image: ghcr.io/immich-app/immich-machine-learning:release

    container_name: Immich-LEARNING
    hostname: immich-machine-learning
    user: 1000:10
    security_opt:
      - no-new-privileges:true
    env_file:
      - stack.env
    volumes:
      - /volume1/@home/Alex/docker/immich:/usr/src/app/upload:rw
      - /volume2/docker/immich/cache:/cache:rw
      - /volume2/docker/immich/matplotlib:/matplotlib:rw
    environment: 
      - MPLCONFIGDIR=/matplotlib
    restart: unless-stopped
    depends_on:
      immich-db:
        condition: service_started

Your .env content

.

Reproduction steps

.

Relevant log output

Additional information

No response

@416c6578-dev 416c6578-dev changed the title Memories, despite being fixed in certain places with the wrong date. Memories: despite the fix, I see an incorrect date between the reminders. Mar 28, 2025
@416c6578-dev 416c6578-dev changed the title Memories: despite the fix, I see an incorrect date between the reminders. Memories: despite the fix, I see an incorrect date between the memories. Mar 28, 2025
@alextran1502
Copy link
Contributor

Can you try sign out and sign back end, then take a screenshot and post it here?

@416c6578-dev
Copy link
Author

Unfortunately, that had no effect.
I then simply deleted the trash bin with about 2000 photos, and since then the phenomenon has not occurred again.
I don't know why it could be related to the trash bin, but now it seems to be working again. The problem only occurred in the mobile app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants