immich-app / immich

High performance self-hosted photo and video management solution.
https://immich.app
GNU Affero General Public License v3.0
48.76k stars 2.56k forks source link

[BUG] Since 1.16 newly uploaded images aren't showing up. #312

Closed base1983 closed 2 years ago

base1983 commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

Task List

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

I have done a docker-compose pull to update the deployment. but even with latest build it does not show me any new images I upload. No matter if it's via iPhone of Web (Windows 11). Asset count does increase but the image thumbnail doesn't show.

This is my docker-compose.yml:

services:
  immich-server:
    image: altran1502/immich-server:latest
    entrypoint: ["/bin/sh", "./entrypoint.sh"]
    expose:
      - "3000"
    volumes:
      - ${UPLOAD_LOCATION}:/usr/src/app/upload
    env_file:
      - .env
    environment:
      - NODE_ENV=production
    depends_on:
      - redis
      - database
    networks:
      - immich-network
    restart: always

  immich-microservices:
    image: altran1502/immich-microservices:latest
    entrypoint: ["/bin/sh", "./entrypoint.sh"]
    expose:
      - "3001"
    volumes:
      - ${UPLOAD_LOCATION}:/usr/src/app/upload
    env_file:
      - .env
    environment:
      - NODE_ENV=production
    depends_on:
      - database
    networks:
      - immich-network
    restart: always

  immich-web:
    image: altran1502/immich-web:latest
    entrypoint: ["/bin/sh", "./entrypoint.sh"]
    env_file:
      - .env
    ports:
      - 2285:3000
    networks:
      - immich-network
    restart: always

  redis:
    container_name: immich_redis
    image: redis:6.2
    networks:
      - immich-network
    restart: always

  database:
    container_name: immich_postgres
    image: postgres:14
    env_file:
      - .env
    environment:
      POSTGRES_PASSWORD: ${DB_PASSWORD}
      POSTGRES_USER: ${DB_USERNAME}
      POSTGRES_DB: ${DB_DATABASE_NAME}
      PG_DATA: /var/lib/postgresql/data
    volumes:
      - pgdata:/var/lib/postgresql/data
    ports:
      - 5432:5432
    networks:
      - immich-network

  nginx:
    container_name: proxy_nginx
    image: nginx:latest
    volumes:
      - ./settings/nginx-conf:/etc/nginx/conf.d
    ports:
      - 2283:80
      - 2284:443
    logging:
      driver: none
    networks:
      - immich-network
    depends_on:
      - immich-server
    restart: always

networks:
  immich-network:
volumes:

And this is my .env file:

version: "3.8"

services:
  immich-server:
    image: altran1502/immich-server:latest
    entrypoint: ["/bin/sh", "./entrypoint.sh"]
    expose:
      - "3000"
    volumes:
      - ${UPLOAD_LOCATION}:/usr/src/app/upload
    env_file:
      - .env
    environment:
      - NODE_ENV=production
    depends_on:
      - redis
      - database
    networks:
      - immich-network
    restart: always

  immich-microservices:
    image: altran1502/immich-microservices:latest
    entrypoint: ["/bin/sh", "./entrypoint.sh"]
    expose:
      - "3001"
    volumes:
      - ${UPLOAD_LOCATION}:/usr/src/app/upload
    env_file:
      - .env
    environment:
      - NODE_ENV=production
    depends_on:
      - database
    networks:
      - immich-network
    restart: always

  immich-web:
    image: altran1502/immich-web:latest
    entrypoint: ["/bin/sh", "./entrypoint.sh"]
    env_file:
      - .env
    ports:
      - 2285:3000
    networks:
      - immich-network
    restart: always

  redis:
    container_name: immich_redis
    image: redis:6.2
    networks:
      - immich-network
    restart: always

  database:
    container_name: immich_postgres
    image: postgres:14
    env_file:
      - .env
    environment:
      POSTGRES_PASSWORD: ${DB_PASSWORD}
      POSTGRES_USER: ${DB_USERNAME}
      POSTGRES_DB: ${DB_DATABASE_NAME}
      PG_DATA: /var/lib/postgresql/data
    volumes:
      - pgdata:/var/lib/postgresql/data
    ports:
      - 5432:5432
    networks:
      - immich-network

  nginx:
    container_name: proxy_nginx
    image: nginx:latest
    volumes:
      - ./settings/nginx-conf:/etc/nginx/conf.d
    ports:
      - 2283:80
      - 2284:443
    logging:
      driver: none
    networks:
      - immich-network
    depends_on:
      - immich-server
    restart: always

networks:
  immich-network:
volumes:
  pgdata:basemaster@cloud:~/immich/docker$ ^C
basemaster@cloud:~/immich/docker$ cat .env
###################################################################################
# Database
###################################################################################

DB_USERNAME=postgres
DB_PASSWORD=*******
DB_DATABASE_NAME=immich

###################################################################################
# Redis
###################################################################################

REDIS_HOSTNAME=immich_redis

###################################################################################
# Upload File Config
###################################################################################

UPLOAD_LOCATION=/home/basemaster/Library

###################################################################################
# JWT SECRET
###################################################################################

JWT_SECRET=randomstringthatissolongandpowerfulthatnoonecanguess

###################################################################################
# MAPBOX
####################################################################################

# ENABLE_MAPBOX is either true of false -> if true, you have to provide MAPBOX_KEY
ENABLE_MAPBOX=false
MAPBOX_KEY=

###################################################################################
# WEB
###################################################################################

# This is the URL of your vm/server where you host Immich, so that the web frontend
# know where can it make the request to.
# For example: If your server IP address is 10.1.11.50, the environment variable will
# be VITE_SERVER_ENDPOINT=http://10.1.11.50:2283

VITE_SERVER_ENDPOINT=http://10.0.0.10:2283/api
base1983 commented 2 years ago

I am using Ubuntu 22.04 LTS

alextran1502 commented 2 years ago

Hello,

Your docker-compose content is out of date.

Can you please refer to this release to update the content and your system https://github.com/alextran1502/immich/releases/tag/v1.15.0_21-dev

base1983 commented 2 years ago

Ok that worked, but how can I reupload the missed assets?

alextran1502 commented 2 years ago

Can you check if they are still missing? Because if it is updated the count, the record is written into the database and it should pull everything accordingly.

Other than that, you can check the raw files in the UPLOAD_LOCATION and reuploading via web

If that is not the case, you will have to create a new instance with fresh data and reupload everything

On Wed, Jul 6, 2022 at 9:22 AM base1983 @.***> wrote:

Ok that worked, but how can I reupload the missed assets?

— Reply to this email directly, view it on GitHub https://github.com/alextran1502/immich/issues/312#issuecomment-1176286239, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGONL7T7XW5N7DPIFT4F6V3VSWJDPANCNFSM52ZOOHXQ . You are receiving this because you commented.Message ID: @.***>

Seji64 commented 2 years ago

I have the exact Same issue.

Env:

###################################################################################
# Database
###################################################################################

DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_PASSWORD=**redacted**
DB_DATABASE_NAME=immich
DB_LOCATION=/opt/immich/database

###################################################################################
# Redis
###################################################################################

REDIS_HOSTNAME=immich_redis

###################################################################################
# Upload File Config
###################################################################################

UPLOAD_LOCATION=/opt/immich/upload

###################################################################################
# JWT SECRET
###################################################################################

JWT_SECRET=**redacted**

###################################################################################
# MAPBOX
####################################################################################

# ENABLE_MAPBOX is either true of false -> if true, you have to provide MAPBOX_KEY
ENABLE_MAPBOX=true
MAPBOX_KEY=**redacted**

###################################################################################
# WEB
###################################################################################

# This is the URL of your vm/server where you host Immich, so that the web frontend
# know where can it make the request to.
# For example: If your server IP address is 10.1.11.50, the environment variable will
# be VITE_SERVER_ENDPOINT=http://10.1.11.50:2283/api
# !CAUTION! THERE IS NO FORWARD SLASH AT THE END

VITE_SERVER_ENDPOINT=https://photos.apps.home.tihoda.de/api

docker-compose:

version: "3.8"

services:
  immich-server:
    image: altran1502/immich-server:latest
    entrypoint: ["/bin/sh", "./entrypoint.sh"]
    volumes:
      - ${UPLOAD_LOCATION}:/usr/src/app/upload
    env_file:
      - .env
    environment:
      - NODE_ENV=production
    depends_on:
      - redis
      - database
    networks:
      - immich-network
    restart: always

  immich-microservices:
    image: altran1502/immich-microservices:latest
    entrypoint: ["/bin/sh", "./entrypoint.sh"]
    volumes:
      - ${UPLOAD_LOCATION}:/usr/src/app/upload
    env_file:
      - .env
    environment:
      - NODE_ENV=production
    depends_on:
      - database
    networks:
      - immich-network
    restart: always

  immich-web:
    image: altran1502/immich-web:latest
    entrypoint: ["/bin/sh", "./entrypoint.sh"]
    env_file:
      - .env
    networks:
      - immich-network
    restart: always

  redis:
    container_name: immich_redis
    image: redis:6.2
    networks:
      - immich-network
    restart: always

  database:
    container_name: immich_postgres
    image: postgres:14
    env_file:
      - .env
    environment:
      POSTGRES_PASSWORD: ${DB_PASSWORD}
      POSTGRES_USER: ${DB_USERNAME}
      POSTGRES_DB: ${DB_DATABASE_NAME}
      PG_DATA: /var/lib/postgresql/data
    volumes:
      - ${DB_LOCATION}:/var/lib/postgresql/data
    networks:
      - immich-network
    restart: always

  immich-proxy:
    container_name: immich_proxy
    image: altran1502/immich-proxy:release
    ports:
      - 2283:80
    depends_on:
      - immich-server
    networks:
      - immich-network
    restart: always

networks:
  immich-network:
alextran1502 commented 2 years ago

@Seji64 Your immich-server, immich-microservices, and immich-web is using the latest tag, please use the release tag to ensure compatibility across the release.

latest tag includes the latest change to the repository which might not compatible with each platform (web, mobile, and server)

base1983 commented 2 years ago

Is there a way to remove specific entries in the postgresql db? So I can remove items that aren't showing in the mobile app? image

zackpollard commented 2 years ago

I wouldn't recommend manually editing the database. Could you check the logs for your immich-microservices container as it looks like thumbnail generation. On the app new photos don't show up until the thumbnails have been generated

base1983 commented 2 years ago

Thanks, looks like it worked. I connected to the postgres docker container. I then connected to the sql database en manually removed the wrong items. Everything is looking clean again.

zackpollard commented 2 years ago

The server should handle thumbnail generation, if there were issues where it wasn't then there's something else wrong. Could you please check the immich-microserver logs and send them here so we can examine them as you shouldn't have any images failing thumbnail generation.

base1983 commented 2 years ago
Attaching to docker_immich-microservices_1
immich-microservices_1     |
immich-microservices_1     | > immich@1.5.1 start
immich-microservices_1     | > nest start "microservices"
immich-microservices_1     |
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [NestFactory] Starting Nest application...
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [InstanceLoader] DatabaseModule dependencies initialized +191ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [InstanceLoader] BullModule dependencies initialized +18ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:33 AM     LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +635ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:33 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:33 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:33 AM     LOG [InstanceLoader] ImmichJwtModule dependencies initialized +3ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:33 AM     LOG [InstanceLoader] CommunicationModule dependencies initialized +0ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:33 AM     LOG [InstanceLoader] MicroservicesModule dependencies initialized +2ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:33 AM     LOG [NestApplication] Nest application successfully started +56ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:33 AM     LOG [ImmichMicroservice] Running Immich Microservices in PRODUCTION environment
immich-microservices_1     | [Nest] 29  - 07/07/2022, 9:18:31 AM   ERROR [extractExif] Error extracting EXIF TypeError: Cannot read properties of undefined (reading 'Make')
Seji64 commented 2 years ago

@Seji64 Your immich-server, immich-microservices, and immich-web is using the latest tag, please use the release tag to ensure compatibility across the release.

latest tag includes the latest change to the repository which might not compatible with each platform (web, mobile, and server)

I updated my docker-compose file cleaned up everything and started from scratch. Uploaded a few photos => same issue :-(

Bild 07 07 22 um 21 29

Machine learning Logs:

immich:/opt/immich/docker# docker logs 0f7813230982

> nest_microservices@0.0.1 prebuild
> rimraf dist

> nest_microservices@0.0.1 build
> nest build

> nest_microservices@0.0.1 start:prod
> node dist/main

2022-07-07 19:18:39.965421: I tensorflow/core/platform/cpu_feature_guard.cc:151] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations:  AVX2 FMA
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
[Nest] 54  - 07/07/2022, 7:18:40 PM     LOG [NestFactory] Starting Nest application...
[Nest] 54  - 07/07/2022, 7:18:40 PM     LOG [ImageClassifier] Running Node TensorFlow Version : 3.15.0
[Nest] 54  - 07/07/2022, 7:18:40 PM     LOG [ObjectDetection] Running Node TensorFlow Version : 3.15.0
[Nest] 54  - 07/07/2022, 7:18:40 PM     LOG [InstanceLoader] AppModule dependencies initialized +3ms
[Nest] 54  - 07/07/2022, 7:18:40 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
[Nest] 54  - 07/07/2022, 7:18:40 PM     LOG [InstanceLoader] ImageClassifierModule dependencies initialized +1ms
[Nest] 54  - 07/07/2022, 7:18:40 PM     LOG [InstanceLoader] ObjectDetectionModule dependencies initialized +0ms
[Nest] 54  - 07/07/2022, 7:18:40 PM     LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +123ms
[Nest] 54  - 07/07/2022, 7:18:40 PM     LOG [RoutesResolver] ImageClassifierController {/image-classifier}: +9ms
[Nest] 54  - 07/07/2022, 7:18:40 PM     LOG [RouterExplorer] Mapped {/image-classifier/tag-image, POST} route +4ms
[Nest] 54  - 07/07/2022, 7:18:40 PM     LOG [RoutesResolver] ObjectDetectionController {/object-detection}: +0ms
[Nest] 54  - 07/07/2022, 7:18:40 PM     LOG [RouterExplorer] Mapped {/object-detection/detect-object, POST} route +1ms
[Nest] 54  - 07/07/2022, 7:18:40 PM     LOG [NestApplication] Nest application successfully started +3ms
[Nest] 54  - 07/07/2022, 7:18:40 PM     LOG [IMMICH MICROSERVICES] Running Immich Machine Learning in PRODUCTION environment

Immich server logs:

immich:/opt/immich/docker# docker logs c7760806d75f

> immich@1.5.1 start
> nest start "immich"

[Nest] 29  - 07/07/2022, 7:18:41 PM     LOG [NestFactory] Starting Nest application...
[Nest] 29  - 07/07/2022, 7:18:41 PM     LOG [InstanceLoader] DatabaseModule dependencies initialized +84ms
[Nest] 29  - 07/07/2022, 7:18:41 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
[Nest] 29  - 07/07/2022, 7:18:41 PM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
[Nest] 29  - 07/07/2022, 7:18:41 PM     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 29  - 07/07/2022, 7:18:41 PM     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 29  - 07/07/2022, 7:18:41 PM     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 29  - 07/07/2022, 7:18:41 PM     LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms
[Nest] 29  - 07/07/2022, 7:18:41 PM     LOG [InstanceLoader] ConfigModule dependencies initialized +7ms
[Nest] 29  - 07/07/2022, 7:18:41 PM     LOG [InstanceLoader] ScheduleModule dependencies initialized +1ms
[Nest] 29  - 07/07/2022, 7:18:41 PM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
[Nest] 29  - 07/07/2022, 7:18:41 PM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
[Nest] 29  - 07/07/2022, 7:18:41 PM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
[Nest] 29  - 07/07/2022, 7:18:41 PM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
[Nest] 29  - 07/07/2022, 7:18:41 PM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
[Nest] 29  - 07/07/2022, 7:18:41 PM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
[Nest] 29  - 07/07/2022, 7:18:41 PM     LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +700ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [InstanceLoader] CommunicationModule dependencies initialized +2ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [InstanceLoader] ImmichJwtModule dependencies initialized +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [InstanceLoader] BackgroundTaskModule dependencies initialized +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [InstanceLoader] ScheduleTasksModule dependencies initialized +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [InstanceLoader] DeviceInfoModule dependencies initialized +2ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [InstanceLoader] UserModule dependencies initialized +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [InstanceLoader] AlbumModule dependencies initialized +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [InstanceLoader] AssetModule dependencies initialized +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RoutesResolver] AppController {/}: +13ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RoutesResolver] UserController {/user}: +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/user, GET} route +3ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/user/me, GET} route +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/user, POST} route +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/user/count, GET} route +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/user, PUT} route +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/user/profile-image, POST} route +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/user/profile-image/:userId, GET} route +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RoutesResolver] AssetController {/asset}: +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/asset/upload, POST} route +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/asset/download, GET} route +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/asset/file, GET} route +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/asset/thumbnail/:assetId, GET} route +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/asset/allObjects, GET} route +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/asset/allLocation, GET} route +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/asset/searchTerm, GET} route +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/asset/search, POST} route +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/asset, GET} route +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/asset/:deviceId, GET} route +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/asset/assetById/:assetId, GET} route +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/asset, DELETE} route +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/asset/check, POST} route +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RoutesResolver] AuthController {/auth}: +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/auth/login, POST} route +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/auth/admin-sign-up, POST} route +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/auth/validateToken, POST} route +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RoutesResolver] DeviceInfoController {/device-info}: +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/device-info, POST} route +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/device-info, PATCH} route +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RoutesResolver] ServerInfoController {/server-info}: +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/server-info, GET} route +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/server-info/ping, GET} route +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/server-info/mapbox, GET} route +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/server-info/version, GET} route +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RoutesResolver] AlbumController {/album}: +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/album, POST} route +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/album/:albumId/users, PUT} route +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, PUT} route +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/album, GET} route +2ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/album/:albumId, GET} route +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, DELETE} route +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/album/:albumId, DELETE} route +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/album/:albumId/user/:userId, DELETE} route +1ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [RouterExplorer] Mapped {/album/:albumId, PATCH} route +0ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [NestApplication] Nest application successfully started +29ms
[Nest] 29  - 07/07/2022, 7:18:42 PM     LOG [ImmichServer] Running Immich Server in PRODUCTION environment
[Nest] 29  - 07/07/2022, 7:18:44 PM     LOG [WebsocketConnectionEvent] New websocket connection: UUWnPDgDPjr-e756AAAB
[Nest] 29  - 07/07/2022, 7:18:44 PM     LOG [WebsocketConnectionEvent] Client UUWnPDgDPjr-e756AAAB disconnected from Websocket
[Nest] 29  - 07/07/2022, 7:19:05 PM     LOG [WebsocketConnectionEvent] New websocket connection: 55ktuymUJH46YcHvAAAD
[Nest] 29  - 07/07/2022, 7:19:05 PM     LOG [WebsocketConnectionEvent] Client 55ktuymUJH46YcHvAAAD disconnected from Websocket
[Nest] 29  - 07/07/2022, 7:19:05 PM     LOG [WebsocketConnectionEvent] New websocket connection: F0xfX_E2PG9A27ONAAAF
[Nest] 29  - 07/07/2022, 7:19:05 PM     LOG [WebsocketConnectionEvent] Client F0xfX_E2PG9A27ONAAAF disconnected from Websocket
[Nest] 29  - 07/07/2022, 7:19:06 PM     LOG [WebsocketConnectionEvent] New websocket connection: IxyvfSLRWwAmuqlvAAAH
[Nest] 29  - 07/07/2022, 7:19:06 PM     LOG [WebsocketConnectionEvent] Client IxyvfSLRWwAmuqlvAAAH disconnected from Websocket
[Nest] 29  - 07/07/2022, 7:19:57 PM     LOG [WebsocketConnectionEvent] New websocket connection: g5QiA5bbN9quWv_9AAAJ
[Nest] 29  - 07/07/2022, 7:20:01 PM     LOG [WebsocketConnectionEvent] Client g5QiA5bbN9quWv_9AAAJ disconnected from Websocket
[Nest] 29  - 07/07/2022, 7:22:48 PM     LOG [WebsocketConnectionEvent] New websocket connection: BNbgU5hL8DGrqVlJAAAL
[Nest] 29  - 07/07/2022, 7:24:37 PM     LOG [WebsocketConnectionEvent] New websocket connection: oro7g9h1QZlc1WsMAAAN
[Nest] 29  - 07/07/2022, 7:25:19 PM     LOG [WebsocketConnectionEvent] Client oro7g9h1QZlc1WsMAAAN disconnected from Websocket
[Nest] 29  - 07/07/2022, 7:25:35 PM     LOG [WebsocketConnectionEvent] New websocket connection: -D4Sjm-yA-UA3ERPAAAP
[Nest] 29  - 07/07/2022, 7:26:03 PM     LOG [WebsocketConnectionEvent] Client BNbgU5hL8DGrqVlJAAAL disconnected from Websocket
[Nest] 29  - 07/07/2022, 7:26:29 PM     LOG [WebsocketConnectionEvent] New websocket connection: 4eRsWES8ZakfM9GlAAAR
[Nest] 29  - 07/07/2022, 7:26:40 PM     LOG [WebsocketConnectionEvent] Client 4eRsWES8ZakfM9GlAAAR disconnected from Websocket
[Nest] 29  - 07/07/2022, 7:26:40 PM     LOG [WebsocketConnectionEvent] New websocket connection: 70MiML05TzQ0LwW5AAAT
[Nest] 29  - 07/07/2022, 7:26:43 PM     LOG [WebsocketConnectionEvent] Client -D4Sjm-yA-UA3ERPAAAP disconnected from Websocket

immich proxy logs:

immich:/opt/immich/docker# docker logs immich_proxy
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf differs from the packaged version
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
2022/07/07 19:18:32 [notice] 1#1: using the "epoll" event method
2022/07/07 19:18:32 [notice] 1#1: nginx/1.23.0
2022/07/07 19:18:32 [notice] 1#1: built by gcc 10.2.1 20210110 (Debian 10.2.1-6)
2022/07/07 19:18:32 [notice] 1#1: OS: Linux 5.15.35-1-pve
2022/07/07 19:18:32 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1024:524288
2022/07/07 19:18:32 [notice] 1#1: start worker processes
2022/07/07 19:18:32 [notice] 1#1: start worker process 30
2022/07/07 19:18:32 [notice] 1#1: start worker process 31
2022/07/07 19:18:32 [notice] 1#1: start worker process 32
2022/07/07 19:18:32 [notice] 1#1: start worker process 33
2022/07/07 19:18:32 [notice] 1#1: start worker process 34
2022/07/07 19:18:32 [notice] 1#1: start worker process 35
2022/07/07 19:18:32 [notice] 1#1: start worker process 36
2022/07/07 19:18:32 [notice] 1#1: start worker process 37
2022/07/07 19:18:32 [notice] 1#1: start worker process 38
2022/07/07 19:18:32 [notice] 1#1: start worker process 39
2022/07/07 19:18:32 [notice] 1#1: start worker process 40
2022/07/07 19:18:32 [notice] 1#1: start worker process 41
2022/07/07 19:25:43 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000001, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:43 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000002, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:43 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000003, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:43 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000004, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:43 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000005, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:43 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000006, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:43 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000007, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:44 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000008, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:44 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000009, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:44 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000010, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:44 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000011, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:44 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000012, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:44 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000013, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:45 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000014, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:45 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000015, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:46 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000016, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:46 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000017, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:46 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000018, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:46 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000019, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:46 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000020, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:46 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000021, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:47 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000022, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:47 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000023, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:47 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000024, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:47 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000025, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:47 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000026, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:47 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000027, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:47 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000028, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:48 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000029, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:48 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000030, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:48 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000031, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:48 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000032, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:49 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000033, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:49 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000034, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:49 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000035, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:49 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000036, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:49 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000037, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:50 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000038, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:50 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000039, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:50 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000040, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:50 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000041, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:50 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000042, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:50 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000043, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:50 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000044, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:50 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000045, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:51 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000046, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:51 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000047, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:51 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000048, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:25:51 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000049, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de"
2022/07/07 19:33:52 [warn] 36#36: *147 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000050, client: 10.195.1.4, server: , request: "POST /api/asset/upload HTTP/1.1", host: "photos.apps.home.tihoda.de", referrer: "https://photos.apps.home.tihoda.de/photos"

do you need any other logs etc?

zackpollard commented 2 years ago

Hey @Seji64 could you upload some files and then send the logs from the immich-microservices container?

alextran1502 commented 2 years ago

@Seji64 When you update, did you perform a complete shutdown of all the containers before pulling and restarting them?

Can you please also provide the log of the immich-microservices container?

base1983 commented 2 years ago
Attaching to immich_proxy, docker_immich-server_2, docker_immich-server_5, docker_immich-server_4, docker_immich-server_1, docker_immich-server_3, docker_immich-machine-learning_1, docker_immich-microservices_1, immich_postgres, immich_redis, docker_immich-web_1
immich-machine-learning_1  |
immich-machine-learning_1  | > nest_microservices@0.0.1 prebuild
immich-machine-learning_1  | > rimraf dist
immich-machine-learning_1  |
immich-machine-learning_1  |
immich-machine-learning_1  | > nest_microservices@0.0.1 build
immich-machine-learning_1  | > nest build
immich-machine-learning_1  |
immich-machine-learning_1  |
immich-machine-learning_1  | > nest_microservices@0.0.1 start:prod
immich-machine-learning_1  | > node dist/main
immich-machine-learning_1  |
immich-machine-learning_1  | [Nest] 55  - 07/07/2022, 8:32:28 AM     LOG [NestFactory] Starting Nest application...
immich-machine-learning_1  | [Nest] 55  - 07/07/2022, 8:32:28 AM     LOG [ImageClassifier] Running Node TensorFlow Version : 3.15.0
immich-machine-learning_1  | [Nest] 55  - 07/07/2022, 8:32:28 AM     LOG [ObjectDetection] Running Node TensorFlow Version : 3.15.0
immich-machine-learning_1  | [Nest] 55  - 07/07/2022, 8:32:28 AM     LOG [InstanceLoader] AppModule dependencies initialized +8ms
immich-machine-learning_1  | [Nest] 55  - 07/07/2022, 8:32:28 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
immich-machine-learning_1  | [Nest] 55  - 07/07/2022, 8:32:28 AM     LOG [InstanceLoader] ImageClassifierModule dependencies initialized +2ms
immich-machine-learning_1  | [Nest] 55  - 07/07/2022, 8:32:28 AM     LOG [InstanceLoader] ObjectDetectionModule dependencies initialized +0ms
immich-machine-learning_1  | [Nest] 55  - 07/07/2022, 8:32:28 AM     LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +397ms
immich-machine-learning_1  | [Nest] 55  - 07/07/2022, 8:32:28 AM     LOG [RoutesResolver] ImageClassifierController {/image-classifier}: +14ms
immich-machine-learning_1  | [Nest] 55  - 07/07/2022, 8:32:28 AM     LOG [RouterExplorer] Mapped {/image-classifier/tag-image, POST} route +8ms
immich-machine-learning_1  | [Nest] 55  - 07/07/2022, 8:32:28 AM     LOG [RoutesResolver] ObjectDetectionController {/object-detection}: +1ms
immich-machine-learning_1  | [Nest] 55  - 07/07/2022, 8:32:28 AM     LOG [RouterExplorer] Mapped {/object-detection/detect-object, POST} route +2ms
immich-machine-learning_1  | [Nest] 55  - 07/07/2022, 8:32:28 AM     LOG [NestApplication] Nest application successfully started +6ms
immich-machine-learning_1  | [Nest] 55  - 07/07/2022, 8:32:28 AM     LOG [IMMICH MICROSERVICES] Running Immich Machine Learning in PRODUCTION environment
immich-server_1            |
immich-server_1            | > immich@1.5.1 start
immich-server_1            | > nest start "immich"
immich-server_1            |
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:34 AM     LOG [NestFactory] Starting Nest application...
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:34 AM     LOG [InstanceLoader] DatabaseModule dependencies initialized +209ms
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:34 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +2ms
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:34 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:34 AM     LOG [InstanceLoader] JwtModule dependencies initialized +3ms
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:34 AM     LOG [InstanceLoader] AppModule dependencies initialized +1ms
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:34 AM     LOG [InstanceLoader] ConfigHostModule dependencies initialized +2ms
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:34 AM     LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:34 AM     LOG [InstanceLoader] ConfigModule dependencies initialized +21ms
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:34 AM     LOG [InstanceLoader] ScheduleModule dependencies initialized +2ms
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:34 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:34 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:34 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:34 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:34 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:34 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:34 AM     LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +666ms
immich-server_4            |
immich-server_4            | > immich@1.5.1 start
immich-server_4            | > nest start "immich"
immich-server_4            |
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:36 AM     LOG [NestFactory] Starting Nest application...
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] DatabaseModule dependencies initialized +179ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] AppModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] ConfigHostModule dependencies initialized +2ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] ConfigModule dependencies initialized +21ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] ScheduleModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +509ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] CommunicationModule dependencies initialized +3ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] ImmichJwtModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] BackgroundTaskModule dependencies initialized +0ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] ScheduleTasksModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] DeviceInfoModule dependencies initialized +4ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] UserModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] AlbumModule dependencies initialized +0ms
immich-microservices_1     |
immich-microservices_1     | > immich@1.5.1 start
immich-microservices_1     | > nest start "microservices"
immich-microservices_1     |
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [NestFactory] Starting Nest application...
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [InstanceLoader] DatabaseModule dependencies initialized +191ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [InstanceLoader] BullModule dependencies initialized +18ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:32 AM     LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:33 AM     LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +635ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:33 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:33 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:33 AM     LOG [InstanceLoader] ImmichJwtModule dependencies initialized +3ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:33 AM     LOG [InstanceLoader] CommunicationModule dependencies initialized +0ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:33 AM     LOG [InstanceLoader] MicroservicesModule dependencies initialized +2ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:33 AM     LOG [NestApplication] Nest application successfully started +56ms
immich-microservices_1     | [Nest] 29  - 07/07/2022, 8:32:33 AM     LOG [ImmichMicroservice] Running Immich Microservices in PRODUCTION environment
immich-microservices_1     | [Nest] 29  - 07/07/2022, 9:18:31 AM   ERROR [extractExif] Error extracting EXIF TypeError: Cannot read properties of undefined (reading 'Make')
immich-microservices_1     | [Nest] 29  - 07/07/2022, 7:30:33 PM     LOG [mp4Conversion] Start Converting Video
immich-microservices_1     | [Nest] 29  - 07/07/2022, 7:30:33 PM     LOG [generateJPEGThumbnail] Start Generating Video Thumbnail
immich-microservices_1     | [Nest] 29  - 07/07/2022, 7:30:34 PM     LOG [generateJPEGThumbnail] Generating Video Thumbnail Success 84cc1118-fff7-4592-a8b0-45d4f5293455
immich-microservices_1     | [Nest] 29  - 07/07/2022, 7:30:37 PM     LOG [generateJPEGThumbnail] Start Generating Video Thumbnail
immich-microservices_1     | [Nest] 29  - 07/07/2022, 7:30:37 PM     LOG [generateJPEGThumbnail] Generating Video Thumbnail Success 632f2a73-65d0-4234-909a-fd3bd537a4bc
immich-microservices_1     | [Nest] 29  - 07/07/2022, 7:30:38 PM   ERROR [extractExif] Error extracting EXIF TypeError: Cannot read properties of undefined (reading 'Make')
immich-microservices_1     | [Nest] 29  - 07/07/2022, 7:30:40 PM     LOG [mp4Conversion] Converting Success 84cc1118-fff7-4592-a8b0-45d4f5293455
immich-microservices_1     | [Nest] 29  - 07/07/2022, 7:30:40 PM     LOG [mp4Conversion] Start Converting Video
immich-microservices_1     | [Nest] 29  - 07/07/2022, 7:31:00 PM     LOG [mp4Conversion] Converting Success 632f2a73-65d0-4234-909a-fd3bd537a4bc
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] AssetModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RoutesResolver] AppController {/}: +22ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RoutesResolver] UserController {/user}: +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/user, GET} route +6ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/user/me, GET} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/user, POST} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/user/count, GET} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/user, PUT} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/user/profile-image, POST} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/user/profile-image/:userId, GET} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RoutesResolver] AssetController {/asset}: +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/upload, POST} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/download, GET} route +2ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/file, GET} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/thumbnail/:assetId, GET} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/allObjects, GET} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/allLocation, GET} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/searchTerm, GET} route +0ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/search, POST} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset, GET} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/:deviceId, GET} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/assetById/:assetId, GET} route +0ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset, DELETE} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/check, POST} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RoutesResolver] AuthController {/auth}: +0ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/auth/login, POST} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/auth/admin-sign-up, POST} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/auth/validateToken, POST} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RoutesResolver] DeviceInfoController {/device-info}: +0ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/device-info, POST} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/device-info, PATCH} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RoutesResolver] ServerInfoController {/server-info}: +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/server-info, GET} route +0ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/server-info/ping, GET} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/server-info/mapbox, GET} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/server-info/version, GET} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RoutesResolver] AlbumController {/album}: +0ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/album, POST} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/album/:albumId/users, PUT} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, PUT} route +3ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/album, GET} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/album/:albumId, GET} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, DELETE} route +2ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/album/:albumId, DELETE} route +2ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/album/:albumId/user/:userId, DELETE} route +3ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/album/:albumId, PATCH} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [NestApplication] Nest application successfully started +83ms
immich-server_5            |
immich-server_4            | [Nest] 30  - 07/07/2022, 8:32:37 AM     LOG [ImmichServer] Running Immich Server in PRODUCTION environment
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_2            |
immich-server_3            |
immich-server_5            | > immich@1.5.1 start
immich-server_4            | [Nest] 30  - 07/07/2022, 8:39:46 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset 6f15cc4c-7fc9-4baf-b15c-1db46176f4c4
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_2            | > immich@1.5.1 start
immich_postgres            |
immich-server_3            | > immich@1.5.1 start
immich-server_5            | > nest start "immich"
immich-web_1               |
immich_redis               | 1:C 07 Jul 2022 08:31:55.335 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
immich-server_4            | [Nest] 30  - 07/07/2022, 8:41:57 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset f6a3fdc7-9c75-4154-bab9-2c57cc13f1f5
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_2            | > nest start "immich"
immich_postgres            | PostgreSQL Database directory appears to contain a database; Skipping initialization
immich-server_3            | > nest start "immich"
immich-server_5            |
immich-web_1               | > web@0.0.1 build
immich_redis               | 1:C 07 Jul 2022 08:31:55.335 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started
immich-server_4            | [Nest] 30  - 07/07/2022, 9:12:51 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset 2cf3d32b-0858-42ed-998f-96d68ac54407
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_2            |
immich_postgres            |
immich-server_3            |
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:34 AM     LOG [NestFactory] Starting Nest application...
immich-web_1               | > svelte-kit build
immich_redis               | 1:C 07 Jul 2022 08:31:55.335 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
immich-server_4            | [Nest] 30  - 07/07/2022, 9:12:51 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset f6a3fdc7-9c75-4154-bab9-2c57cc13f1f5
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:36 AM     LOG [NestFactory] Starting Nest application...
immich_postgres            | 2022-07-07 08:31:56.398 UTC [1] LOG:  starting PostgreSQL 14.4 (Debian 14.4-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:37 AM     LOG [NestFactory] Starting Nest application...
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] DatabaseModule dependencies initialized +210ms
immich-web_1               |
immich_redis               | 1:M 07 Jul 2022 08:31:55.336 * Increased maximum number of open files to 10032 (it was originally set to 1024).
immich-server_4            | [Nest] 30  - 07/07/2022, 9:12:59 AM   ERROR [serveFile[IMAGE]] Cannot create read stream for asset 6dda4d90-71b8-4939-b25d-b742b641cb33
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] DatabaseModule dependencies initialized +148ms
immich_postgres            | 2022-07-07 08:31:56.398 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] DatabaseModule dependencies initialized +127ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-web_1               | vite v2.9.8 building for production...
immich_redis               | 1:M 07 Jul 2022 08:31:55.336 * monotonic clock: POSIX clock_gettime
immich-server_4            | [Nest] 30  - 07/07/2022, 9:13:11 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset 876d9068-bb5f-4c8e-9154-9ab877c18f1b
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] CommunicationModule dependencies initialized +4ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich_postgres            | 2022-07-07 08:31:56.398 UTC [1] LOG:  listening on IPv6 address "::", port 5432
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-web_1               | transforming...
immich_redis               | 1:M 07 Jul 2022 08:31:55.337 # A key '__redis__compare_helper' was added to Lua globals which is not on the globals allow list nor listed on the deny list.
immich-server_4            | [Nest] 30  - 07/07/2022, 9:13:11 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset 99627b54-15ed-4dd3-9b0d-34c051c322de
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] ImmichJwtModule dependencies initialized +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich_postgres            | 2022-07-07 08:31:56.408 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] JwtModule dependencies initialized +3ms
immich-web_1               | ✓ 824 modules transformed.
immich_redis               | 1:M 07 Jul 2022 08:31:55.337 * Running mode=standalone, port=6379.
immich-server_4            | [Nest] 30  - 07/07/2022, 9:13:51 AM     LOG [WebsocketConnectionEvent] New websocket connection: dI_nIdqD067S577AAADA
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] BackgroundTaskModule dependencies initialized +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
immich_postgres            | 2022-07-07 08:31:56.418 UTC [26] LOG:  database system was shut down at 2022-07-07 08:28:35 UTC
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] AppModule dependencies initialized +1ms
immich-web_1               | rendering chunks...
immich_redis               | 1:M 07 Jul 2022 08:31:55.337 # Server initialized
immich-server_4            | [Nest] 30  - 07/07/2022, 9:13:56 AM     LOG [WebsocketConnectionEvent] New websocket connection: lqm_ZKfjy_ceGzCEAADD
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] ScheduleTasksModule dependencies initialized +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] AppModule dependencies initialized +1ms
immich_postgres            | 2022-07-07 08:31:56.436 UTC [1] LOG:  database system is ready to accept connections
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] AppModule dependencies initialized +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] ConfigHostModule dependencies initialized +2ms
immich-web_1               | .svelte-kit/output/client/_app/manifest.json                                         6.51 KiB
immich_redis               | 1:M 07 Jul 2022 08:31:55.337 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
immich-server_4            | [Nest] 30  - 07/07/2022, 9:14:07 AM   ERROR [serveFile[IMAGE]] Cannot create read stream for asset dd5578df-e6a1-4d4e-a807-51c7117b53cc
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] DeviceInfoModule dependencies initialized +8ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
immich_postgres            | 2022-07-07 08:59:57.966 UTC [90] FATAL:  role "root" does not exist
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms
immich-web_1               | .svelte-kit/output/client/_app/error.svelte-77365d18.js                              1.56 KiB / gzip: 0.75 KiB
immich_redis               | 1:M 07 Jul 2022 08:31:55.337 * Ready to accept connections
immich-server_4            | [Nest] 30  - 07/07/2022, 9:14:33 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset 876d9068-bb5f-4c8e-9154-9ab877c18f1b
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms
immich_postgres            | 2022-07-07 09:00:38.773 UTC [93] FATAL:  role "root" does not exist
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] ConfigModule dependencies initialized +22ms
immich-web_1               | .svelte-kit/output/client/_app/start-0ec34a15.js                                     24.76 KiB / gzip: 8.76 KiB
immich_redis               | 1:M 07 Jul 2022 08:46:03.685 * 100 changes in 300 seconds. Saving...
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] UserModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 9:14:36 AM     LOG [WebsocketConnectionEvent] Client dI_nIdqD067S577AAADA disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] ConfigModule dependencies initialized +16ms
immich_postgres            | 2022-07-07 09:01:22.576 UTC [96] FATAL:  role "postgress" does not exist
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] ConfigModule dependencies initialized +14ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] ScheduleModule dependencies initialized +1ms
immich-web_1               | .svelte-kit/output/client/_app/pages/auth/change-password/index.svelte-ec037bab.js   6.83 KiB / gzip: 2.91 KiB
immich_redis               | 1:M 07 Jul 2022 08:46:03.686 * Background saving started by pid 21
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] AlbumModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 9:14:41 AM     LOG [WebsocketConnectionEvent] Client lqm_ZKfjy_ceGzCEAADD disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] ScheduleModule dependencies initialized +1ms
immich_postgres            | 2022-07-07 09:04:27.808 UTC [98] ERROR:  syntax error at or near "?" at character 1
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] ScheduleModule dependencies initialized +0ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-web_1               | .svelte-kit/output/client/_app/pages/__layout.svelte-67ee5f77.js                     21.14 KiB / gzip: 7.64 KiB
immich_redis               | 21:C 07 Jul 2022 08:46:03.692 * DB saved on disk
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] AssetModule dependencies initialized +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 9:14:42 AM   ERROR [serveFile[IMAGE]] Cannot create read stream for asset 2cf3d32b-0858-42ed-998f-96d68ac54407
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich_postgres            | 2022-07-07 09:04:27.808 UTC [98] STATEMENT:  ?
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-web_1               | .svelte-kit/output/client/_app/pages/auth/login/index.svelte-1f369773.js             4.66 KiB / gzip: 2.06 KiB
immich_redis               | 21:C 07 Jul 2022 08:46:03.693 * RDB: 0 MB of memory used by copy-on-write
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RoutesResolver] AppController {/}: +33ms
immich-server_4            | [Nest] 30  - 07/07/2022, 9:15:52 AM   ERROR [serveFile[VIDEO]] Error serving VIDEO asset id f4b15570-cdd6-4a74-bf69-fe4b6b463759
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
immich_postgres            |    help
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-web_1               | .svelte-kit/output/client/_app/pages/admin/index.svelte-0d4502f8.js                  16.76 KiB / gzip: 5.90 KiB
immich_redis               | 1:M 07 Jul 2022 08:46:03.787 * Background saving terminated with success
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RoutesResolver] UserController {/user}: +2ms
immich-server_4            | [Nest] 30  - 07/07/2022, 9:18:27 AM     LOG [WebsocketConnectionEvent] New websocket connection: alsluSUiVMoEdIiEAAD7
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich_postgres            |    TABLE
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-web_1               | .svelte-kit/output/client/_app/pages/auth/register/index.svelte-8de9c520.js          7.37 KiB / gzip: 2.88 KiB
immich_redis               | 1:M 07 Jul 2022 09:00:03.733 * 100 changes in 300 seconds. Saving...
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/user, GET} route +8ms
immich-server_4            | [Nest] 30  - 07/07/2022, 9:18:40 AM     LOG [WebsocketConnectionEvent] Client alsluSUiVMoEdIiEAAD7 disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich_postgres            |    SELECT *;
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-web_1               | .svelte-kit/output/client/_app/pages/index.svelte-1524f73a.js                        2.37 KiB / gzip: 1.21 KiB
immich_redis               | 1:M 07 Jul 2022 09:00:03.734 * Background saving started by pid 22
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/user/me, GET} route +2ms
immich-server_4            | [Nest] 30  - 07/07/2022, 9:19:57 AM     LOG [WebsocketConnectionEvent] New websocket connection: -5P1-jGHwp5JAPceAAEO
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
immich_postgres            | 2022-07-07 09:05:11.999 UTC [98] ERROR:  syntax error at or near "SELECT" at character 8
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-web_1               | .svelte-kit/output/client/_app/pages/photos/_assetId_.svelte-1c414347.js             0.28 KiB / gzip: 0.22 KiB
immich_redis               | 22:C 07 Jul 2022 09:00:03.740 * DB saved on disk
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/user, POST} route +2ms
immich-server_4            | [Nest] 30  - 07/07/2022, 9:20:01 AM     LOG [WebsocketConnectionEvent] Client -5P1-jGHwp5JAPceAAEO disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich_postgres            | 2022-07-07 09:05:11.999 UTC [98] STATEMENT:  TABLE
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms
immich-web_1               | .svelte-kit/output/client/_app/pages/photos/index.svelte-6492209b.js                 0.56 KiB / gzip: 0.25 KiB
immich_redis               | 22:C 07 Jul 2022 09:00:03.741 * RDB: 0 MB of memory used by copy-on-write
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/user/count, GET} route +2ms
immich-server_4            | [Nest] 30  - 07/07/2022, 11:19:25 AM     LOG [WebsocketConnectionEvent] New websocket connection: FZl1c5GRPq5A1zHNAANE
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:36 AM     LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms
immich_postgres            |    SELECT *
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +646ms
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-5bce63e4.js                              0.79 KiB / gzip: 0.49 KiB
immich_redis               | 1:M 07 Jul 2022 09:00:03.835 * Background saving terminated with success
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/user, PUT} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 11:19:30 AM     LOG [WebsocketConnectionEvent] New websocket connection: 6o69P7AqHH1xT-VrAANG
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +402ms
immich_postgres            |    SELECT * LIMIT 10;
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +320ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-ef4af6b9.js                              12.54 KiB / gzip: 5.21 KiB
immich_redis               | 1:M 07 Jul 2022 09:15:03.764 * 100 changes in 300 seconds. Saving...
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/user/profile-image, POST} route +2ms
immich-server_4            | [Nest] 30  - 07/07/2022, 11:20:10 AM     LOG [WebsocketConnectionEvent] Client FZl1c5GRPq5A1zHNAANE disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich_postgres            | 2022-07-07 09:08:40.128 UTC [98] ERROR:  column "6f15cc4c-7fc9-4baf-b15c-1db46176f4c4" does not exist at character 11
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-web_1               | .svelte-kit/output/client/_app/chunks/singletons-d1fb5791.js                         0.05 KiB / gzip: 0.07 KiB
immich_redis               | 1:M 07 Jul 2022 09:15:03.765 * Background saving started by pid 23
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/user/profile-image/:userId, GET} route +2ms
immich-server_4            | [Nest] 30  - 07/07/2022, 11:20:15 AM     LOG [WebsocketConnectionEvent] Client 6o69P7AqHH1xT-VrAANG disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich_postgres            | 2022-07-07 09:08:40.128 UTC [98] STATEMENT:  SELECT id="6f15cc4c-7fc9-4baf-b15c-1db46176f4c4" FROM "assets";
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
immich-web_1               | .svelte-kit/output/client/_app/chunks/preload-helper-e4860ae8.js                     0.55 KiB / gzip: 0.39 KiB
immich_redis               | 23:C 07 Jul 2022 09:15:03.769 * DB saved on disk
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RoutesResolver] AssetController {/asset}: +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 11:20:17 AM     LOG [WebsocketConnectionEvent] New websocket connection: 7lcWEUKQH33rMfD0AANM
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
immich_postgres            | 2022-07-07 09:08:48.674 UTC [98] ERROR:  syntax error at or near "-" at character 19
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-671921bc.js                              1.76 KiB / gzip: 0.66 KiB
immich_redis               | 23:C 07 Jul 2022 09:15:03.770 * RDB: 0 MB of memory used by copy-on-write
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/upload, POST} route +2ms
immich-server_4            | [Nest] 30  - 07/07/2022, 11:20:23 AM     LOG [WebsocketConnectionEvent] New websocket connection: dTThHa4qXIEjxNyhAANO
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich_postgres            | 2022-07-07 09:08:48.674 UTC [98] STATEMENT:  SELECT id=6f15cc4c-7fc9-4baf-b15c-1db46176f4c4 FROM "assets";
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-web_1               | .svelte-kit/output/client/_app/chunks/navigation-0e6511d1.js                         0.17 KiB / gzip: 0.15 KiB
immich_redis               | 1:M 07 Jul 2022 09:15:03.866 * Background saving terminated with success
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/download, GET} route +3ms
immich-server_4            | [Nest] 30  - 07/07/2022, 11:21:02 AM     LOG [WebsocketConnectionEvent] Client 7lcWEUKQH33rMfD0AANM disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
immich_postgres            | 2022-07-07 09:08:58.497 UTC [98] ERROR:  column "6f15cc4c-7fc9-4baf-b15c-1db46176f4c4" does not exist at character 8
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-web_1               | .svelte-kit/output/client/_app/chunks/full-screen-modal-9221b089.js                  1.21 KiB / gzip: 0.75 KiB
immich_redis               | 1:M 07 Jul 2022 09:20:04.087 * 100 changes in 300 seconds. Saving...
immich-server_4            | [Nest] 30  - 07/07/2022, 11:21:08 AM     LOG [WebsocketConnectionEvent] Client dTThHa4qXIEjxNyhAANO disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/file, GET} route +2ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich_postgres            | 2022-07-07 09:08:58.497 UTC [98] STATEMENT:  SELECT "6f15cc4c-7fc9-4baf-b15c-1db46176f4c4" FROM "assets";
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] CommunicationModule dependencies initialized +4ms
immich-web_1               | .svelte-kit/output/client/_app/chunks/stores-3c8b13ca.js                             0.60 KiB / gzip: 0.32 KiB
immich_redis               | 1:M 07 Jul 2022 09:20:04.088 * Background saving started by pid 24
immich-server_4            | [Nest] 30  - 07/07/2022, 11:24:22 AM     LOG [WebsocketConnectionEvent] New websocket connection: pyyeOg2C_mYVTYPbAANh
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/thumbnail/:assetId, GET} route +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] CommunicationModule dependencies initialized +4ms
immich_postgres            | 2022-07-07 09:10:48.270 UTC [98] ERROR:  syntax error at or near "SELECT" at character 72
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] CommunicationModule dependencies initialized +2ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] ImmichJwtModule dependencies initialized +1ms
immich-web_1               | .svelte-kit/output/client/_app/chunks/api-7d7c7d7e.js                                0.65 KiB / gzip: 0.42 KiB
immich_redis               | 24:C 07 Jul 2022 09:20:04.094 * DB saved on disk
immich-server_4            | [Nest] 30  - 07/07/2022, 11:25:07 AM     LOG [WebsocketConnectionEvent] Client pyyeOg2C_mYVTYPbAANh disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/allObjects, GET} route +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] ImmichJwtModule dependencies initialized +1ms
immich_postgres            | 2022-07-07 09:10:48.270 UTC [98] STATEMENT:  SELECT * FROM "assets" WHERE id="6f15cc4c-7fc9-4baf-b15c-1db46176f4c4"
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] ImmichJwtModule dependencies initialized +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] BackgroundTaskModule dependencies initialized +1ms
immich-web_1               | .svelte-kit/output/client/_app/chunks/constants-4436f500.js                          0.06 KiB / gzip: 0.08 KiB
immich_redis               | 24:C 07 Jul 2022 09:20:04.095 * RDB: 0 MB of memory used by copy-on-write
immich-server_4            | [Nest] 30  - 07/07/2022, 11:25:15 AM     LOG [WebsocketConnectionEvent] New websocket connection: eMNijKLFOkv7fkeZAANn
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/allLocation, GET} route +2ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] BackgroundTaskModule dependencies initialized +1ms
immich_postgres            |    SELECT * FROM "assets" WHERE id="6f15cc4c-7fc9-4baf-b15c-1db46176f4c4";
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] BackgroundTaskModule dependencies initialized +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] ScheduleTasksModule dependencies initialized +1ms
immich-web_1               | .svelte-kit/output/client/_app/chunks/auth-api-9c6b9414.js                           0.43 KiB / gzip: 0.16 KiB
immich-server_4            | [Nest] 30  - 07/07/2022, 11:25:49 AM     LOG [WebsocketConnectionEvent] New websocket connection: 58Bcx7sHG-4_0oBDAANs
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/searchTerm, GET} route +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] ScheduleTasksModule dependencies initialized +1ms
immich_postgres            | 2022-07-07 09:11:01.454 UTC [98] ERROR:  column "6f15cc4c-7fc9-4baf-b15c-1db46176f4c4" does not exist at character 33
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] ScheduleTasksModule dependencies initialized +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] DeviceInfoModule dependencies initialized +7ms
immich_redis               | 1:M 07 Jul 2022 09:20:04.188 * Background saving terminated with success
immich-web_1               | .svelte-kit/output/client/_app/assets/index-335c1bdb.css                             0.21 KiB / gzip: 0.18 KiB
immich-server_4            | [Nest] 30  - 07/07/2022, 11:26:00 AM     LOG [WebsocketConnectionEvent] Client eMNijKLFOkv7fkeZAANn disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/search, POST} route +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] DeviceInfoModule dependencies initialized +8ms
immich_postgres            | 2022-07-07 09:11:01.454 UTC [98] STATEMENT:  SELECT * FROM "assets" WHERE id="6f15cc4c-7fc9-4baf-b15c-1db46176f4c4";
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] DeviceInfoModule dependencies initialized +5ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
immich_redis               | 1:M 07 Jul 2022 09:25:05.027 * 100 changes in 300 seconds. Saving...
immich-web_1               | .svelte-kit/output/client/_app/chunks/status-box-93e75108.js                         20.79 KiB / gzip: 7.07 KiB
immich-server_4            | [Nest] 30  - 07/07/2022, 11:26:05 AM     LOG [WebsocketConnectionEvent] New websocket connection: sHVgRxHjct73M-deAANv
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset, GET} route +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
immich_postgres            | 2022-07-07 09:11:15.960 UTC [98] ERROR:  column "6f15cc4c-7fc9-4baf-b15c-1db46176f4c4" does not exist at character 35
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] UserModule dependencies initialized +1ms
immich_redis               | 1:M 07 Jul 2022 09:25:05.028 * Background saving started by pid 25
immich-web_1               | .svelte-kit/output/client/_app/assets/pages/__layout.svelte-8269b87f.css             17.51 KiB / gzip: 4.36 KiB
immich-server_4            | [Nest] 30  - 07/07/2022, 11:26:34 AM     LOG [WebsocketConnectionEvent] Client 58Bcx7sHG-4_0oBDAANs disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/:deviceId, GET} route +2ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] UserModule dependencies initialized +1ms
immich_postgres            | 2022-07-07 09:11:15.960 UTC [98] STATEMENT:  SELECT * FROM "assets" WHERE id = "6f15cc4c-7fc9-4baf-b15c-1db46176f4c4";
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] UserModule dependencies initialized +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] AlbumModule dependencies initialized +1ms
immich_redis               | 25:C 07 Jul 2022 09:25:05.037 * DB saved on disk
immich-web_1               | .svelte-kit/output/client/_app/chunks/assets-46ea72b7.js                             145.28 KiB / gzip: 49.86 KiB
immich-server_4            | [Nest] 30  - 07/07/2022, 11:26:37 AM     LOG [WebsocketConnectionEvent] New websocket connection: e10XHYhqDSSwJRbXAANz
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/assetById/:assetId, GET} route +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] AlbumModule dependencies initialized +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] AlbumModule dependencies initialized +0ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [InstanceLoader] AssetModule dependencies initialized +0ms
immich_redis               | 25:C 07 Jul 2022 09:25:05.038 * RDB: 0 MB of memory used by copy-on-write
immich-web_1               | .svelte-kit/output/client/_app/chunks/leaflet-src-9905daab.js                        142.61 KiB / gzip: 41.34 KiB
immich-server_4            | [Nest] 30  - 07/07/2022, 11:26:50 AM     LOG [WebsocketConnectionEvent] Client sHVgRxHjct73M-deAANv disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset, DELETE} route +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [InstanceLoader] AssetModule dependencies initialized +0ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [InstanceLoader] AssetModule dependencies initialized +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RoutesResolver] AppController {/}: +34ms
immich_redis               | 1:M 07 Jul 2022 09:25:05.129 * Background saving terminated with success
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-9de08447.js                              254.71 KiB / gzip: 85.46 KiB
immich-server_4            | [Nest] 30  - 07/07/2022, 11:27:22 AM     LOG [WebsocketConnectionEvent] Client e10XHYhqDSSwJRbXAANz disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/check, POST} route +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RoutesResolver] AppController {/}: +35ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RoutesResolver] AppController {/}: +23ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RoutesResolver] UserController {/user}: +1ms
immich_redis               | 1:M 07 Jul 2022 09:39:03.821 * 100 changes in 300 seconds. Saving...
immich-web_1               | vite v2.9.8 building SSR bundle for production...
immich-server_4            | [Nest] 30  - 07/07/2022, 11:52:07 AM     LOG [WebsocketConnectionEvent] New websocket connection: 1i-SwWasirczXcYfAAPo
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RoutesResolver] AuthController {/auth}: +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RoutesResolver] UserController {/user}: +2ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RoutesResolver] UserController {/user}: +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/user, GET} route +9ms
immich_redis               | 1:M 07 Jul 2022 09:39:03.821 * Background saving started by pid 26
immich-web_1               | transforming...
immich-server_4            | [Nest] 30  - 07/07/2022, 11:52:52 AM     LOG [WebsocketConnectionEvent] Client 1i-SwWasirczXcYfAAPo disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/auth/login, POST} route +2ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/user, GET} route +8ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/user, GET} route +5ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/user/me, GET} route +1ms
immich_redis               | 26:C 07 Jul 2022 09:39:03.828 * DB saved on disk
immich-web_1               | "Socket" is imported from external module "socket.io-client" but never used in "src/lib/stores/websocket.ts".
immich-server_4            | [Nest] 30  - 07/07/2022, 11:54:18 AM     LOG [WebsocketConnectionEvent] New websocket connection: _T9t368Th3_cz_RSAAP2
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/auth/admin-sign-up, POST} route +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/user/me, GET} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/user/me, GET} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/user, POST} route +3ms
immich_redis               | 26:C 07 Jul 2022 09:39:03.829 * RDB: 0 MB of memory used by copy-on-write
immich-web_1               | "default" and "round" are imported from external module "lodash" but never used in "src/lib/stores/assets.ts" and "src/lib/components/asset-viewer/detail-panel.svelte".
immich-server_4            | [Nest] 30  - 07/07/2022, 11:55:03 AM     LOG [WebsocketConnectionEvent] Client _T9t368Th3_cz_RSAAP2 disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/auth/validateToken, POST} route +2ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/user, POST} route +3ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/user, POST} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/user/count, GET} route +2ms
immich_redis               | 1:M 07 Jul 2022 09:39:03.922 * Background saving terminated with success
immich-web_1               | ✓ 91 modules transformed.
immich-server_4            | [Nest] 30  - 07/07/2022, 12:00:02 PM     LOG [WebsocketConnectionEvent] New websocket connection: X7ZxAzLpcAwvJuPUAAQH
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RoutesResolver] DeviceInfoController {/device-info}: +0ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/user/count, GET} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/user/count, GET} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/user, PUT} route +1ms
immich_redis               | 1:M 07 Jul 2022 09:53:37.709 * 100 changes in 300 seconds. Saving...
immich-web_1               | rendering chunks...
immich-server_4            | [Nest] 30  - 07/07/2022, 12:00:47 PM     LOG [WebsocketConnectionEvent] Client X7ZxAzLpcAwvJuPUAAQH disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/device-info, POST} route +2ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/user, PUT} route +2ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/user, PUT} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/user/profile-image, POST} route +2ms
immich_redis               | 1:M 07 Jul 2022 09:53:37.710 * Background saving started by pid 27
immich-web_1               | .svelte-kit/output/server/manifest.json                                         5.55 KiB
immich-server_4            | [Nest] 30  - 07/07/2022, 12:01:32 PM     LOG [WebsocketConnectionEvent] New websocket connection: BNB9kZPVUuqDb0WtAAQQ
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/device-info, PATCH} route +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/user/profile-image, POST} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/user/profile-image, POST} route +2ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/user/profile-image/:userId, GET} route +2ms
immich_redis               | 27:C 07 Jul 2022 09:53:37.716 * DB saved on disk
immich-web_1               | .svelte-kit/output/server/index.js                                              75.63 KiB
immich-server_4            | [Nest] 30  - 07/07/2022, 12:01:38 PM     LOG [WebsocketConnectionEvent] New websocket connection: 6cF4lEXFqVG5KTGxAAQS
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RoutesResolver] ServerInfoController {/server-info}: +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/user/profile-image/:userId, GET} route +2ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/user/profile-image/:userId, GET} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RoutesResolver] AssetController {/asset}: +1ms
immich_redis               | 27:C 07 Jul 2022 09:53:37.718 * RDB: 0 MB of memory used by copy-on-write
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/logout.ts.js                   0.21 KiB
immich-server_4            | [Nest] 30  - 07/07/2022, 12:02:17 PM     LOG [WebsocketConnectionEvent] Client BNB9kZPVUuqDb0WtAAQQ disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/server-info, GET} route +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RoutesResolver] AssetController {/asset}: +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RoutesResolver] AssetController {/asset}: +0ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/upload, POST} route +3ms
immich_redis               | 1:M 07 Jul 2022 09:53:37.811 * Background saving terminated with success
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/change-password/index.ts.js    0.85 KiB
immich-server_4            | [Nest] 30  - 07/07/2022, 12:02:23 PM     LOG [WebsocketConnectionEvent] Client 6cF4lEXFqVG5KTGxAAQS disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/server-info/ping, GET} route +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/upload, POST} route +2ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/asset/upload, POST} route +2ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/download, GET} route +2ms
immich_redis               | 1:M 07 Jul 2022 10:08:03.866 * 100 changes in 300 seconds. Saving...
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/index.ts.js              1.54 KiB
immich-server_4            | [Nest] 30  - 07/07/2022, 12:02:46 PM     LOG [WebsocketConnectionEvent] New websocket connection: up7OlfrHFXOxcl6MAAQa
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/server-info/mapbox, GET} route +2ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/download, GET} route +2ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/asset/download, GET} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/file, GET} route +2ms
immich_redis               | 1:M 07 Jul 2022 10:08:03.867 * Background saving started by pid 28
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/register/index.ts.js           0.84 KiB
immich-server_4            | [Nest] 30  - 07/07/2022, 12:03:31 PM     LOG [WebsocketConnectionEvent] Client up7OlfrHFXOxcl6MAAQa disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/server-info/version, GET} route +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/file, GET} route +2ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/thumbnail/:assetId, GET} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/asset/file, GET} route +2ms
immich_redis               | 28:C 07 Jul 2022 10:08:03.873 * DB saved on disk
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/update.ts.js             1.42 KiB
immich-server_4            | [Nest] 30  - 07/07/2022, 12:03:40 PM     LOG [WebsocketConnectionEvent] New websocket connection: xWVtPijC9Ae70W5CAAQe
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RoutesResolver] AlbumController {/album}: +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/thumbnail/:assetId, GET} route +2ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/allObjects, GET} route +2ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/asset/thumbnail/:assetId, GET} route +0ms
immich_redis               | 28:C 07 Jul 2022 10:08:03.874 * RDB: 0 MB of memory used by copy-on-write
immich-web_1               | .svelte-kit/output/server/entries/endpoints/admin/api/create-user.ts.js         0.93 KiB
immich-server_4            | [Nest] 30  - 07/07/2022, 12:04:25 PM     LOG [WebsocketConnectionEvent] Client xWVtPijC9Ae70W5CAAQe disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/album, POST} route +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/allObjects, GET} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/allLocation, GET} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/asset/allObjects, GET} route +1ms
immich_redis               | 1:M 07 Jul 2022 10:08:03.968 * Background saving terminated with success
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/api/select-admin.ts.js   1.77 KiB
immich-server_4            | [Nest] 30  - 07/07/2022, 12:05:43 PM     LOG [WebsocketConnectionEvent] New websocket connection: Ob0uRKZyJ5vPR9HQAAQn
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/album/:albumId/users, PUT} route +2ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/allLocation, GET} route +2ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/searchTerm, GET} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/asset/allLocation, GET} route +1ms
immich_redis               | 1:M 07 Jul 2022 10:23:03.912 * 100 changes in 300 seconds. Saving...
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/api/get-users.ts.js      0.32 KiB
immich-server_4            | [Nest] 30  - 07/07/2022, 12:06:28 PM     LOG [WebsocketConnectionEvent] Client Ob0uRKZyJ5vPR9HQAAQn disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, PUT} route +7ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/searchTerm, GET} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/search, POST} route +2ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/asset/searchTerm, GET} route +1ms
immich_redis               | 1:M 07 Jul 2022 10:23:03.913 * Background saving started by pid 29
immich-web_1               | .svelte-kit/output/server/entries/pages/__layout.svelte.js                      11.62 KiB
immich-server_4            | [Nest] 30  - 07/07/2022, 12:07:37 PM     LOG [WebsocketConnectionEvent] New websocket connection: OxxU4SSLytKNtprYAAQv
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/album, GET} route +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/search, POST} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset, GET} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/asset/search, POST} route +1ms
immich_redis               | 29:C 07 Jul 2022 10:23:03.920 * DB saved on disk
immich-web_1               | .svelte-kit/output/server/entries/fallbacks/error.svelte.js                     0.72 KiB
immich-server_4            | [Nest] 30  - 07/07/2022, 12:08:22 PM     LOG [WebsocketConnectionEvent] Client OxxU4SSLytKNtprYAAQv disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/album/:albumId, GET} route +1ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset, GET} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/:deviceId, GET} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/asset, GET} route +1ms
immich_redis               | 29:C 07 Jul 2022 10:23:03.921 * RDB: 0 MB of memory used by copy-on-write
immich-web_1               | .svelte-kit/output/server/entries/pages/admin/index.svelte.js                   6.83 KiB
immich-server_4            | [Nest] 30  - 07/07/2022, 12:08:50 PM     LOG [WebsocketConnectionEvent] New websocket connection: oZ-kzh9lHw3wP6SxAAQ1
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, DELETE} route +2ms
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/:deviceId, GET} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/assetById/:assetId, GET} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/asset/:deviceId, GET} route +0ms
immich_redis               | 1:M 07 Jul 2022 10:23:04.014 * Background saving terminated with success
immich-web_1               | .svelte-kit/output/server/entries/pages/auth/change-password/index.svelte.js    3.42 KiB
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/album/:albumId, DELETE} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 12:09:35 PM     LOG [WebsocketConnectionEvent] Client oZ-kzh9lHw3wP6SxAAQ1 disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/assetById/:assetId, GET} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset, DELETE} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/asset/assetById/:assetId, GET} route +1ms
immich_redis               | 1:M 07 Jul 2022 10:38:03.920 * 100 changes in 300 seconds. Saving...
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/album/:albumId/user/:userId, DELETE} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 12:09:45 PM     LOG [WebsocketConnectionEvent] New websocket connection: Jv4k-70x2xJOXM1tAAQ6
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset, DELETE} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/asset/check, POST} route +2ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/asset, DELETE} route +1ms
immich_redis               | 1:M 07 Jul 2022 10:38:03.921 * Background saving started by pid 30
immich-web_1               | .svelte-kit/output/server/entries/pages/auth/login/index.svelte.js              1.92 KiB
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/album/:albumId, PATCH} route +1ms
immich-server_4            | [Nest] 30  - 07/07/2022, 12:10:30 PM     LOG [WebsocketConnectionEvent] Client Jv4k-70x2xJOXM1tAAQ6 disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/asset/check, POST} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RoutesResolver] AuthController {/auth}: +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/asset/check, POST} route +1ms
immich_redis               | 30:C 07 Jul 2022 10:38:03.927 * DB saved on disk
immich-web_1               | .svelte-kit/output/server/entries/pages/auth/register/index.svelte.js           3.41 KiB
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [NestApplication] Nest application successfully started +87ms
immich-server_4            | [Nest] 30  - 07/07/2022, 12:11:02 PM     LOG [WebsocketConnectionEvent] New websocket connection: yInvZtiOBFNjVm46AARB
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RoutesResolver] AuthController {/auth}: +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/auth/login, POST} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RoutesResolver] AuthController {/auth}: +0ms
immich_redis               | 30:C 07 Jul 2022 10:38:03.928 * RDB: 0 MB of memory used by copy-on-write
immich-web_1               | .svelte-kit/output/server/entries/pages/index.svelte.js                         1.74 KiB
immich-server_1            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [ImmichServer] Running Immich Server in PRODUCTION environment
immich-server_4            | [Nest] 30  - 07/07/2022, 12:11:47 PM     LOG [WebsocketConnectionEvent] Client yInvZtiOBFNjVm46AARB disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/auth/login, POST} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/auth/admin-sign-up, POST} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/auth/login, POST} route +1ms
immich_redis               | 1:M 07 Jul 2022 10:38:04.022 * Background saving terminated with success
immich-web_1               | .svelte-kit/output/server/entries/pages/photos/_assetId_.svelte.js              0.42 KiB
immich-server_1            | [Nest] 30  - 07/07/2022, 9:12:51 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset 876d9068-bb5f-4c8e-9154-9ab877c18f1b
immich-server_4            | [Nest] 30  - 07/07/2022, 12:12:06 PM     LOG [WebsocketConnectionEvent] New websocket connection: S4diozt3rU2ylbx3AARJ
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/auth/admin-sign-up, POST} route +2ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/auth/validateToken, POST} route +2ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/auth/admin-sign-up, POST} route +1ms
immich_redis               | 1:M 07 Jul 2022 10:52:07.739 * 100 changes in 300 seconds. Saving...
immich-web_1               | .svelte-kit/output/server/entries/pages/photos/index.svelte.js                  11.27 KiB
immich-server_1            | [Nest] 30  - 07/07/2022, 9:12:51 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset b0eb76dd-13e8-4330-8736-56ea56e48353
immich-server_4            | [Nest] 30  - 07/07/2022, 12:12:51 PM     LOG [WebsocketConnectionEvent] Client S4diozt3rU2ylbx3AARJ disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/auth/validateToken, POST} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RoutesResolver] DeviceInfoController {/device-info}: +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/auth/validateToken, POST} route +2ms
immich_redis               | 1:M 07 Jul 2022 10:52:07.740 * Background saving started by pid 31
immich-web_1               | .svelte-kit/output/server/chunks/index-d8418f01.js                              4.26 KiB
immich-server_1            | [Nest] 30  - 07/07/2022, 9:12:51 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset e38ec127-d218-4654-8e44-8ed9ca66e38f
immich-server_4            | [Nest] 30  - 07/07/2022, 12:14:17 PM     LOG [WebsocketConnectionEvent] New websocket connection: hBELIZpC8bmYpzHbAARU
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RoutesResolver] DeviceInfoController {/device-info}: +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/device-info, POST} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RoutesResolver] DeviceInfoController {/device-info}: +0ms
immich_redis               | 31:C 07 Jul 2022 10:52:07.747 * DB saved on disk
immich-server_1            | [Nest] 30  - 07/07/2022, 9:13:11 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset e38ec127-d218-4654-8e44-8ed9ca66e38f
immich-server_4            | [Nest] 30  - 07/07/2022, 12:14:38 PM     LOG [WebsocketConnectionEvent] New websocket connection: 3T1XjKMb8PKsWaREAARX
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/device-info, POST} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/device-info, PATCH} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/device-info, POST} route +1ms
immich_redis               | 31:C 07 Jul 2022 10:52:07.748 * RDB: 0 MB of memory used by copy-on-write
immich-web_1               | .svelte-kit/output/server/chunks/constants-4436f500.js                          0.09 KiB
immich-server_1            | [Nest] 30  - 07/07/2022, 9:13:52 AM     LOG [WebsocketConnectionEvent] New websocket connection: b5-8qWSXr0rkCvXCAADE
immich-server_4            | [Nest] 30  - 07/07/2022, 12:15:02 PM     LOG [WebsocketConnectionEvent] Client hBELIZpC8bmYpzHbAARU disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/device-info, PATCH} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RoutesResolver] ServerInfoController {/server-info}: +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/device-info, PATCH} route +1ms
immich_redis               | 1:M 07 Jul 2022 10:52:07.840 * Background saving terminated with success
immich-web_1               | .svelte-kit/output/server/chunks/api-ced78985.js                                0.86 KiB
immich-server_1            | [Nest] 30  - 07/07/2022, 9:14:12 AM     LOG [WebsocketConnectionEvent] New websocket connection: noC4qapY5F4ru8HBAADI
immich-server_4            | [Nest] 30  - 07/07/2022, 12:15:13 PM     LOG [WebsocketConnectionEvent] New websocket connection: 0N2dI1AtJ2nFjfeaAARb
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RoutesResolver] ServerInfoController {/server-info}: +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/server-info, GET} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RoutesResolver] ServerInfoController {/server-info}: +0ms
immich_redis               | 1:M 07 Jul 2022 11:06:04.030 * 100 changes in 300 seconds. Saving...
immich-web_1               | .svelte-kit/output/server/chunks/assets-5c0402b8.js                             4.99 KiB
immich-server_1            | [Nest] 30  - 07/07/2022, 9:14:33 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset 2cf3d32b-0858-42ed-998f-96d68ac54407
immich-server_4            | [Nest] 30  - 07/07/2022, 12:15:23 PM     LOG [WebsocketConnectionEvent] Client 3T1XjKMb8PKsWaREAARX disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/server-info, GET} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/server-info/ping, GET} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/server-info, GET} route +1ms
immich_redis               | 1:M 07 Jul 2022 11:06:04.031 * Background saving started by pid 32
immich-web_1               | .svelte-kit/output/server/chunks/stores-2ed0852f.js                             0.92 KiB
immich-server_1            | [Nest] 30  - 07/07/2022, 9:14:35 AM     LOG [WebsocketConnectionEvent] New websocket connection: 5iZKjdXflGBUjlIBAADO
immich-server_4            | [Nest] 30  - 07/07/2022, 12:15:58 PM     LOG [WebsocketConnectionEvent] Client 0N2dI1AtJ2nFjfeaAARb disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/server-info/ping, GET} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/server-info/mapbox, GET} route +2ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/server-info/ping, GET} route +1ms
immich_redis               | 32:C 07 Jul 2022 11:06:04.038 * DB saved on disk
immich-web_1               | .svelte-kit/output/server/chunks/status-box-8baa25cd.js                         11.08 KiB
immich-server_1            | [Nest] 30  - 07/07/2022, 9:14:37 AM     LOG [WebsocketConnectionEvent] Client b5-8qWSXr0rkCvXCAADE disconnected from Websocket
immich-server_4            | [Nest] 30  - 07/07/2022, 12:16:43 PM     LOG [WebsocketConnectionEvent] New websocket connection: nm3ksosyYl-HYut1AARi
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/server-info/mapbox, GET} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/server-info/version, GET} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/server-info/mapbox, GET} route +0ms
immich_redis               | 32:C 07 Jul 2022 11:06:04.039 * RDB: 0 MB of memory used by copy-on-write
immich-web_1               | .svelte-kit/output/server/chunks/hooks-71d5b7b9.js                              1.24 KiB
immich-server_1            | [Nest] 30  - 07/07/2022, 9:14:57 AM     LOG [WebsocketConnectionEvent] Client noC4qapY5F4ru8HBAADI disconnected from Websocket
immich-server_4            | [Nest] 30  - 07/07/2022, 12:17:28 PM     LOG [WebsocketConnectionEvent] Client nm3ksosyYl-HYut1AARi disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/server-info/version, GET} route +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RoutesResolver] AlbumController {/album}: +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/server-info/version, GET} route +1ms
immich_redis               | 1:M 07 Jul 2022 11:06:04.132 * Background saving terminated with success
immich-server_1            | [Nest] 30  - 07/07/2022, 9:15:16 AM   ERROR [serveFile[VIDEO]] Error serving VIDEO asset id f4b15570-cdd6-4a74-bf69-fe4b6b463759
immich-server_4            | [Nest] 30  - 07/07/2022, 12:22:31 PM     LOG [WebsocketConnectionEvent] New websocket connection: DxdMD24t6ZRGFoEVAAR1
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RoutesResolver] AlbumController {/album}: +1ms
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/album, POST} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RoutesResolver] AlbumController {/album}: +1ms
immich-web_1               |
immich_redis               | 1:M 07 Jul 2022 11:19:37.456 * 100 changes in 300 seconds. Saving...
immich-server_4            | [Nest] 30  - 07/07/2022, 12:22:50 PM     LOG [WebsocketConnectionEvent] New websocket connection: MbD6_3Nmo0IPmIdhAAR5
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/album, POST} route +1ms
immich-server_1            | [Nest] 30  - 07/07/2022, 9:15:17 AM   ERROR [serveFile[VIDEO]] Error serving VIDEO asset id f4b15570-cdd6-4a74-bf69-fe4b6b463759
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/album/:albumId/users, PUT} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/album, POST} route +1ms
immich-web_1               | Run npm run preview to preview your production build locally.
immich_redis               | 1:M 07 Jul 2022 11:19:37.457 * Background saving started by pid 33
immich-server_4            | [Nest] 30  - 07/07/2022, 12:23:16 PM     LOG [WebsocketConnectionEvent] Client DxdMD24t6ZRGFoEVAAR1 disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/album/:albumId/users, PUT} route +1ms
immich-server_1            | [Nest] 30  - 07/07/2022, 9:15:20 AM     LOG [WebsocketConnectionEvent] Client 5iZKjdXflGBUjlIBAADO disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, PUT} route +8ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/album/:albumId/users, PUT} route +0ms
immich-web_1               |
immich_redis               | 33:C 07 Jul 2022 11:19:37.463 * DB saved on disk
immich-server_4            | [Nest] 30  - 07/07/2022, 12:23:35 PM     LOG [WebsocketConnectionEvent] Client MbD6_3Nmo0IPmIdhAAR5 disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, PUT} route +3ms
immich-server_1            | [Nest] 30  - 07/07/2022, 9:15:21 AM   ERROR [serveFile[IMAGE]] Cannot create read stream for asset 876d9068-bb5f-4c8e-9154-9ab877c18f1b
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/album, GET} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, PUT} route +2ms
immich-web_1               | > Using @sveltejs/adapter-node
immich_redis               | 33:C 07 Jul 2022 11:19:37.464 * RDB: 0 MB of memory used by copy-on-write
immich-server_4            | [Nest] 30  - 07/07/2022, 12:25:24 PM     LOG [WebsocketConnectionEvent] New websocket connection: AhWA2vNgBbEDhUmTAASF
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/album, GET} route +2ms
immich-server_1            | [Nest] 30  - 07/07/2022, 9:15:37 AM   ERROR [serveFile[IMAGE]] Cannot create read stream for asset f6a3fdc7-9c75-4154-bab9-2c57cc13f1f5
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/album/:albumId, GET} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/album, GET} route +2ms
immich-web_1               |   ✔ done
immich_redis               | 1:M 07 Jul 2022 11:19:37.557 * Background saving terminated with success
immich-server_4            | [Nest] 30  - 07/07/2022, 12:26:09 PM     LOG [WebsocketConnectionEvent] Client AhWA2vNgBbEDhUmTAASF disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/album/:albumId, GET} route +2ms
immich-server_1            | [Nest] 30  - 07/07/2022, 9:16:01 AM     LOG [WebsocketConnectionEvent] New websocket connection: 7FCr2vSsWWLjjnfCAADd
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, DELETE} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/album/:albumId, GET} route +1ms
immich-web_1               | Listening on 0.0.0.0:3000
immich_redis               | 1:M 07 Jul 2022 11:33:36.407 * 100 changes in 300 seconds. Saving...
immich-server_4            | [Nest] 30  - 07/07/2022, 12:27:12 PM     LOG [WebsocketConnectionEvent] New websocket connection: 5j05noeFy5DgA8vTAASL
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, DELETE} route +1ms
immich-server_1            | [Nest] 30  - 07/07/2022, 9:16:45 AM     LOG [WebsocketConnectionEvent] Client 7FCr2vSsWWLjjnfCAADd disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/album/:albumId, DELETE} route +2ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, DELETE} route +2ms
immich_redis               | 1:M 07 Jul 2022 11:33:36.408 * Background saving started by pid 34
immich-server_4            | [Nest] 30  - 07/07/2022, 12:27:57 PM     LOG [WebsocketConnectionEvent] Client 5j05noeFy5DgA8vTAASL disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/album/:albumId, DELETE} route +1ms
immich-server_1            | [Nest] 30  - 07/07/2022, 9:48:45 AM     LOG [WebsocketConnectionEvent] New websocket connection: 8kHp2UgHbG3xcviTAAGj
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/album/:albumId/user/:userId, DELETE} route +1ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/album/:albumId, DELETE} route +1ms
immich_redis               | 34:C 07 Jul 2022 11:33:36.415 * DB saved on disk
immich-server_4            | [Nest] 30  - 07/07/2022, 12:29:53 PM     LOG [WebsocketConnectionEvent] New websocket connection: Bt2OPfs4m0YVEXf2AASX
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/album/:albumId/user/:userId, DELETE} route +1ms
immich-server_1            | [Nest] 30  - 07/07/2022, 9:49:30 AM     LOG [WebsocketConnectionEvent] Client 8kHp2UgHbG3xcviTAAGj disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:35 AM     LOG [RouterExplorer] Mapped {/album/:albumId, PATCH} route +2ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/album/:albumId/user/:userId, DELETE} route +1ms
immich_redis               | 34:C 07 Jul 2022 11:33:36.416 * RDB: 0 MB of memory used by copy-on-write
immich-server_4            | [Nest] 30  - 07/07/2022, 12:30:38 PM     LOG [WebsocketConnectionEvent] Client Bt2OPfs4m0YVEXf2AASX disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [RouterExplorer] Mapped {/album/:albumId, PATCH} route +2ms
immich-server_1            | [Nest] 30  - 07/07/2022, 11:19:37 AM     LOG [WebsocketConnectionEvent] New websocket connection: drDDoQIRghkEoRCUAANL
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:36 AM     LOG [NestApplication] Nest application successfully started +91ms
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [RouterExplorer] Mapped {/album/:albumId, PATCH} route +1ms
immich_redis               | 1:M 07 Jul 2022 11:33:36.509 * Background saving terminated with success
immich-server_4            | [Nest] 30  - 07/07/2022, 1:29:29 PM     LOG [WebsocketConnectionEvent] New websocket connection: tRp9eaCY0sQblrb_AAWv
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [NestApplication] Nest application successfully started +59ms
immich-server_1            | [Nest] 30  - 07/07/2022, 11:19:42 AM     LOG [WebsocketConnectionEvent] New websocket connection: 3rlHZ3KSZlvUjhKNAANN
immich-server_5            | [Nest] 30  - 07/07/2022, 8:32:36 AM     LOG [ImmichServer] Running Immich Server in PRODUCTION environment
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [NestApplication] Nest application successfully started +57ms
immich_redis               | 1:M 07 Jul 2022 11:46:34.096 * 100 changes in 300 seconds. Saving...
immich-server_4            | [Nest] 30  - 07/07/2022, 1:29:51 PM     LOG [WebsocketConnectionEvent] New websocket connection: igbbYwtrFlqHN2v8AAWx
immich-server_2            | [Nest] 28  - 07/07/2022, 8:32:37 AM     LOG [ImmichServer] Running Immich Server in PRODUCTION environment
immich-server_1            | [Nest] 30  - 07/07/2022, 11:20:04 AM     LOG [WebsocketConnectionEvent] New websocket connection: ffpxWfqxuCPzOOuGAANR
immich-server_5            | [Nest] 30  - 07/07/2022, 8:39:46 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset b0eb76dd-13e8-4330-8736-56ea56e48353
immich-server_3            | [Nest] 29  - 07/07/2022, 8:32:38 AM     LOG [ImmichServer] Running Immich Server in PRODUCTION environment
immich_redis               | 1:M 07 Jul 2022 11:46:34.097 * Background saving started by pid 35
immich-server_4            | [Nest] 30  - 07/07/2022, 1:30:14 PM     LOG [WebsocketConnectionEvent] Client tRp9eaCY0sQblrb_AAWv disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 9:08:26 AM   ERROR [serveFile[IMAGE]] Cannot create read stream for asset 6f15cc4c-7fc9-4baf-b15c-1db46176f4c4
immich-server_1            | [Nest] 30  - 07/07/2022, 11:20:09 AM     LOG [WebsocketConnectionEvent] New websocket connection: Lw3n4GXixcl2X37XAANT
immich-server_5            | [Nest] 30  - 07/07/2022, 8:39:46 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset dd5578df-e6a1-4d4e-a807-51c7117b53cc
immich-server_3            | [Nest] 29  - 07/07/2022, 8:39:46 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset 99627b54-15ed-4dd3-9b0d-34c051c322de
immich_redis               | 35:C 07 Jul 2022 11:46:34.103 * DB saved on disk
immich-server_4            | [Nest] 30  - 07/07/2022, 1:30:36 PM     LOG [WebsocketConnectionEvent] Client igbbYwtrFlqHN2v8AAWx disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 9:12:51 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset 3dd6024d-424e-4f3b-9e73-3124e596f40e
immich-server_1            | [Nest] 30  - 07/07/2022, 11:20:22 AM     LOG [WebsocketConnectionEvent] Client drDDoQIRghkEoRCUAANL disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 8:39:46 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset 6dda4d90-71b8-4939-b25d-b742b641cb33
immich-server_3            | [Nest] 29  - 07/07/2022, 8:39:46 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset e38ec127-d218-4654-8e44-8ed9ca66e38f
immich-server_4            | [Nest] 30  - 07/07/2022, 1:46:16 PM     LOG [WebsocketConnectionEvent] New websocket connection: AxkzdhsozeyFLTS2AAX5
immich-server_2            | [Nest] 28  - 07/07/2022, 9:13:47 AM     LOG [WebsocketConnectionEvent] New websocket connection: faVmgiAycVT_R1R5AACz
immich-server_1            | [Nest] 30  - 07/07/2022, 11:20:27 AM     LOG [WebsocketConnectionEvent] Client 3rlHZ3KSZlvUjhKNAANN disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 8:41:57 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset 2cf3d32b-0858-42ed-998f-96d68ac54407
immich-server_3            | [Nest] 29  - 07/07/2022, 8:41:57 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset 3dd6024d-424e-4f3b-9e73-3124e596f40e
immich_redis               | 35:C 07 Jul 2022 11:46:34.104 * RDB: 0 MB of memory used by copy-on-write
immich-server_4            | [Nest] 30  - 07/07/2022, 1:46:47 PM     LOG [WebsocketConnectionEvent] New websocket connection: uHgbnqQ1lGqcdTYQAAX8
immich-server_2            | [Nest] 28  - 07/07/2022, 9:14:04 AM     LOG [WebsocketConnectionEvent] New websocket connection: 0HUZbsDCum2eKQOLAAC3
immich-server_1            | [Nest] 30  - 07/07/2022, 11:20:27 AM     LOG [WebsocketConnectionEvent] New websocket connection: nWcQUxcFXS1adTDPAANV
immich-server_5            | [Nest] 30  - 07/07/2022, 8:41:58 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset 876d9068-bb5f-4c8e-9154-9ab877c18f1b
immich-server_3            | [Nest] 29  - 07/07/2022, 9:09:58 AM     LOG [WebsocketConnectionEvent] New websocket connection: 21i-8fRXsAfNOZXOAACh
immich_redis               | 1:M 07 Jul 2022 11:46:34.197 * Background saving terminated with success
immich-server_4            | [Nest] 30  - 07/07/2022, 1:47:01 PM     LOG [WebsocketConnectionEvent] Client AxkzdhsozeyFLTS2AAX5 disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 9:14:17 AM     LOG [WebsocketConnectionEvent] New websocket connection: RkL9eVMCm-azau5EAAC6
immich-server_1            | [Nest] 30  - 07/07/2022, 11:20:49 AM     LOG [WebsocketConnectionEvent] Client ffpxWfqxuCPzOOuGAANR disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 9:12:51 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset 6dda4d90-71b8-4939-b25d-b742b641cb33
immich-server_3            | [Nest] 29  - 07/07/2022, 9:10:43 AM     LOG [WebsocketConnectionEvent] Client 21i-8fRXsAfNOZXOAACh disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 11:59:34.143 * 100 changes in 300 seconds. Saving...
immich-server_4            | [Nest] 30  - 07/07/2022, 1:47:32 PM     LOG [WebsocketConnectionEvent] Client uHgbnqQ1lGqcdTYQAAX8 disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 9:14:25 AM     LOG [WebsocketConnectionEvent] New websocket connection: gIFPPBhyJj96jsB0AAC9
immich-server_1            | [Nest] 30  - 07/07/2022, 11:20:54 AM     LOG [WebsocketConnectionEvent] Client Lw3n4GXixcl2X37XAANT disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 9:12:51 AM     LOG [WebsocketConnectionEvent] New websocket connection: MCX6t_8Ns-px72BGAADC
immich-server_3            | [Nest] 29  - 07/07/2022, 9:12:51 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset 99627b54-15ed-4dd3-9b0d-34c051c322de
immich_redis               | 1:M 07 Jul 2022 11:59:34.144 * Background saving started by pid 36
immich-server_4            | [Nest] 30  - 07/07/2022, 1:49:06 PM     LOG [WebsocketConnectionEvent] New websocket connection: KnNLe5VxeKZs7jAUAAYF
immich-server_2            | [Nest] 28  - 07/07/2022, 9:14:32 AM     LOG [WebsocketConnectionEvent] Client faVmgiAycVT_R1R5AACz disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 11:21:12 AM     LOG [WebsocketConnectionEvent] Client nWcQUxcFXS1adTDPAANV disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 9:12:51 AM     LOG [WebsocketConnectionEvent] Client MCX6t_8Ns-px72BGAADC disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 9:12:51 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset dd5578df-e6a1-4d4e-a807-51c7117b53cc
immich_redis               | 36:C 07 Jul 2022 11:59:34.150 * DB saved on disk
immich-server_4            | [Nest] 30  - 07/07/2022, 1:49:51 PM     LOG [WebsocketConnectionEvent] Client KnNLe5VxeKZs7jAUAAYF disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 9:14:38 AM     LOG [WebsocketConnectionEvent] New websocket connection: Ig2EbGWbi2RVDQB_AADB
immich-server_1            | [Nest] 30  - 07/07/2022, 11:23:41 AM     LOG [WebsocketConnectionEvent] New websocket connection: Oal11ikt8h2U8ylUAANl
immich-server_5            | [Nest] 30  - 07/07/2022, 9:13:11 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset f6a3fdc7-9c75-4154-bab9-2c57cc13f1f5
immich-server_3            | [Nest] 29  - 07/07/2022, 9:13:11 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset dd5578df-e6a1-4d4e-a807-51c7117b53cc
immich_redis               | 36:C 07 Jul 2022 11:59:34.151 * RDB: 0 MB of memory used by copy-on-write
immich-server_4            | [Nest] 30  - 07/07/2022, 1:50:02 PM     LOG [WebsocketConnectionEvent] New websocket connection: 7HmYLp3Na3F8VgxVAAYL
immich-server_2            | [Nest] 28  - 07/07/2022, 9:14:49 AM     LOG [WebsocketConnectionEvent] Client 0HUZbsDCum2eKQOLAAC3 disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 11:24:26 AM     LOG [WebsocketConnectionEvent] Client Oal11ikt8h2U8ylUAANl disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 9:13:12 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset 2cf3d32b-0858-42ed-998f-96d68ac54407
immich-server_3            | [Nest] 29  - 07/07/2022, 9:13:11 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset 3dd6024d-424e-4f3b-9e73-3124e596f40e
immich_redis               | 1:M 07 Jul 2022 11:59:34.244 * Background saving terminated with success
immich-server_4            | [Nest] 30  - 07/07/2022, 1:50:47 PM     LOG [WebsocketConnectionEvent] Client 7HmYLp3Na3F8VgxVAAYL disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 9:15:02 AM     LOG [WebsocketConnectionEvent] Client RkL9eVMCm-azau5EAAC6 disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 11:24:37 AM     LOG [WebsocketConnectionEvent] New websocket connection: 9qsu-4A4uHAg-gweAANq
immich-server_5            | [Nest] 30  - 07/07/2022, 9:13:49 AM     LOG [WebsocketConnectionEvent] New websocket connection: SgWV6laksU8u_18fAADN
immich-server_3            | [Nest] 29  - 07/07/2022, 9:13:12 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset b0eb76dd-13e8-4330-8736-56ea56e48353
immich_redis               | 1:M 07 Jul 2022 12:11:05.855 * 100 changes in 300 seconds. Saving...
immich-server_4            | [Nest] 30  - 07/07/2022, 1:51:08 PM     LOG [WebsocketConnectionEvent] New websocket connection: K-Nh2Z0mX5use4QrAAYR
immich-server_2            | [Nest] 28  - 07/07/2022, 9:15:10 AM     LOG [WebsocketConnectionEvent] Client gIFPPBhyJj96jsB0AAC9 disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 11:24:54 AM     LOG [WebsocketConnectionEvent] New websocket connection: ScxDSOCJtGPV3FogAANs
immich-server_3            | [Nest] 29  - 07/07/2022, 9:14:30 AM     LOG [WebsocketConnectionEvent] New websocket connection: cl3204pl7maRRbQWAAC9
immich_redis               | 1:M 07 Jul 2022 12:11:05.856 * Background saving started by pid 37
immich-server_5            | [Nest] 30  - 07/07/2022, 9:14:06 AM     LOG [WebsocketConnectionEvent] New websocket connection: q0d_HJbIqfIVjWYSAADQ
immich-server_4            | [Nest] 30  - 07/07/2022, 1:51:42 PM     LOG [WebsocketConnectionEvent] New websocket connection: zHmihoYqJwEwCjOKAAYT
immich-server_1            | [Nest] 30  - 07/07/2022, 11:25:22 AM     LOG [WebsocketConnectionEvent] Client 9qsu-4A4uHAg-gweAANq disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 9:15:23 AM     LOG [WebsocketConnectionEvent] Client Ig2EbGWbi2RVDQB_AADB disconnected from Websocket
immich_redis               | 37:C 07 Jul 2022 12:11:05.863 * DB saved on disk
immich-server_3            | [Nest] 29  - 07/07/2022, 9:14:32 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset f6a3fdc7-9c75-4154-bab9-2c57cc13f1f5
immich-server_5            | [Nest] 30  - 07/07/2022, 9:14:09 AM     LOG [WebsocketConnectionEvent] New websocket connection: ZhUKVhjmrbTJ2J81AADS
immich-server_4            | [Nest] 30  - 07/07/2022, 1:51:53 PM     LOG [WebsocketConnectionEvent] Client K-Nh2Z0mX5use4QrAAYR disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 11:25:29 AM     LOG [WebsocketConnectionEvent] New websocket connection: 6w3DRkxrHJWWMND8AANv
immich-server_2            | [Nest] 28  - 07/07/2022, 9:16:06 AM     LOG [WebsocketConnectionEvent] New websocket connection: fHHQbG6HeI14W5-qAADU
immich-server_3            | [Nest] 29  - 07/07/2022, 9:14:34 AM     LOG [WebsocketConnectionEvent] New websocket connection: AhbNr3NLRA561TtZAAC_
immich_redis               | 37:C 07 Jul 2022 12:11:05.864 * RDB: 0 MB of memory used by copy-on-write
immich-server_5            | [Nest] 30  - 07/07/2022, 9:14:16 AM   ERROR [serveFile[IMAGE]] Cannot create read stream for asset b0eb76dd-13e8-4330-8736-56ea56e48353
immich-server_4            | [Nest] 30  - 07/07/2022, 1:52:27 PM     LOG [WebsocketConnectionEvent] Client zHmihoYqJwEwCjOKAAYT disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 9:16:51 AM     LOG [WebsocketConnectionEvent] Client fHHQbG6HeI14W5-qAADU disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 9:15:15 AM     LOG [WebsocketConnectionEvent] Client cl3204pl7maRRbQWAAC9 disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 12:11:05.957 * Background saving terminated with success
immich-server_5            | [Nest] 30  - 07/07/2022, 9:14:20 AM     LOG [WebsocketConnectionEvent] New websocket connection: Ip8ip-vJKCoAxK_qAADV
immich-server_4            | [Nest] 30  - 07/07/2022, 2:52:46 PM     LOG [WebsocketConnectionEvent] New websocket connection: CB9rvFoIVaQ7YXnZAAcz
immich-server_1            | [Nest] 30  - 07/07/2022, 11:25:39 AM     LOG [WebsocketConnectionEvent] Client ScxDSOCJtGPV3FogAANs disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 11:19:53 AM     LOG [WebsocketConnectionEvent] New websocket connection: MWge8QWAwYVyihg5AANM
immich-server_3            | [Nest] 29  - 07/07/2022, 9:15:19 AM     LOG [WebsocketConnectionEvent] Client AhbNr3NLRA561TtZAAC_ disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 12:25:05.900 * 100 changes in 300 seconds. Saving...
immich-server_5            | [Nest] 30  - 07/07/2022, 9:14:22 AM     LOG [WebsocketConnectionEvent] New websocket connection: yDuFwfx3FiRsTSuTAADX
immich-server_4            | [Nest] 30  - 07/07/2022, 2:53:15 PM     LOG [WebsocketConnectionEvent] New websocket connection: tWiMFK3S3hUTeWYZAAc1
immich-server_1            | [Nest] 30  - 07/07/2022, 11:26:13 AM     LOG [WebsocketConnectionEvent] Client 6w3DRkxrHJWWMND8AANv disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 11:20:14 AM     LOG [WebsocketConnectionEvent] New websocket connection: SLOREHWvC68hoxinAANO
immich-server_3            | [Nest] 29  - 07/07/2022, 9:15:47 AM     LOG [WebsocketConnectionEvent] New websocket connection: FuNU7KqpcoR2QzTVAADK
immich_redis               | 1:M 07 Jul 2022 12:25:05.901 * Background saving started by pid 38
immich-server_5            | [Nest] 30  - 07/07/2022, 9:14:28 AM     LOG [WebsocketConnectionEvent] New websocket connection: BN3uWxu8QP94adFpAADZ
immich-server_4            | [Nest] 30  - 07/07/2022, 2:53:31 PM     LOG [WebsocketConnectionEvent] Client CB9rvFoIVaQ7YXnZAAcz disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 11:50:19 AM     LOG [WebsocketConnectionEvent] New websocket connection: nFcyUi76UIbkwlAKAAPj
immich-server_2            | [Nest] 28  - 07/07/2022, 11:20:38 AM     LOG [WebsocketConnectionEvent] Client MWge8QWAwYVyihg5AANM disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 9:16:07 AM     LOG [WebsocketConnectionEvent] New websocket connection: vsGUzcW4uoq0e0YpAADN
immich_redis               | 38:C 07 Jul 2022 12:25:05.907 * DB saved on disk
immich-server_5            | [Nest] 30  - 07/07/2022, 9:14:32 AM   ERROR [getAssetThumbnail] Cannot create read stream for asset 3dd6024d-424e-4f3b-9e73-3124e596f40e
immich-server_4            | [Nest] 30  - 07/07/2022, 2:54:00 PM     LOG [WebsocketConnectionEvent] Client tWiMFK3S3hUTeWYZAAc1 disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 11:51:04 AM     LOG [WebsocketConnectionEvent] Client nFcyUi76UIbkwlAKAAPj disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 11:20:59 AM     LOG [WebsocketConnectionEvent] Client SLOREHWvC68hoxinAANO disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 9:16:32 AM     LOG [WebsocketConnectionEvent] Client FuNU7KqpcoR2QzTVAADK disconnected from Websocket
immich_redis               | 38:C 07 Jul 2022 12:25:05.908 * RDB: 0 MB of memory used by copy-on-write
immich-server_5            | [Nest] 30  - 07/07/2022, 9:14:34 AM     LOG [WebsocketConnectionEvent] Client SgWV6laksU8u_18fAADN disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 12:01:43 PM     LOG [WebsocketConnectionEvent] New websocket connection: N_jEfw-74ooctCVdAAQe
immich-server_4            | [Nest] 30  - 07/07/2022, 2:58:07 PM     LOG [WebsocketConnectionEvent] New websocket connection: 1KUpEee5oZAC9DmyAAdI
immich-server_2            | [Nest] 28  - 07/07/2022, 11:26:01 AM     LOG [WebsocketConnectionEvent] New websocket connection: T5D7_jIUePeWCqD0AANp
immich-server_3            | [Nest] 29  - 07/07/2022, 9:16:52 AM     LOG [WebsocketConnectionEvent] Client vsGUzcW4uoq0e0YpAADN disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 12:25:06.002 * Background saving terminated with success
immich-server_5            | [Nest] 30  - 07/07/2022, 9:14:51 AM     LOG [WebsocketConnectionEvent] Client q0d_HJbIqfIVjWYSAADQ disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 12:02:28 PM     LOG [WebsocketConnectionEvent] Client N_jEfw-74ooctCVdAAQe disconnected from Websocket
immich-server_4            | [Nest] 30  - 07/07/2022, 2:58:52 PM     LOG [WebsocketConnectionEvent] Client 1KUpEee5oZAC9DmyAAdI disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 11:26:31 AM     LOG [WebsocketConnectionEvent] New websocket connection: i1AAO2_tfKNE-R7KAANt
immich-server_3            | [Nest] 29  - 07/07/2022, 9:17:35 AM     LOG [WebsocketConnectionEvent] New websocket connection: zdfaGnTEmWhSxSjdAADh
immich_redis               | 1:M 07 Jul 2022 12:38:37.586 * 100 changes in 300 seconds. Saving...
immich-server_5            | [Nest] 30  - 07/07/2022, 9:14:54 AM     LOG [WebsocketConnectionEvent] Client ZhUKVhjmrbTJ2J81AADS disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 12:03:18 PM     LOG [WebsocketConnectionEvent] New websocket connection: bHg1HkCGPQEdcG9uAAQn
immich-server_4            | [Nest] 30  - 07/07/2022, 2:59:33 PM     LOG [WebsocketConnectionEvent] New websocket connection: tL8ByARopl-wb9ktAAdT
immich-server_2            | [Nest] 28  - 07/07/2022, 11:26:46 AM     LOG [WebsocketConnectionEvent] Client T5D7_jIUePeWCqD0AANp disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 9:17:35 AM   ERROR [ValidateWebsocketToken] Error validating token from websocket request
immich_redis               | 1:M 07 Jul 2022 12:38:37.587 * Background saving started by pid 39
immich-server_5            | [Nest] 30  - 07/07/2022, 9:15:05 AM     LOG [WebsocketConnectionEvent] Client Ip8ip-vJKCoAxK_qAADV disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 12:03:22 PM     LOG [WebsocketConnectionEvent] New websocket connection: wOP2R9_2ZEnkMn96AAQp
immich-server_4            | [Nest] 30  - 07/07/2022, 3:00:18 PM     LOG [WebsocketConnectionEvent] Client tL8ByARopl-wb9ktAAdT disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 11:27:16 AM     LOG [WebsocketConnectionEvent] Client i1AAO2_tfKNE-R7KAANt disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 9:17:35 AM     LOG [WebsocketConnectionEvent] Client zdfaGnTEmWhSxSjdAADh disconnected from Websocket
immich_redis               | 39:C 07 Jul 2022 12:38:37.593 * DB saved on disk
immich-server_5            | [Nest] 30  - 07/07/2022, 9:15:07 AM     LOG [WebsocketConnectionEvent] Client yDuFwfx3FiRsTSuTAADX disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 12:04:03 PM     LOG [WebsocketConnectionEvent] Client bHg1HkCGPQEdcG9uAAQn disconnected from Websocket
immich-server_4            | [Nest] 30  - 07/07/2022, 8:42:37 PM     LOG [WebsocketConnectionEvent] New websocket connection: V5DdfURevSDlrOw7AAit
immich-server_2            | [Nest] 28  - 07/07/2022, 11:50:52 AM     LOG [WebsocketConnectionEvent] New websocket connection: zvaK71J1cTWCvF-QAAPi
immich-server_3            | [Nest] 29  - 07/07/2022, 9:21:10 AM     LOG [WebsocketConnectionEvent] New websocket connection: R9kqtd_PqHmWVHEgAAER
immich_redis               | 39:C 07 Jul 2022 12:38:37.594 * RDB: 0 MB of memory used by copy-on-write
immich-server_5            | [Nest] 30  - 07/07/2022, 9:15:13 AM     LOG [WebsocketConnectionEvent] Client BN3uWxu8QP94adFpAADZ disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 12:04:07 PM     LOG [WebsocketConnectionEvent] Client wOP2R9_2ZEnkMn96AAQp disconnected from Websocket
immich-server_4            | [Nest] 30  - 07/07/2022, 8:42:39 PM     LOG [WebsocketConnectionEvent] Client V5DdfURevSDlrOw7AAit disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 11:51:37 AM     LOG [WebsocketConnectionEvent] Client zvaK71J1cTWCvF-QAAPi disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 9:21:44 AM     LOG [WebsocketConnectionEvent] Client R9kqtd_PqHmWVHEgAAER disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 12:38:37.687 * Background saving terminated with success
immich-server_5            | [Nest] 30  - 07/07/2022, 9:18:27 AM     LOG [createDeviceInfo] Device Info Exist
immich-server_1            | [Nest] 30  - 07/07/2022, 12:04:38 PM     LOG [WebsocketConnectionEvent] New websocket connection: L_CLDHXoKkPqmtVXAAQx
immich-server_2            | [Nest] 28  - 07/07/2022, 11:52:05 AM     LOG [WebsocketConnectionEvent] New websocket connection: V5UwteZNxVXi_ApEAAPp
immich-server_3            | [Nest] 29  - 07/07/2022, 9:45:20 AM     LOG [WebsocketConnectionEvent] New websocket connection: Ftt9GDjgHAw0eywOAAGO
immich_redis               | 1:M 07 Jul 2022 12:52:08.874 * 100 changes in 300 seconds. Saving...
immich-server_5            | [Nest] 30  - 07/07/2022, 9:48:14 AM     LOG [WebsocketConnectionEvent] New websocket connection: JlYr9Nr4C0vHg2z5AAGk
immich-server_1            | [Nest] 30  - 07/07/2022, 12:05:23 PM     LOG [WebsocketConnectionEvent] Client L_CLDHXoKkPqmtVXAAQx disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 11:52:29 AM     LOG [WebsocketConnectionEvent] New websocket connection: 4JFaZcBC2NvrDVBTAAPt
immich-server_3            | [Nest] 29  - 07/07/2022, 9:46:05 AM     LOG [WebsocketConnectionEvent] Client Ftt9GDjgHAw0eywOAAGO disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 12:52:08.874 * Background saving started by pid 40
immich-server_5            | [Nest] 30  - 07/07/2022, 9:48:59 AM     LOG [WebsocketConnectionEvent] Client JlYr9Nr4C0vHg2z5AAGk disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 12:05:59 PM     LOG [WebsocketConnectionEvent] New websocket connection: 8V2xkCo8S8STjPTOAAQ2
immich-server_2            | [Nest] 28  - 07/07/2022, 11:52:34 AM     LOG [WebsocketConnectionEvent] New websocket connection: 7RaCJWFANLPQMMpJAAPv
immich-server_3            | [Nest] 29  - 07/07/2022, 11:19:20 AM     LOG [WebsocketConnectionEvent] New websocket connection: UcquWNhJi82h6S-pAANW
immich_redis               | 40:C 07 Jul 2022 12:52:08.881 * DB saved on disk
immich-server_5            | [Nest] 30  - 07/07/2022, 11:19:57 AM     LOG [WebsocketConnectionEvent] New websocket connection: 6bbEMiA4lGRnN80PAANS
immich-server_1            | [Nest] 30  - 07/07/2022, 12:06:44 PM     LOG [WebsocketConnectionEvent] Client 8V2xkCo8S8STjPTOAAQ2 disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 11:52:49 AM     LOG [WebsocketConnectionEvent] New websocket connection: Plq6ujPU9IBRj7kxAAPy
immich-server_3            | [Nest] 29  - 07/07/2022, 11:20:05 AM     LOG [WebsocketConnectionEvent] Client UcquWNhJi82h6S-pAANW disconnected from Websocket
immich_redis               | 40:C 07 Jul 2022 12:52:08.882 * RDB: 0 MB of memory used by copy-on-write
immich-server_5            | [Nest] 30  - 07/07/2022, 11:20:02 AM     LOG [WebsocketConnectionEvent] New websocket connection: LjGlGvlTDOnIo9ieAANU
immich-server_1            | [Nest] 30  - 07/07/2022, 12:07:42 PM     LOG [WebsocketConnectionEvent] New websocket connection: 6q8OS6KQbja5PvizAARB
immich-server_3            | [Nest] 29  - 07/07/2022, 11:24:42 AM     LOG [WebsocketConnectionEvent] New websocket connection: RDTC_ToBbM0icpIfAANr
immich_redis               | 1:M 07 Jul 2022 12:52:08.975 * Background saving terminated with success
immich-server_5            | [Nest] 30  - 07/07/2022, 11:20:42 AM     LOG [WebsocketConnectionEvent] Client 6bbEMiA4lGRnN80PAANS disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 12:08:04 PM     LOG [WebsocketConnectionEvent] New websocket connection: QEPaQhnUG9t8ckygAARD
immich-server_2            | [Nest] 28  - 07/07/2022, 11:52:50 AM     LOG [WebsocketConnectionEvent] Client V5UwteZNxVXi_ApEAAPp disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 11:25:27 AM     LOG [WebsocketConnectionEvent] Client RDTC_ToBbM0icpIfAANr disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 13:05:34.334 * 100 changes in 300 seconds. Saving...
immich-server_5            | [Nest] 30  - 07/07/2022, 11:20:47 AM     LOG [WebsocketConnectionEvent] Client LjGlGvlTDOnIo9ieAANU disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 12:08:27 PM     LOG [WebsocketConnectionEvent] Client 6q8OS6KQbja5PvizAARB disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 11:53:14 AM     LOG [WebsocketConnectionEvent] Client 4JFaZcBC2NvrDVBTAAPt disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 11:25:34 AM     LOG [WebsocketConnectionEvent] New websocket connection: 1cKDqEciKIxfys7FAANy
immich-server_5            | [Nest] 30  - 07/07/2022, 11:25:45 AM     LOG [WebsocketConnectionEvent] New websocket connection: lRVCrAx7Kk0--j6MAAN0
immich-server_2            | [Nest] 28  - 07/07/2022, 11:53:19 AM     LOG [WebsocketConnectionEvent] Client 7RaCJWFANLPQMMpJAAPv disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 11:26:18 AM     LOG [WebsocketConnectionEvent] New websocket connection: 4O33wIopxlGe3843AAN4
immich_redis               | 1:M 07 Jul 2022 13:05:34.335 * Background saving started by pid 41
immich-server_1            | [Nest] 30  - 07/07/2022, 12:08:49 PM     LOG [WebsocketConnectionEvent] Client QEPaQhnUG9t8ckygAARD disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 11:26:08 AM     LOG [WebsocketConnectionEvent] New websocket connection: JS1stREesIRDr6cZAAN2
immich-server_3            | [Nest] 29  - 07/07/2022, 11:26:19 AM     LOG [WebsocketConnectionEvent] Client 1cKDqEciKIxfys7FAANy disconnected from Websocket
immich_redis               | 41:C 07 Jul 2022 13:05:34.341 * DB saved on disk
immich-server_1            | [Nest] 30  - 07/07/2022, 12:11:07 PM     LOG [WebsocketConnectionEvent] New websocket connection: N4L68_jiZ5yRBYAbAARQ
immich-server_2            | [Nest] 28  - 07/07/2022, 11:53:34 AM     LOG [WebsocketConnectionEvent] Client Plq6ujPU9IBRj7kxAAPy disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 11:27:03 AM     LOG [WebsocketConnectionEvent] Client 4O33wIopxlGe3843AAN4 disconnected from Websocket
immich_redis               | 41:C 07 Jul 2022 13:05:34.342 * RDB: 0 MB of memory used by copy-on-write
immich-server_1            | [Nest] 30  - 07/07/2022, 12:11:52 PM     LOG [WebsocketConnectionEvent] Client N4L68_jiZ5yRBYAbAARQ disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 11:26:30 AM     LOG [WebsocketConnectionEvent] Client lRVCrAx7Kk0--j6MAAN0 disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 12:03:04 PM     LOG [WebsocketConnectionEvent] New websocket connection: bx3CoRLqDsPl44fYAAQs
immich-server_3            | [Nest] 29  - 07/07/2022, 11:50:21 AM     LOG [WebsocketConnectionEvent] New websocket connection: sl51G5ogmwW5AK96AAPy
immich_redis               | 1:M 07 Jul 2022 13:05:34.436 * Background saving terminated with success
immich-server_1            | [Nest] 30  - 07/07/2022, 12:15:04 PM     LOG [WebsocketConnectionEvent] New websocket connection: 947EScVdmGOk3gOfAARi
immich-server_5            | [Nest] 30  - 07/07/2022, 11:26:53 AM     LOG [WebsocketConnectionEvent] Client JS1stREesIRDr6cZAAN2 disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 12:03:09 PM     LOG [WebsocketConnectionEvent] New websocket connection: -vt7X_6asz_cR9a3AAQu
immich-server_3            | [Nest] 29  - 07/07/2022, 11:50:45 AM     LOG [WebsocketConnectionEvent] New websocket connection: QS8C_AC8nL27qmTfAAP2
immich_redis               | 1:M 07 Jul 2022 13:19:07.600 * 100 changes in 300 seconds. Saving...
immich-server_5            | [Nest] 30  - 07/07/2022, 11:50:11 AM     LOG [WebsocketConnectionEvent] New websocket connection: d5bmT4UaGf4BKc50AAPm
immich-server_1            | [Nest] 30  - 07/07/2022, 12:15:10 PM     LOG [WebsocketConnectionEvent] New websocket connection: VcNO_d1I7FVXZKjnAARk
immich-server_2            | [Nest] 28  - 07/07/2022, 12:03:28 PM     LOG [WebsocketConnectionEvent] New websocket connection: O1T-XTZ5Vqo9EineAAQw
immich-server_3            | [Nest] 29  - 07/07/2022, 11:51:06 AM     LOG [WebsocketConnectionEvent] Client sl51G5ogmwW5AK96AAPy disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 13:19:07.601 * Background saving started by pid 42
immich-server_5            | [Nest] 30  - 07/07/2022, 11:50:56 AM     LOG [WebsocketConnectionEvent] Client d5bmT4UaGf4BKc50AAPm disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 12:15:49 PM     LOG [WebsocketConnectionEvent] Client 947EScVdmGOk3gOfAARi disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 12:03:49 PM     LOG [WebsocketConnectionEvent] Client bx3CoRLqDsPl44fYAAQs disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 11:51:30 AM     LOG [WebsocketConnectionEvent] Client QS8C_AC8nL27qmTfAAP2 disconnected from Websocket
immich_redis               | 42:C 07 Jul 2022 13:19:07.608 * DB saved on disk
immich-server_5            | [Nest] 30  - 07/07/2022, 11:50:56 AM     LOG [WebsocketConnectionEvent] New websocket connection: wTyhTzmxWZz8mP4GAAPr
immich-server_1            | [Nest] 30  - 07/07/2022, 12:15:55 PM     LOG [WebsocketConnectionEvent] Client VcNO_d1I7FVXZKjnAARk disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 12:03:54 PM     LOG [WebsocketConnectionEvent] Client -vt7X_6asz_cR9a3AAQu disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 11:51:58 AM     LOG [WebsocketConnectionEvent] New websocket connection: 3eOQ3UyO3bJBy_k2AAP7
immich_redis               | 42:C 07 Jul 2022 13:19:07.609 * RDB: 0 MB of memory used by copy-on-write
immich-server_5            | [Nest] 30  - 07/07/2022, 11:51:41 AM     LOG [WebsocketConnectionEvent] Client wTyhTzmxWZz8mP4GAAPr disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 12:17:20 PM     LOG [WebsocketConnectionEvent] New websocket connection: kGhvq9ljDZZ_7hl9AARu
immich-server_2            | [Nest] 28  - 07/07/2022, 12:04:04 PM     LOG [WebsocketConnectionEvent] New websocket connection: cFhtkMOTBnEzNcvHAAQ2
immich-server_3            | [Nest] 29  - 07/07/2022, 11:52:43 AM     LOG [WebsocketConnectionEvent] Client 3eOQ3UyO3bJBy_k2AAP7 disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 13:19:07.701 * Background saving terminated with success
immich-server_5            | [Nest] 30  - 07/07/2022, 11:51:47 AM     LOG [WebsocketConnectionEvent] New websocket connection: f2UMzV1FmP0CWM94AAPz
immich-server_2            | [Nest] 28  - 07/07/2022, 12:04:13 PM     LOG [WebsocketConnectionEvent] Client O1T-XTZ5Vqo9EineAAQw disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 11:54:13 AM     LOG [WebsocketConnectionEvent] New websocket connection: cypTO3PwE-_R48O7AAQF
immich_redis               | 1:M 07 Jul 2022 13:32:34.357 * 100 changes in 300 seconds. Saving...
immich-server_5            | [Nest] 30  - 07/07/2022, 11:51:53 AM     LOG [WebsocketConnectionEvent] New websocket connection: sznJ9CPAxC_ybQYCAAP1
immich-server_1            | [Nest] 30  - 07/07/2022, 12:18:05 PM     LOG [WebsocketConnectionEvent] Client kGhvq9ljDZZ_7hl9AARu disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 12:04:27 PM     LOG [WebsocketConnectionEvent] New websocket connection: Fse70xh6S-xbf6CCAAQ5
immich-server_3            | [Nest] 29  - 07/07/2022, 11:54:58 AM     LOG [WebsocketConnectionEvent] Client cypTO3PwE-_R48O7AAQF disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 13:32:34.358 * Background saving started by pid 43
immich-server_5            | [Nest] 30  - 07/07/2022, 11:52:18 AM     LOG [WebsocketConnectionEvent] New websocket connection: 6K2oRflQ8b6cmXuqAAP4
immich-server_1            | [Nest] 30  - 07/07/2022, 12:20:01 PM     LOG [WebsocketConnectionEvent] New websocket connection: M7DsyUHuBuSgP6xNAASA
immich-server_2            | [Nest] 28  - 07/07/2022, 12:04:49 PM     LOG [WebsocketConnectionEvent] Client cFhtkMOTBnEzNcvHAAQ2 disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 11:59:57 AM     LOG [WebsocketConnectionEvent] New websocket connection: du5YVjfYqr0RCS9OAAQY
immich_redis               | 43:C 07 Jul 2022 13:32:34.365 * DB saved on disk
immich-server_5            | [Nest] 30  - 07/07/2022, 11:52:32 AM     LOG [WebsocketConnectionEvent] Client f2UMzV1FmP0CWM94AAPz disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 12:20:46 PM     LOG [WebsocketConnectionEvent] Client M7DsyUHuBuSgP6xNAASA disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 12:05:11 PM     LOG [WebsocketConnectionEvent] New websocket connection: RUceZCV4MMQgHqjPAAQ_
immich-server_3            | [Nest] 29  - 07/07/2022, 12:00:42 PM     LOG [WebsocketConnectionEvent] Client du5YVjfYqr0RCS9OAAQY disconnected from Websocket
immich_redis               | 43:C 07 Jul 2022 13:32:34.366 * RDB: 0 MB of memory used by copy-on-write
immich-server_5            | [Nest] 30  - 07/07/2022, 11:52:38 AM     LOG [WebsocketConnectionEvent] Client sznJ9CPAxC_ybQYCAAP1 disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 12:23:05 PM     LOG [WebsocketConnectionEvent] New websocket connection: _su63cSasgJdt7gDAASR
immich-server_2            | [Nest] 28  - 07/07/2022, 12:05:12 PM     LOG [WebsocketConnectionEvent] Client Fse70xh6S-xbf6CCAAQ5 disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 12:01:45 PM     LOG [WebsocketConnectionEvent] New websocket connection: FOrl1vjrBqeLyvXIAAQi
immich_redis               | 1:M 07 Jul 2022 13:32:34.458 * Background saving terminated with success
immich-server_5            | [Nest] 30  - 07/07/2022, 11:52:38 AM     LOG [WebsocketConnectionEvent] New websocket connection: -tJj0gkl508uDbhbAAP6
immich-server_1            | [Nest] 30  - 07/07/2022, 12:23:50 PM     LOG [WebsocketConnectionEvent] Client _su63cSasgJdt7gDAASR disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 12:05:16 PM     LOG [WebsocketConnectionEvent] New websocket connection: otequieRrju9liyGAARB
immich-server_3            | [Nest] 29  - 07/07/2022, 12:01:51 PM     LOG [WebsocketConnectionEvent] New websocket connection: _aYdknsw9uzU5c6KAAQk
immich_redis               | 1:M 07 Jul 2022 13:46:04.409 * 100 changes in 300 seconds. Saving...
immich-server_5            | [Nest] 30  - 07/07/2022, 11:53:03 AM     LOG [WebsocketConnectionEvent] Client 6K2oRflQ8b6cmXuqAAP4 disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 12:26:52 PM     LOG [WebsocketConnectionEvent] New websocket connection: prxrlpXFflTGL6VaAASl
immich-server_2            | [Nest] 28  - 07/07/2022, 12:05:56 PM     LOG [WebsocketConnectionEvent] Client RUceZCV4MMQgHqjPAAQ_ disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 12:02:30 PM     LOG [WebsocketConnectionEvent] Client FOrl1vjrBqeLyvXIAAQi disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 13:46:04.410 * Background saving started by pid 44
immich-server_5            | [Nest] 30  - 07/07/2022, 11:53:23 AM     LOG [WebsocketConnectionEvent] Client -tJj0gkl508uDbhbAAP6 disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 12:27:29 PM     LOG [WebsocketConnectionEvent] New websocket connection: _Ub106QqnUE_zF1SAASn
immich-server_2            | [Nest] 28  - 07/07/2022, 12:06:01 PM     LOG [WebsocketConnectionEvent] Client otequieRrju9liyGAARB disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 12:02:36 PM     LOG [WebsocketConnectionEvent] Client _aYdknsw9uzU5c6KAAQk disconnected from Websocket
immich_redis               | 44:C 07 Jul 2022 13:46:04.417 * DB saved on disk
immich-server_5            | [Nest] 30  - 07/07/2022, 11:59:48 AM     LOG [WebsocketConnectionEvent] New websocket connection: aQi4lKGiodx9NHg6AAQZ
immich-server_1            | [Nest] 30  - 07/07/2022, 12:27:37 PM     LOG [WebsocketConnectionEvent] Client prxrlpXFflTGL6VaAASl disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 12:06:37 PM     LOG [WebsocketConnectionEvent] New websocket connection: fGqVjGY9lLj5kvnBAARG
immich-server_3            | [Nest] 29  - 07/07/2022, 12:04:02 PM     LOG [WebsocketConnectionEvent] New websocket connection: 8ganVuoW66GHFYaFAAQw
immich_redis               | 44:C 07 Jul 2022 13:46:04.418 * RDB: 0 MB of memory used by copy-on-write
immich-server_5            | [Nest] 30  - 07/07/2022, 12:00:33 PM     LOG [WebsocketConnectionEvent] Client aQi4lKGiodx9NHg6AAQZ disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 12:28:14 PM     LOG [WebsocketConnectionEvent] Client _Ub106QqnUE_zF1SAASn disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 12:07:22 PM     LOG [WebsocketConnectionEvent] Client fGqVjGY9lLj5kvnBAARG disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 12:04:47 PM     LOG [WebsocketConnectionEvent] Client 8ganVuoW66GHFYaFAAQw disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 13:46:04.510 * Background saving terminated with success
immich-server_5            | [Nest] 30  - 07/07/2022, 12:00:45 PM     LOG [WebsocketConnectionEvent] New websocket connection: 4c6VffHAzHdqFaKPAAQh
immich-server_1            | [Nest] 30  - 07/07/2022, 12:29:27 PM     LOG [WebsocketConnectionEvent] New websocket connection: L3EyA1TxfaRXBdGwAAS1
immich-server_2            | [Nest] 28  - 07/07/2022, 12:07:30 PM     LOG [WebsocketConnectionEvent] New websocket connection: t44SR0I8OuupFRalAARM
immich-server_3            | [Nest] 29  - 07/07/2022, 12:04:51 PM     LOG [WebsocketConnectionEvent] New websocket connection: GIj0u1GMu5dpSDy_AAQ1
immich_redis               | 1:M 07 Jul 2022 14:00:04.409 * 100 changes in 300 seconds. Saving...
immich-server_5            | [Nest] 30  - 07/07/2022, 12:01:30 PM     LOG [WebsocketConnectionEvent] Client 4c6VffHAzHdqFaKPAAQh disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 12:29:51 PM     LOG [WebsocketConnectionEvent] New websocket connection: WrN-VcelenTCPfgeAAS4
immich-server_2            | [Nest] 28  - 07/07/2022, 12:08:15 PM     LOG [WebsocketConnectionEvent] Client t44SR0I8OuupFRalAARM disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 12:05:36 PM     LOG [WebsocketConnectionEvent] New websocket connection: Cr3Y8l98ZDUdtX4vAAQ5
immich_redis               | 1:M 07 Jul 2022 14:00:04.410 * Background saving started by pid 45
immich-server_5            | [Nest] 30  - 07/07/2022, 12:02:08 PM     LOG [WebsocketConnectionEvent] New websocket connection: lEqivF-xtsVOD5pDAAQo
immich-server_1            | [Nest] 30  - 07/07/2022, 12:30:12 PM     LOG [WebsocketConnectionEvent] Client L3EyA1TxfaRXBdGwAAS1 disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 12:09:03 PM     LOG [WebsocketConnectionEvent] New websocket connection: 9xoVmKP9g_VHmzVhAARV
immich-server_3            | [Nest] 29  - 07/07/2022, 12:05:36 PM     LOG [WebsocketConnectionEvent] Client GIj0u1GMu5dpSDy_AAQ1 disconnected from Websocket
immich_redis               | 45:C 07 Jul 2022 14:00:04.416 * DB saved on disk
immich-server_5            | [Nest] 30  - 07/07/2022, 12:02:53 PM     LOG [WebsocketConnectionEvent] Client lEqivF-xtsVOD5pDAAQo disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 12:30:36 PM     LOG [WebsocketConnectionEvent] Client WrN-VcelenTCPfgeAAS4 disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 12:09:48 PM     LOG [WebsocketConnectionEvent] Client 9xoVmKP9g_VHmzVhAARV disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 12:06:21 PM     LOG [WebsocketConnectionEvent] Client Cr3Y8l98ZDUdtX4vAAQ5 disconnected from Websocket
immich_redis               | 45:C 07 Jul 2022 14:00:04.418 * RDB: 0 MB of memory used by copy-on-write
immich-server_5            | [Nest] 30  - 07/07/2022, 12:03:46 PM     LOG [WebsocketConnectionEvent] New websocket connection: bjqgE-4tpcnwvs5eAAQv
immich-server_1            | [Nest] 30  - 07/07/2022, 12:30:36 PM     LOG [WebsocketConnectionEvent] New websocket connection: i-PC6VdEimxveu82AAS-
immich-server_2            | [Nest] 28  - 07/07/2022, 12:14:52 PM     LOG [WebsocketConnectionEvent] New websocket connection: AP7tXTaneEwwwTXtAARs
immich-server_3            | [Nest] 29  - 07/07/2022, 12:06:29 PM     LOG [WebsocketConnectionEvent] New websocket connection: dxor-kGPPqz_2p_qAAQ-
immich_redis               | 1:M 07 Jul 2022 14:00:04.510 * Background saving terminated with success
immich-server_5            | [Nest] 30  - 07/07/2022, 12:04:08 PM     LOG [WebsocketConnectionEvent] New websocket connection: 5ZAJMWN900nADYQYAAQx
immich-server_1            | [Nest] 30  - 07/07/2022, 12:31:21 PM     LOG [WebsocketConnectionEvent] Client i-PC6VdEimxveu82AAS- disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 12:15:37 PM     LOG [WebsocketConnectionEvent] Client AP7tXTaneEwwwTXtAARs disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 12:07:14 PM     LOG [WebsocketConnectionEvent] Client dxor-kGPPqz_2p_qAAQ- disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 14:13:04.394 * 100 changes in 300 seconds. Saving...
immich-server_5            | [Nest] 30  - 07/07/2022, 12:04:31 PM     LOG [WebsocketConnectionEvent] Client bjqgE-4tpcnwvs5eAAQv disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 12:31:57 PM     LOG [WebsocketConnectionEvent] New websocket connection: iyGPL5iQKRTh1gZGAATF
immich-server_2            | [Nest] 28  - 07/07/2022, 12:19:51 PM     LOG [WebsocketConnectionEvent] New websocket connection: Bw63IEHWG1GfO5NZAAR_
immich_redis               | 1:M 07 Jul 2022 14:13:04.394 * Background saving started by pid 46
immich-server_3            | [Nest] 29  - 07/07/2022, 12:07:45 PM     LOG [WebsocketConnectionEvent] New websocket connection: 1lTK3q86-NUaY4roAARF
immich-server_1            | [Nest] 30  - 07/07/2022, 12:32:21 PM     LOG [WebsocketConnectionEvent] New websocket connection: jfTO-bDW_IyW6wArAATH
immich-server_5            | [Nest] 30  - 07/07/2022, 12:04:53 PM     LOG [WebsocketConnectionEvent] Client 5ZAJMWN900nADYQYAAQx disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 12:20:36 PM     LOG [WebsocketConnectionEvent] Client Bw63IEHWG1GfO5NZAAR_ disconnected from Websocket
immich_redis               | 46:C 07 Jul 2022 14:13:04.401 * DB saved on disk
immich-server_3            | [Nest] 29  - 07/07/2022, 12:07:50 PM     LOG [WebsocketConnectionEvent] New websocket connection: hzZwI-MX5bAA0fT1AARH
immich-server_1            | [Nest] 30  - 07/07/2022, 12:32:42 PM     LOG [WebsocketConnectionEvent] Client iyGPL5iQKRTh1gZGAATF disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:04:59 PM     LOG [WebsocketConnectionEvent] New websocket connection: fmllmspGedYkaNxqAAQ1
immich_redis               | 46:C 07 Jul 2022 14:13:04.402 * RDB: 0 MB of memory used by copy-on-write
immich-server_3            | [Nest] 29  - 07/07/2022, 12:08:30 PM     LOG [WebsocketConnectionEvent] Client 1lTK3q86-NUaY4roAARF disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 12:21:26 PM     LOG [WebsocketConnectionEvent] New websocket connection: rnAXKReiJ9BprCpsAASJ
immich-server_1            | [Nest] 30  - 07/07/2022, 12:33:06 PM     LOG [WebsocketConnectionEvent] Client jfTO-bDW_IyW6wArAATH disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:05:04 PM     LOG [WebsocketConnectionEvent] New websocket connection: KpsfHOQ-VndQ683aAAQ3
immich_redis               | 1:M 07 Jul 2022 14:13:04.495 * Background saving terminated with success
immich-server_3            | [Nest] 29  - 07/07/2022, 12:08:35 PM     LOG [WebsocketConnectionEvent] Client hzZwI-MX5bAA0fT1AARH disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 12:22:11 PM     LOG [WebsocketConnectionEvent] Client rnAXKReiJ9BprCpsAASJ disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 1:26:58 PM     LOG [WebsocketConnectionEvent] New websocket connection: pvg84HvYzSi2Xx9_AAXA
immich-server_5            | [Nest] 30  - 07/07/2022, 12:05:21 PM     LOG [WebsocketConnectionEvent] New websocket connection: _TKGxSr4K4AUW7b8AAQ5
immich_redis               | 1:M 07 Jul 2022 14:24:36.624 * 100 changes in 300 seconds. Saving...
immich-server_3            | [Nest] 29  - 07/07/2022, 12:09:14 PM     LOG [WebsocketConnectionEvent] New websocket connection: 42BfQdHNQ9LgfhWZAARP
immich-server_2            | [Nest] 28  - 07/07/2022, 12:22:52 PM     LOG [WebsocketConnectionEvent] New websocket connection: 1jKlSUhR_V27zrT7AAST
immich-server_1            | [Nest] 30  - 07/07/2022, 1:27:43 PM     LOG [WebsocketConnectionEvent] Client pvg84HvYzSi2Xx9_AAXA disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:05:44 PM     LOG [WebsocketConnectionEvent] Client fmllmspGedYkaNxqAAQ1 disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 14:24:36.625 * Background saving started by pid 47
immich-server_3            | [Nest] 29  - 07/07/2022, 12:09:36 PM     LOG [WebsocketConnectionEvent] New websocket connection: 1lmwPbDAvR1p39w1AARR
immich-server_2            | [Nest] 28  - 07/07/2022, 12:23:37 PM     LOG [WebsocketConnectionEvent] Client 1jKlSUhR_V27zrT7AAST disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 1:32:03 PM     LOG [WebsocketConnectionEvent] New websocket connection: XL5ZI-OuA3sWljRLAAXb
immich-server_5            | [Nest] 30  - 07/07/2022, 12:05:49 PM     LOG [WebsocketConnectionEvent] Client KpsfHOQ-VndQ683aAAQ3 disconnected from Websocket
immich_redis               | 47:C 07 Jul 2022 14:24:36.632 * DB saved on disk
immich-server_3            | [Nest] 29  - 07/07/2022, 12:09:41 PM     LOG [WebsocketConnectionEvent] New websocket connection: WPORW8R4WiLEViNOAART
immich-server_2            | [Nest] 28  - 07/07/2022, 12:27:34 PM     LOG [WebsocketConnectionEvent] New websocket connection: QpFqHWwJWWkjJ2MwAASs
immich-server_1            | [Nest] 30  - 07/07/2022, 1:32:48 PM     LOG [WebsocketConnectionEvent] Client XL5ZI-OuA3sWljRLAAXb disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:05:54 PM     LOG [WebsocketConnectionEvent] New websocket connection: 0ox7_0AVOoZNLwRGAAQ9
immich_redis               | 47:C 07 Jul 2022 14:24:36.633 * RDB: 0 MB of memory used by copy-on-write
immich-server_3            | [Nest] 29  - 07/07/2022, 12:09:59 PM     LOG [WebsocketConnectionEvent] Client 42BfQdHNQ9LgfhWZAARP disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 12:28:19 PM     LOG [WebsocketConnectionEvent] Client QpFqHWwJWWkjJ2MwAASs disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 1:33:37 PM     LOG [WebsocketConnectionEvent] New websocket connection: Kw1JOJbrledxeevoAAXi
immich-server_5            | [Nest] 30  - 07/07/2022, 12:06:06 PM     LOG [WebsocketConnectionEvent] Client _TKGxSr4K4AUW7b8AAQ5 disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 14:24:36.726 * Background saving terminated with success
immich-server_3            | [Nest] 29  - 07/07/2022, 12:10:21 PM     LOG [WebsocketConnectionEvent] Client 1lmwPbDAvR1p39w1AARR disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 12:29:37 PM     LOG [WebsocketConnectionEvent] New websocket connection: oGE17iVYaeuEqV9YAAS1
immich-server_1            | [Nest] 30  - 07/07/2022, 1:33:52 PM     LOG [WebsocketConnectionEvent] New websocket connection: w80vDH0byl4wuI_yAAXk
immich-server_5            | [Nest] 30  - 07/07/2022, 12:06:39 PM     LOG [WebsocketConnectionEvent] Client 0ox7_0AVOoZNLwRGAAQ9 disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 14:36:04.509 * 100 changes in 300 seconds. Saving...
immich-server_3            | [Nest] 29  - 07/07/2022, 12:10:25 PM     LOG [WebsocketConnectionEvent] New websocket connection: YnVZdjP_FaDWA2eOAARY
immich-server_2            | [Nest] 28  - 07/07/2022, 12:30:22 PM     LOG [WebsocketConnectionEvent] Client oGE17iVYaeuEqV9YAAS1 disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 1:34:22 PM     LOG [WebsocketConnectionEvent] Client Kw1JOJbrledxeevoAAXi disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:06:42 PM     LOG [WebsocketConnectionEvent] New websocket connection: EGCxEDWSI9IT46LhAARC
immich_redis               | 1:M 07 Jul 2022 14:36:04.510 * Background saving started by pid 48
immich-server_3            | [Nest] 29  - 07/07/2022, 12:10:26 PM     LOG [WebsocketConnectionEvent] Client WPORW8R4WiLEViNOAART disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 12:31:03 PM     LOG [WebsocketConnectionEvent] New websocket connection: rATrIaW0s9tLOZKHAAS8
immich-server_1            | [Nest] 30  - 07/07/2022, 1:34:37 PM     LOG [WebsocketConnectionEvent] Client w80vDH0byl4wuI_yAAXk disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:07:27 PM     LOG [WebsocketConnectionEvent] Client EGCxEDWSI9IT46LhAARC disconnected from Websocket
immich_redis               | 48:C 07 Jul 2022 14:36:04.519 * DB saved on disk
immich-server_3            | [Nest] 29  - 07/07/2022, 12:11:10 PM     LOG [WebsocketConnectionEvent] Client YnVZdjP_FaDWA2eOAARY disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 12:31:48 PM     LOG [WebsocketConnectionEvent] Client rATrIaW0s9tLOZKHAAS8 disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 1:37:31 PM     LOG [WebsocketConnectionEvent] New websocket connection: 1ACh0e97AwzfQdp_AAX4
immich-server_5            | [Nest] 30  - 07/07/2022, 12:07:34 PM     LOG [WebsocketConnectionEvent] New websocket connection: oBIWyiPgj0eUYbAGAARI
immich_redis               | 48:C 07 Jul 2022 14:36:04.520 * RDB: 0 MB of memory used by copy-on-write
immich-server_3            | [Nest] 29  - 07/07/2022, 12:11:18 PM     LOG [WebsocketConnectionEvent] New websocket connection: 3BDjjUrOIV75qVoWAARe
immich-server_2            | [Nest] 28  - 07/07/2022, 12:33:30 PM     LOG [WebsocketConnectionEvent] New websocket connection: UXHN7fT8qorJoFdsAATK
immich-server_1            | [Nest] 30  - 07/07/2022, 1:38:16 PM     LOG [WebsocketConnectionEvent] Client 1ACh0e97AwzfQdp_AAX4 disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:08:19 PM     LOG [WebsocketConnectionEvent] Client oBIWyiPgj0eUYbAGAARI disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 14:36:04.611 * Background saving terminated with success
immich-server_3            | [Nest] 29  - 07/07/2022, 12:11:19 PM     LOG [WebsocketConnectionEvent] Client 3BDjjUrOIV75qVoWAARe disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 12:34:15 PM     LOG [WebsocketConnectionEvent] Client UXHN7fT8qorJoFdsAATK disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 1:44:18 PM     LOG [WebsocketConnectionEvent] New websocket connection: q1DMtkvsPDtSa1HVAAYc
immich-server_5            | [Nest] 30  - 07/07/2022, 12:09:26 PM     LOG [WebsocketConnectionEvent] New websocket connection: DPiAvQi4nR4pJNA7AARQ
immich_redis               | 1:M 07 Jul 2022 14:48:34.568 * 100 changes in 300 seconds. Saving...
immich-server_3            | [Nest] 29  - 07/07/2022, 12:11:31 PM     LOG [WebsocketConnectionEvent] New websocket connection: tGtO0nY6At3197CqAARg
immich-server_2            | [Nest] 28  - 07/07/2022, 1:21:37 PM     LOG [WebsocketConnectionEvent] New websocket connection: vN0Tw4AH6ZZxcSJ0AAW2
immich-server_1            | [Nest] 30  - 07/07/2022, 1:45:03 PM     LOG [WebsocketConnectionEvent] Client q1DMtkvsPDtSa1HVAAYc disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:09:31 PM     LOG [WebsocketConnectionEvent] New websocket connection: eUDGACN4wfk92W8uAARS
immich_redis               | 1:M 07 Jul 2022 14:48:34.568 * Background saving started by pid 49
immich-server_3            | [Nest] 29  - 07/07/2022, 12:12:16 PM     LOG [WebsocketConnectionEvent] Client tGtO0nY6At3197CqAARg disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 1:21:41 PM     LOG [WebsocketConnectionEvent] New websocket connection: 3RK667C7Gq6TLh1oAAW4
immich-server_1            | [Nest] 30  - 07/07/2022, 1:45:12 PM     LOG [WebsocketConnectionEvent] New websocket connection: yRhcwdNonChhILxMAAYi
immich-server_5            | [Nest] 30  - 07/07/2022, 12:10:11 PM     LOG [WebsocketConnectionEvent] Client DPiAvQi4nR4pJNA7AARQ disconnected from Websocket
immich_redis               | 49:C 07 Jul 2022 14:48:34.575 * DB saved on disk
immich-server_3            | [Nest] 29  - 07/07/2022, 12:13:33 PM     LOG [WebsocketConnectionEvent] New websocket connection: dh-7lQ-AcQVq0V7OAARr
immich-server_2            | [Nest] 28  - 07/07/2022, 1:22:22 PM     LOG [WebsocketConnectionEvent] Client vN0Tw4AH6ZZxcSJ0AAW2 disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 1:45:57 PM     LOG [WebsocketConnectionEvent] Client yRhcwdNonChhILxMAAYi disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:10:16 PM     LOG [WebsocketConnectionEvent] Client eUDGACN4wfk92W8uAARS disconnected from Websocket
immich_redis               | 49:C 07 Jul 2022 14:48:34.576 * RDB: 0 MB of memory used by copy-on-write
immich-server_3            | [Nest] 29  - 07/07/2022, 12:13:34 PM     LOG [WebsocketConnectionEvent] Client dh-7lQ-AcQVq0V7OAARr disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 1:22:26 PM     LOG [WebsocketConnectionEvent] Client 3RK667C7Gq6TLh1oAAW4 disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 1:46:26 PM     LOG [WebsocketConnectionEvent] New websocket connection: 8FFUay5eOeu0AgsAAAYp
immich-server_5            | [Nest] 30  - 07/07/2022, 12:13:19 PM     LOG [WebsocketConnectionEvent] New websocket connection: MJ8lykq-RdJtPOWPAARj
immich_redis               | 1:M 07 Jul 2022 14:48:34.669 * Background saving terminated with success
immich-server_3            | [Nest] 29  - 07/07/2022, 12:14:34 PM     LOG [WebsocketConnectionEvent] New websocket connection: XIalahw374Wf-ZCdAARx
immich-server_2            | [Nest] 28  - 07/07/2022, 1:23:51 PM     LOG [WebsocketConnectionEvent] New websocket connection: MgzyjMbVtedjLe29AAXC
immich-server_1            | [Nest] 30  - 07/07/2022, 1:47:11 PM     LOG [WebsocketConnectionEvent] Client 8FFUay5eOeu0AgsAAAYp disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:14:00 PM     LOG [WebsocketConnectionEvent] New websocket connection: Y7z08SQFepTb4UhVAARq
immich_redis               | 1:M 07 Jul 2022 15:01:04.565 * 100 changes in 300 seconds. Saving...
immich-server_3            | [Nest] 29  - 07/07/2022, 12:14:35 PM     LOG [WebsocketConnectionEvent] Client XIalahw374Wf-ZCdAARx disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 1:24:36 PM     LOG [WebsocketConnectionEvent] Client MgzyjMbVtedjLe29AAXC disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 1:47:37 PM     LOG [WebsocketConnectionEvent] New websocket connection: ffuQ5g8tcaxG0C0_AAYy
immich-server_5            | [Nest] 30  - 07/07/2022, 12:14:04 PM     LOG [WebsocketConnectionEvent] Client MJ8lykq-RdJtPOWPAARj disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 15:01:04.565 * Background saving started by pid 50
immich-server_3            | [Nest] 29  - 07/07/2022, 12:15:34 PM     LOG [WebsocketConnectionEvent] New websocket connection: -uvWAETZ3iWWW8SuAAR3
immich-server_2            | [Nest] 28  - 07/07/2022, 1:25:58 PM     LOG [WebsocketConnectionEvent] New websocket connection: M256sd6pFlnbIDhMAAXO
immich-server_1            | [Nest] 30  - 07/07/2022, 1:48:22 PM     LOG [WebsocketConnectionEvent] Client ffuQ5g8tcaxG0C0_AAYy disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:14:41 PM     LOG [WebsocketConnectionEvent] New websocket connection: 96vnyxAoK-9ddzugAARw
immich_redis               | 50:C 07 Jul 2022 15:01:04.572 * DB saved on disk
immich-server_3            | [Nest] 29  - 07/07/2022, 12:15:45 PM     LOG [WebsocketConnectionEvent] New websocket connection: hiRVp5MRWcYytgx7AAR6
immich-server_2            | [Nest] 28  - 07/07/2022, 1:26:43 PM     LOG [WebsocketConnectionEvent] Client M256sd6pFlnbIDhMAAXO disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 1:48:22 PM     LOG [WebsocketConnectionEvent] New websocket connection: 5FKUlRgswF2aa1RSAAY4
immich-server_5            | [Nest] 30  - 07/07/2022, 12:14:45 PM     LOG [WebsocketConnectionEvent] Client Y7z08SQFepTb4UhVAARq disconnected from Websocket
immich_redis               | 50:C 07 Jul 2022 15:01:04.573 * RDB: 0 MB of memory used by copy-on-write
immich-server_3            | [Nest] 29  - 07/07/2022, 12:16:19 PM     LOG [WebsocketConnectionEvent] Client -uvWAETZ3iWWW8SuAAR3 disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 1:33:49 PM     LOG [WebsocketConnectionEvent] New websocket connection: ohBzFue7MXuzaZ1fAAXy
immich-server_1            | [Nest] 30  - 07/07/2022, 1:48:36 PM     LOG [WebsocketConnectionEvent] New websocket connection: aBmLeGi5ngCTmoiGAAY6
immich-server_5            | [Nest] 30  - 07/07/2022, 12:15:08 PM     LOG [WebsocketConnectionEvent] New websocket connection: Zic7Rt0ZJZkpRTLYAARz
immich_redis               | 1:M 07 Jul 2022 15:01:04.666 * Background saving terminated with success
immich-server_3            | [Nest] 29  - 07/07/2022, 12:16:21 PM     LOG [WebsocketConnectionEvent] New websocket connection: -ctCZA4ymWxkNq-yAASB
immich-server_2            | [Nest] 28  - 07/07/2022, 1:34:24 PM     LOG [WebsocketConnectionEvent] New websocket connection: YtOYf_Q1WoPJcv64AAX2
immich-server_1            | [Nest] 30  - 07/07/2022, 1:49:07 PM     LOG [WebsocketConnectionEvent] Client 5FKUlRgswF2aa1RSAAY4 disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:15:26 PM     LOG [WebsocketConnectionEvent] Client 96vnyxAoK-9ddzugAARw disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 15:12:04.592 * 100 changes in 300 seconds. Saving...
immich-server_3            | [Nest] 29  - 07/07/2022, 12:16:30 PM     LOG [WebsocketConnectionEvent] Client hiRVp5MRWcYytgx7AAR6 disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 1:34:34 PM     LOG [WebsocketConnectionEvent] Client ohBzFue7MXuzaZ1fAAXy disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 1:49:21 PM     LOG [WebsocketConnectionEvent] Client aBmLeGi5ngCTmoiGAAY6 disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:15:28 PM     LOG [WebsocketConnectionEvent] New websocket connection: 8o452L5ZMvATQlMdAAR2
immich_redis               | 1:M 07 Jul 2022 15:12:04.593 * Background saving started by pid 51
immich-server_3            | [Nest] 29  - 07/07/2022, 12:17:06 PM     LOG [WebsocketConnectionEvent] Client -ctCZA4ymWxkNq-yAASB disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 1:35:09 PM     LOG [WebsocketConnectionEvent] Client YtOYf_Q1WoPJcv64AAX2 disconnected from Websocket
immich-server_1            | [Nest] 30  - 07/07/2022, 2:50:26 PM     LOG [WebsocketConnectionEvent] New websocket connection: KMcWASYRDKVv4oqSAAdi
immich-server_3            | [Nest] 29  - 07/07/2022, 12:20:33 PM     LOG [WebsocketConnectionEvent] New websocket connection: D8kLFtES8aY0nJ8TAASZ
immich-server_2            | [Nest] 28  - 07/07/2022, 1:37:42 PM     LOG [WebsocketConnectionEvent] New websocket connection: OaHbaBUpZokdl4HiAAYK
immich-server_5            | [Nest] 30  - 07/07/2022, 12:15:53 PM     LOG [WebsocketConnectionEvent] Client Zic7Rt0ZJZkpRTLYAARz disconnected from Websocket
immich_redis               | 51:C 07 Jul 2022 15:12:04.599 * DB saved on disk
immich-server_3            | [Nest] 29  - 07/07/2022, 12:21:18 PM     LOG [WebsocketConnectionEvent] Client D8kLFtES8aY0nJ8TAASZ disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 1:38:27 PM     LOG [WebsocketConnectionEvent] Client OaHbaBUpZokdl4HiAAYK disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:16:13 PM     LOG [WebsocketConnectionEvent] Client 8o452L5ZMvATQlMdAAR2 disconnected from Websocket
immich_redis               | 51:C 07 Jul 2022 15:12:04.600 * RDB: 0 MB of memory used by copy-on-write
immich-server_1            | [Nest] 30  - 07/07/2022, 2:51:11 PM     LOG [WebsocketConnectionEvent] Client KMcWASYRDKVv4oqSAAdi disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 12:21:23 PM     LOG [WebsocketConnectionEvent] New websocket connection: TwjFFSDlKZGXC9frAASe
immich-server_2            | [Nest] 28  - 07/07/2022, 1:39:03 PM     LOG [WebsocketConnectionEvent] New websocket connection: C-O8ocf9-kRwCgBiAAYQ
immich-server_5            | [Nest] 30  - 07/07/2022, 12:17:16 PM     LOG [WebsocketConnectionEvent] New websocket connection: N4uvgPlDdfTUJjoeAASB
immich_redis               | 1:M 07 Jul 2022 15:12:04.694 * Background saving terminated with success
immich-server_1            | [Nest] 30  - 07/07/2022, 2:51:52 PM     LOG [WebsocketConnectionEvent] New websocket connection: Oy89w_xdo45f3ZIJAAdq
immich-server_3            | [Nest] 29  - 07/07/2022, 12:21:46 PM     LOG [WebsocketConnectionEvent] New websocket connection: PMVkIkdFallZO51TAASh
immich-server_2            | [Nest] 28  - 07/07/2022, 1:39:32 PM     LOG [WebsocketConnectionEvent] New websocket connection: ugp7Z_3JoUCCK_I5AAYV
immich-server_5            | [Nest] 30  - 07/07/2022, 12:18:01 PM     LOG [WebsocketConnectionEvent] Client N4uvgPlDdfTUJjoeAASB disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 15:23:04.644 * 100 changes in 300 seconds. Saving...
immich-server_1            | [Nest] 30  - 07/07/2022, 2:52:37 PM     LOG [WebsocketConnectionEvent] Client Oy89w_xdo45f3ZIJAAdq disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 12:22:08 PM     LOG [WebsocketConnectionEvent] Client TwjFFSDlKZGXC9frAASe disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 1:39:48 PM     LOG [WebsocketConnectionEvent] Client C-O8ocf9-kRwCgBiAAYQ disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:21:42 PM     LOG [WebsocketConnectionEvent] New websocket connection: PNlaDGxkGEPsJMx9AASS
immich_redis               | 1:M 07 Jul 2022 15:23:04.645 * Background saving started by pid 52
immich-server_1            | [Nest] 30  - 07/07/2022, 2:53:53 PM     LOG [WebsocketConnectionEvent] New websocket connection: XWmW6vGZMUm7h8jxAAd0
immich-server_3            | [Nest] 29  - 07/07/2022, 12:22:14 PM     LOG [WebsocketConnectionEvent] New websocket connection: qeLuwq-r1ii-NoqsAASl
immich-server_2            | [Nest] 28  - 07/07/2022, 1:40:17 PM     LOG [WebsocketConnectionEvent] Client ugp7Z_3JoUCCK_I5AAYV disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:21:59 PM     LOG [WebsocketConnectionEvent] New websocket connection: Y69D0Dfbg97KWMJsAASU
immich_redis               | 52:C 07 Jul 2022 15:23:04.652 * DB saved on disk
immich-server_1            | [Nest] 30  - 07/07/2022, 2:54:38 PM     LOG [WebsocketConnectionEvent] Client XWmW6vGZMUm7h8jxAAd0 disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 12:22:31 PM     LOG [WebsocketConnectionEvent] Client PMVkIkdFallZO51TAASh disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 1:41:31 PM     LOG [WebsocketConnectionEvent] New websocket connection: WjOKt12gEEHi_HleAAYf
immich-server_5            | [Nest] 30  - 07/07/2022, 12:22:27 PM     LOG [WebsocketConnectionEvent] Client PNlaDGxkGEPsJMx9AASS disconnected from Websocket
immich_redis               | 52:C 07 Jul 2022 15:23:04.653 * RDB: 0 MB of memory used by copy-on-write
immich-server_1            | [Nest] 30  - 07/07/2022, 2:55:55 PM     LOG [WebsocketConnectionEvent] New websocket connection: 8ewRS94K-Ggt3BCNAAd9
immich-server_3            | [Nest] 29  - 07/07/2022, 12:22:59 PM     LOG [WebsocketConnectionEvent] Client qeLuwq-r1ii-NoqsAASl disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 1:41:59 PM     LOG [WebsocketConnectionEvent] New websocket connection: dp3z9Nkp-EbEy90GAAYl
immich-server_5            | [Nest] 30  - 07/07/2022, 12:22:44 PM     LOG [WebsocketConnectionEvent] Client Y69D0Dfbg97KWMJsAASU disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 15:23:04.746 * Background saving terminated with success
immich-server_1            | [Nest] 30  - 07/07/2022, 2:56:40 PM     LOG [WebsocketConnectionEvent] Client 8ewRS94K-Ggt3BCNAAd9 disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 12:23:14 PM     LOG [WebsocketConnectionEvent] New websocket connection: No_faMeg_8Xp_EL9AASq
immich-server_2            | [Nest] 28  - 07/07/2022, 1:42:16 PM     LOG [WebsocketConnectionEvent] Client WjOKt12gEEHi_HleAAYf disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:22:58 PM     LOG [WebsocketConnectionEvent] New websocket connection: I6wDsMmFbi9QkwBzAASX
immich_redis               | 1:M 07 Jul 2022 15:34:04.707 * 100 changes in 300 seconds. Saving...
immich-server_1            | [Nest] 30  - 07/07/2022, 2:56:46 PM     LOG [WebsocketConnectionEvent] New websocket connection: P5KQpdmr6dyKHtVdAAeC
immich-server_3            | [Nest] 29  - 07/07/2022, 12:23:59 PM     LOG [WebsocketConnectionEvent] Client No_faMeg_8Xp_EL9AASq disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 1:42:44 PM     LOG [WebsocketConnectionEvent] Client dp3z9Nkp-EbEy90GAAYl disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:23:43 PM     LOG [WebsocketConnectionEvent] Client I6wDsMmFbi9QkwBzAASX disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 15:34:04.708 * Background saving started by pid 53
immich-server_1            | [Nest] 30  - 07/07/2022, 2:57:31 PM     LOG [WebsocketConnectionEvent] Client P5KQpdmr6dyKHtVdAAeC disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 12:26:39 PM     LOG [WebsocketConnectionEvent] New websocket connection: TS5NiaTULQfk_4MWAAS9
immich-server_2            | [Nest] 28  - 07/07/2022, 1:48:33 PM     LOG [WebsocketConnectionEvent] New websocket connection: nVZFznu_Nb2Fa8BgAAZC
immich-server_5            | [Nest] 30  - 07/07/2022, 12:23:48 PM     LOG [WebsocketConnectionEvent] New websocket connection: Cr1n-PlZpn7_56Y0AASa
immich_redis               | 53:C 07 Jul 2022 15:34:04.714 * DB saved on disk
immich-server_1            | [Nest] 30  - 07/07/2022, 2:58:30 PM     LOG [WebsocketConnectionEvent] New websocket connection: WwZK_AHwiXbzMasMAAeM
immich-server_3            | [Nest] 29  - 07/07/2022, 12:27:24 PM     LOG [WebsocketConnectionEvent] Client TS5NiaTULQfk_4MWAAS9 disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 1:49:18 PM     LOG [WebsocketConnectionEvent] Client nVZFznu_Nb2Fa8BgAAZC disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:24:33 PM     LOG [WebsocketConnectionEvent] Client Cr1n-PlZpn7_56Y0AASa disconnected from Websocket
immich_redis               | 53:C 07 Jul 2022 15:34:04.715 * RDB: 0 MB of memory used by copy-on-write
immich-server_1            | [Nest] 30  - 07/07/2022, 2:59:15 PM     LOG [WebsocketConnectionEvent] Client WwZK_AHwiXbzMasMAAeM disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 12:27:26 PM     LOG [WebsocketConnectionEvent] New websocket connection: 0Gn6u12ATRzTDDwFAATE
immich-server_2            | [Nest] 28  - 07/07/2022, 1:50:42 PM     LOG [WebsocketConnectionEvent] New websocket connection: iWg99b5LhLTIQ4mpAAZM
immich-server_5            | [Nest] 30  - 07/07/2022, 12:27:20 PM     LOG [WebsocketConnectionEvent] New websocket connection: 6LZVfZc2HsSLyRRVAASs
immich_redis               | 1:M 07 Jul 2022 15:34:04.808 * Background saving terminated with success
immich-server_1            | [Nest] 30  - 07/07/2022, 2:59:26 PM     LOG [WebsocketConnectionEvent] New websocket connection: QApPO9oqF-Ck4YtCAAeR
immich-server_3            | [Nest] 29  - 07/07/2022, 12:28:11 PM     LOG [WebsocketConnectionEvent] Client 0Gn6u12ATRzTDDwFAATE disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 1:51:12 PM     LOG [WebsocketConnectionEvent] New websocket connection: 3tBPvjAxzX4aEUFLAAZP
immich-server_5            | [Nest] 30  - 07/07/2022, 12:28:05 PM     LOG [WebsocketConnectionEvent] Client 6LZVfZc2HsSLyRRVAASs disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 15:46:04.690 * 100 changes in 300 seconds. Saving...
immich-server_1            | [Nest] 30  - 07/07/2022, 3:00:11 PM     LOG [WebsocketConnectionEvent] Client QApPO9oqF-Ck4YtCAAeR disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 12:33:38 PM     LOG [WebsocketConnectionEvent] New websocket connection: kGkO46c4SJrRshegAATk
immich-server_2            | [Nest] 28  - 07/07/2022, 1:51:27 PM     LOG [WebsocketConnectionEvent] Client iWg99b5LhLTIQ4mpAAZM disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:28:13 PM     LOG [WebsocketConnectionEvent] New websocket connection: kUCUvywrjsgcBdM4AASw
immich_redis               | 1:M 07 Jul 2022 15:46:04.691 * Background saving started by pid 54
immich-server_1            | [Nest] 30  - 07/07/2022, 3:00:19 PM     LOG [WebsocketConnectionEvent] New websocket connection: dvH4s29wJu3tkfjpAAeY
immich-server_3            | [Nest] 29  - 07/07/2022, 12:34:23 PM     LOG [WebsocketConnectionEvent] Client kGkO46c4SJrRshegAATk disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 1:51:57 PM     LOG [WebsocketConnectionEvent] Client 3tBPvjAxzX4aEUFLAAZP disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:28:58 PM     LOG [WebsocketConnectionEvent] Client kUCUvywrjsgcBdM4AASw disconnected from Websocket
immich_redis               | 54:C 07 Jul 2022 15:46:04.698 * DB saved on disk
immich-server_1            | [Nest] 30  - 07/07/2022, 3:01:04 PM     LOG [WebsocketConnectionEvent] Client dvH4s29wJu3tkfjpAAeY disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 1:25:02 PM     LOG [WebsocketConnectionEvent] New websocket connection: WKiC9stypiZdN4mjAAXc
immich-server_2            | [Nest] 28  - 07/07/2022, 2:49:24 PM     LOG [WebsocketConnectionEvent] New websocket connection: uDldqcsZBNbDchKSAAdb
immich-server_5            | [Nest] 30  - 07/07/2022, 12:33:27 PM     LOG [WebsocketConnectionEvent] New websocket connection: of32PMiwpl6AyTSCAATK
immich_redis               | 54:C 07 Jul 2022 15:46:04.699 * RDB: 0 MB of memory used by copy-on-write
immich-server_1            | [Nest] 30  - 07/07/2022, 3:26:50 PM     LOG [WebsocketConnectionEvent] New websocket connection: HYjc-BAORq8OY93lAAgT
immich-server_3            | [Nest] 29  - 07/07/2022, 1:25:47 PM     LOG [WebsocketConnectionEvent] Client WKiC9stypiZdN4mjAAXc disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 2:50:09 PM     LOG [WebsocketConnectionEvent] Client uDldqcsZBNbDchKSAAdb disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 12:34:12 PM     LOG [WebsocketConnectionEvent] Client of32PMiwpl6AyTSCAATK disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 15:46:04.791 * Background saving terminated with success
immich-server_1            | [Nest] 30  - 07/07/2022, 3:27:35 PM     LOG [WebsocketConnectionEvent] Client HYjc-BAORq8OY93lAAgT disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 1:27:12 PM     LOG [WebsocketConnectionEvent] New websocket connection: woajfQ7PP7kVLaLXAAXp
immich-server_2            | [Nest] 28  - 07/07/2022, 2:51:57 PM     LOG [WebsocketConnectionEvent] New websocket connection: 66OenGH5ajOhGHZ1AAdk
immich-server_5            | [Nest] 30  - 07/07/2022, 1:21:46 PM     LOG [WebsocketConnectionEvent] New websocket connection: n3gHtk0ItS1lT8aKAAWl
immich_redis               | 1:M 07 Jul 2022 15:57:34.758 * 100 changes in 300 seconds. Saving...
immich-server_2            | [Nest] 28  - 07/07/2022, 2:52:42 PM     LOG [WebsocketConnectionEvent] Client 66OenGH5ajOhGHZ1AAdk disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 1:22:31 PM     LOG [WebsocketConnectionEvent] Client n3gHtk0ItS1lT8aKAAWl disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 1:27:57 PM     LOG [WebsocketConnectionEvent] Client woajfQ7PP7kVLaLXAAXp disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 15:57:34.758 * Background saving started by pid 55
immich-server_2            | [Nest] 28  - 07/07/2022, 2:53:33 PM     LOG [WebsocketConnectionEvent] New websocket connection: 8s-BM5y0G1RDHZi9AAdt
immich-server_3            | [Nest] 29  - 07/07/2022, 1:37:48 PM     LOG [WebsocketConnectionEvent] New websocket connection: dfjProKg85ak9hGdAAYW
immich_redis               | 55:C 07 Jul 2022 15:57:34.765 * DB saved on disk
immich-server_5            | [Nest] 30  - 07/07/2022, 1:23:37 PM     LOG [WebsocketConnectionEvent] New websocket connection: wguDKA5v8x4zGgYeAAWs
immich-server_2            | [Nest] 28  - 07/07/2022, 2:54:18 PM     LOG [WebsocketConnectionEvent] Client 8s-BM5y0G1RDHZi9AAdt disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 1:38:31 PM     LOG [WebsocketConnectionEvent] New websocket connection: _S-A1GuaXAUJVcj7AAYa
immich_redis               | 55:C 07 Jul 2022 15:57:34.766 * RDB: 0 MB of memory used by copy-on-write
immich-server_5            | [Nest] 30  - 07/07/2022, 1:24:22 PM     LOG [WebsocketConnectionEvent] Client wguDKA5v8x4zGgYeAAWs disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 1:38:33 PM     LOG [WebsocketConnectionEvent] Client dfjProKg85ak9hGdAAYW disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 2:56:33 PM     LOG [WebsocketConnectionEvent] New websocket connection: rznbkx59E8GJocVVAAd8
immich_redis               | 1:M 07 Jul 2022 15:57:34.859 * Background saving terminated with success
immich-server_5            | [Nest] 30  - 07/07/2022, 1:24:51 PM     LOG [WebsocketConnectionEvent] New websocket connection: _kIzTJnJ_coi_lIHAAW0
immich-server_3            | [Nest] 29  - 07/07/2022, 1:39:00 PM     LOG [WebsocketConnectionEvent] New websocket connection: nVJ0GUUyeAnp5qtGAAYd
immich-server_2            | [Nest] 28  - 07/07/2022, 2:57:18 PM     LOG [WebsocketConnectionEvent] Client rznbkx59E8GJocVVAAd8 disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 16:10:04.735 * 100 changes in 300 seconds. Saving...
immich-server_5            | [Nest] 30  - 07/07/2022, 1:24:56 PM     LOG [WebsocketConnectionEvent] New websocket connection: hdrcHKLMctF1dP84AAW2
immich-server_3            | [Nest] 29  - 07/07/2022, 1:39:16 PM     LOG [WebsocketConnectionEvent] Client _S-A1GuaXAUJVcj7AAYa disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 2:58:03 PM     LOG [WebsocketConnectionEvent] New websocket connection: I_F124DIFaCbaQ9UAAeC
immich_redis               | 1:M 07 Jul 2022 16:10:04.736 * Background saving started by pid 56
immich-server_5            | [Nest] 30  - 07/07/2022, 1:25:36 PM     LOG [WebsocketConnectionEvent] Client _kIzTJnJ_coi_lIHAAW0 disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 1:39:44 PM     LOG [WebsocketConnectionEvent] Client nVJ0GUUyeAnp5qtGAAYd disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 2:58:18 PM     LOG [WebsocketConnectionEvent] New websocket connection: jEbIoJTsYpePOxGoAAeF
immich_redis               | 56:C 07 Jul 2022 16:10:04.742 * DB saved on disk
immich-server_5            | [Nest] 30  - 07/07/2022, 1:25:41 PM     LOG [WebsocketConnectionEvent] Client hdrcHKLMctF1dP84AAW2 disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 1:44:01 PM     LOG [WebsocketConnectionEvent] New websocket connection: nfdX4C_wZi1Bh4g0AAY2
immich-server_2            | [Nest] 28  - 07/07/2022, 2:58:47 PM     LOG [WebsocketConnectionEvent] Client I_F124DIFaCbaQ9UAAeC disconnected from Websocket
immich_redis               | 56:C 07 Jul 2022 16:10:04.743 * RDB: 0 MB of memory used by copy-on-write
immich-server_5            | [Nest] 30  - 07/07/2022, 1:27:23 PM     LOG [WebsocketConnectionEvent] New websocket connection: 2jWDHNHE-Fkxw_VDAAXH
immich-server_3            | [Nest] 29  - 07/07/2022, 1:44:46 PM     LOG [WebsocketConnectionEvent] Client nfdX4C_wZi1Bh4g0AAY2 disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 2:59:03 PM     LOG [WebsocketConnectionEvent] Client jEbIoJTsYpePOxGoAAeF disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 16:10:04.836 * Background saving terminated with success
immich-server_5            | [Nest] 30  - 07/07/2022, 1:28:08 PM     LOG [WebsocketConnectionEvent] Client 2jWDHNHE-Fkxw_VDAAXH disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 1:46:56 PM     LOG [WebsocketConnectionEvent] New websocket connection: Jvoqzx-1jcYvFuvNAAZF
immich-server_2            | [Nest] 28  - 07/07/2022, 2:59:36 PM     LOG [WebsocketConnectionEvent] New websocket connection: FZdVS6FeDqnGFHtDAAeO
immich_redis               | 1:M 07 Jul 2022 16:23:04.822 * 100 changes in 300 seconds. Saving...
immich-server_5            | [Nest] 30  - 07/07/2022, 1:29:07 PM     LOG [WebsocketConnectionEvent] New websocket connection: zAjzuecI1OyJgr3_AAXP
immich-server_3            | [Nest] 29  - 07/07/2022, 1:47:41 PM     LOG [WebsocketConnectionEvent] Client Jvoqzx-1jcYvFuvNAAZF disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 3:00:01 PM     LOG [WebsocketConnectionEvent] New websocket connection: vkKaJoj3C-MIVDnuAAeR
immich_redis               | 1:M 07 Jul 2022 16:23:04.823 * Background saving started by pid 57
immich-server_5            | [Nest] 30  - 07/07/2022, 1:29:52 PM     LOG [WebsocketConnectionEvent] Client zAjzuecI1OyJgr3_AAXP disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 1:48:01 PM     LOG [WebsocketConnectionEvent] New websocket connection: 61MBr9VI2gVqw2jCAAZN
immich-server_2            | [Nest] 28  - 07/07/2022, 3:00:07 PM     LOG [WebsocketConnectionEvent] New websocket connection: ispuUr2gYWMQ_JrrAAeT
immich_redis               | 57:C 07 Jul 2022 16:23:04.829 * DB saved on disk
immich-server_5            | [Nest] 30  - 07/07/2022, 1:32:18 PM     LOG [WebsocketConnectionEvent] New websocket connection: w8JMYbu7YIhplUN4AAXh
immich-server_3            | [Nest] 29  - 07/07/2022, 1:48:46 PM     LOG [WebsocketConnectionEvent] Client 61MBr9VI2gVqw2jCAAZN disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 3:00:21 PM     LOG [WebsocketConnectionEvent] Client FZdVS6FeDqnGFHtDAAeO disconnected from Websocket
immich_redis               | 57:C 07 Jul 2022 16:23:04.830 * RDB: 0 MB of memory used by copy-on-write
immich-server_5            | [Nest] 30  - 07/07/2022, 1:33:03 PM     LOG [WebsocketConnectionEvent] Client w8JMYbu7YIhplUN4AAXh disconnected from Websocket
immich-server_3            | [Nest] 29  - 07/07/2022, 1:48:58 PM     LOG [WebsocketConnectionEvent] New websocket connection: dQoNEIEOq5ur5H2KAAZS
immich-server_2            | [Nest] 28  - 07/07/2022, 3:00:24 PM     LOG [WebsocketConnectionEvent] New websocket connection: twD9QN_n2sPGlZoxAAeW
immich_redis               | 1:M 07 Jul 2022 16:23:04.924 * Background saving terminated with success
immich-server_5            | [Nest] 30  - 07/07/2022, 1:33:59 PM     LOG [WebsocketConnectionEvent] New websocket connection: C4egzrBEL_XRKuCmAAXu
immich-server_3            | [Nest] 29  - 07/07/2022, 1:49:43 PM     LOG [WebsocketConnectionEvent] Client dQoNEIEOq5ur5H2KAAZS disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 3:00:46 PM     LOG [WebsocketConnectionEvent] Client vkKaJoj3C-MIVDnuAAeR disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 1:34:44 PM     LOG [WebsocketConnectionEvent] Client C4egzrBEL_XRKuCmAAXu disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 16:37:06.097 * 100 changes in 300 seconds. Saving...
immich-server_3            | [Nest] 29  - 07/07/2022, 1:51:24 PM     LOG [WebsocketConnectionEvent] New websocket connection: 387uU2Ela_RfTDivAAZd
immich-server_2            | [Nest] 28  - 07/07/2022, 3:00:52 PM     LOG [WebsocketConnectionEvent] Client ispuUr2gYWMQ_JrrAAeT disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 1:37:07 PM     LOG [WebsocketConnectionEvent] New websocket connection: 6yReFKBi5yjxndN9AAX7
immich_redis               | 1:M 07 Jul 2022 16:37:06.098 * Background saving started by pid 58
immich-server_3            | [Nest] 29  - 07/07/2022, 1:52:09 PM     LOG [WebsocketConnectionEvent] Client 387uU2Ela_RfTDivAAZd disconnected from Websocket
immich-server_2            | [Nest] 28  - 07/07/2022, 3:01:09 PM     LOG [WebsocketConnectionEvent] Client twD9QN_n2sPGlZoxAAeW disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 1:37:52 PM     LOG [WebsocketConnectionEvent] Client 6yReFKBi5yjxndN9AAX7 disconnected from Websocket
immich_redis               | 58:C 07 Jul 2022 16:37:06.104 * DB saved on disk
immich-server_3            | [Nest] 29  - 07/07/2022, 2:50:06 PM     LOG [WebsocketConnectionEvent] New websocket connection: om-pHAyj_iXPgFAGAAdx
immich-server_2            | [Nest] 28  - 07/07/2022, 7:30:28 PM     LOG [WebsocketConnectionEvent] New websocket connection: Njk7tuUnGZnQCbW5AAkF
immich-server_5            | [Nest] 30  - 07/07/2022, 1:38:20 PM     LOG [WebsocketConnectionEvent] New websocket connection: X1IULIOcbGct2iRlAAYC
immich_redis               | 58:C 07 Jul 2022 16:37:06.105 * RDB: 0 MB of memory used by copy-on-write
immich-server_3            | [Nest] 29  - 07/07/2022, 2:50:10 PM     LOG [WebsocketConnectionEvent] New websocket connection: vQS7oSFrhSLw4x4sAAdz
immich-server_2            | [Nest] 28  - 07/07/2022, 7:31:56 PM     LOG [WebsocketConnectionEvent] Client Njk7tuUnGZnQCbW5AAkF disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 1:39:05 PM     LOG [WebsocketConnectionEvent] Client X1IULIOcbGct2iRlAAYC disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 16:37:06.198 * Background saving terminated with success
immich-server_3            | [Nest] 29  - 07/07/2022, 2:50:51 PM     LOG [WebsocketConnectionEvent] Client om-pHAyj_iXPgFAGAAdx disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 1:39:58 PM     LOG [WebsocketConnectionEvent] New websocket connection: ZcxbYEqbGfGYD_zcAAYJ
immich_redis               | 1:M 07 Jul 2022 16:48:34.856 * 100 changes in 300 seconds. Saving...
immich-server_3            | [Nest] 29  - 07/07/2022, 2:50:55 PM     LOG [WebsocketConnectionEvent] Client vQS7oSFrhSLw4x4sAAdz disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 1:40:43 PM     LOG [WebsocketConnectionEvent] Client ZcxbYEqbGfGYD_zcAAYJ disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 16:48:34.857 * Background saving started by pid 59
immich-server_3            | [Nest] 29  - 07/07/2022, 2:52:58 PM     LOG [WebsocketConnectionEvent] New websocket connection: jU88GTU2f1RZgi4dAAeF
immich-server_5            | [Nest] 30  - 07/07/2022, 1:41:48 PM     LOG [WebsocketConnectionEvent] New websocket connection: qsMutJUsZk4YfxF2AAYU
immich_redis               | 59:C 07 Jul 2022 16:48:34.863 * DB saved on disk
immich-server_3            | [Nest] 29  - 07/07/2022, 2:53:43 PM     LOG [WebsocketConnectionEvent] Client jU88GTU2f1RZgi4dAAeF disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 1:42:09 PM     LOG [WebsocketConnectionEvent] New websocket connection: 9eNc7LIrdb5OjE4xAAYW
immich_redis               | 59:C 07 Jul 2022 16:48:34.864 * RDB: 0 MB of memory used by copy-on-write
immich-server_3            | [Nest] 29  - 07/07/2022, 2:55:14 PM     LOG [WebsocketConnectionEvent] New websocket connection: nO7fpvKyPLQxkNtLAAeS
immich-server_5            | [Nest] 30  - 07/07/2022, 1:42:33 PM     LOG [WebsocketConnectionEvent] Client qsMutJUsZk4YfxF2AAYU disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 16:48:34.958 * Background saving terminated with success
immich-server_3            | [Nest] 29  - 07/07/2022, 2:55:19 PM     LOG [WebsocketConnectionEvent] New websocket connection: yvdNZse3kf0197yEAAeU
immich-server_5            | [Nest] 30  - 07/07/2022, 1:42:54 PM     LOG [WebsocketConnectionEvent] Client 9eNc7LIrdb5OjE4xAAYW disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 16:59:34.954 * 100 changes in 300 seconds. Saving...
immich-server_3            | [Nest] 29  - 07/07/2022, 2:55:59 PM     LOG [WebsocketConnectionEvent] Client nO7fpvKyPLQxkNtLAAeS disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 1:47:56 PM     LOG [WebsocketConnectionEvent] New websocket connection: FyjlgK7kDUPUmlywAAYw
immich_redis               | 1:M 07 Jul 2022 16:59:34.955 * Background saving started by pid 60
immich-server_3            | [Nest] 29  - 07/07/2022, 2:56:04 PM     LOG [WebsocketConnectionEvent] Client yvdNZse3kf0197yEAAeU disconnected from Websocket
immich_redis               | 60:C 07 Jul 2022 16:59:34.961 * DB saved on disk
immich-server_3            | [Nest] 29  - 07/07/2022, 2:59:23 PM     LOG [WebsocketConnectionEvent] New websocket connection: VBFThPTeEIpecmU5AAet
immich-server_5            | [Nest] 30  - 07/07/2022, 1:48:41 PM     LOG [WebsocketConnectionEvent] Client FyjlgK7kDUPUmlywAAYw disconnected from Websocket
immich_redis               | 60:C 07 Jul 2022 16:59:34.962 * RDB: 0 MB of memory used by copy-on-write
immich-server_3            | [Nest] 29  - 07/07/2022, 2:59:28 PM     LOG [WebsocketConnectionEvent] New websocket connection: rKtg8fdQEaeYdi_GAAev
immich-server_5            | [Nest] 30  - 07/07/2022, 1:50:51 PM     LOG [WebsocketConnectionEvent] New websocket connection: uwGKn_nYePVtZtlzAAZD
immich_redis               | 1:M 07 Jul 2022 16:59:35.055 * Background saving terminated with success
immich-server_3            | [Nest] 29  - 07/07/2022, 3:00:08 PM     LOG [WebsocketConnectionEvent] Client VBFThPTeEIpecmU5AAet disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 1:51:36 PM     LOG [WebsocketConnectionEvent] Client uwGKn_nYePVtZtlzAAZD disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 17:10:35.014 * 100 changes in 300 seconds. Saving...
immich-server_3            | [Nest] 29  - 07/07/2022, 3:00:13 PM     LOG [WebsocketConnectionEvent] Client rKtg8fdQEaeYdi_GAAev disconnected from Websocket
immich-server_5            | [Nest] 30  - 07/07/2022, 1:51:47 PM     LOG [WebsocketConnectionEvent] New websocket connection: X2X4_e2ZVuHCi1U-AAZL
immich_redis               | 1:M 07 Jul 2022 17:10:35.015 * Background saving started by pid 61
immich-server_3            | [Nest] 29  - 07/07/2022, 7:30:28 PM     LOG [createDeviceInfo] Device Info Exist
immich-server_5            | [Nest] 30  - 07/07/2022, 1:52:32 PM     LOG [WebsocketConnectionEvent] Client X2X4_e2ZVuHCi1U-AAZL disconnected from Websocket
immich_redis               | 61:C 07 Jul 2022 17:10:35.022 * DB saved on disk
immich-server_5            | [Nest] 30  - 07/07/2022, 2:50:17 PM     LOG [WebsocketConnectionEvent] New websocket connection: YVpLJBIb01wurD0YAAdk
immich_redis               | 61:C 07 Jul 2022 17:10:35.023 * RDB: 0 MB of memory used by copy-on-write
immich-server_5            | [Nest] 30  - 07/07/2022, 2:50:23 PM     LOG [WebsocketConnectionEvent] New websocket connection: 1QACv2Ij_kMTrrYRAAdm
immich_redis               | 1:M 07 Jul 2022 17:10:35.116 * Background saving terminated with success
immich-server_5            | [Nest] 30  - 07/07/2022, 2:51:02 PM     LOG [WebsocketConnectionEvent] Client YVpLJBIb01wurD0YAAdk disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 17:22:04.977 * 100 changes in 300 seconds. Saving...
immich-server_5            | [Nest] 30  - 07/07/2022, 2:51:08 PM     LOG [WebsocketConnectionEvent] Client 1QACv2Ij_kMTrrYRAAdm disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 17:22:04.977 * Background saving started by pid 62
immich-server_5            | [Nest] 30  - 07/07/2022, 2:53:21 PM     LOG [WebsocketConnectionEvent] New websocket connection: o0KR5K2WSh8P4WK6AAdx
immich_redis               | 62:C 07 Jul 2022 17:22:04.984 * DB saved on disk
immich-server_5            | [Nest] 30  - 07/07/2022, 2:54:06 PM     LOG [WebsocketConnectionEvent] Client o0KR5K2WSh8P4WK6AAdx disconnected from Websocket
immich_redis               | 62:C 07 Jul 2022 17:22:04.985 * RDB: 0 MB of memory used by copy-on-write
immich-server_5            | [Nest] 30  - 07/07/2022, 2:55:04 PM     LOG [WebsocketConnectionEvent] New websocket connection: t1Tw01mQT0X9IL2IAAd4
immich_redis               | 1:M 07 Jul 2022 17:22:05.078 * Background saving terminated with success
immich-server_5            | [Nest] 30  - 07/07/2022, 2:55:10 PM     LOG [WebsocketConnectionEvent] New websocket connection: Qqws48NJPESHXOsXAAd6
immich_redis               | 1:M 07 Jul 2022 17:35:35.028 * 100 changes in 300 seconds. Saving...
immich-server_5            | [Nest] 30  - 07/07/2022, 2:55:49 PM     LOG [WebsocketConnectionEvent] Client t1Tw01mQT0X9IL2IAAd4 disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 17:35:35.029 * Background saving started by pid 63
immich-server_5            | [Nest] 30  - 07/07/2022, 2:55:55 PM     LOG [WebsocketConnectionEvent] Client Qqws48NJPESHXOsXAAd6 disconnected from Websocket
immich_redis               | 63:C 07 Jul 2022 17:35:35.035 * DB saved on disk
immich-server_5            | [Nest] 30  - 07/07/2022, 2:59:18 PM     LOG [WebsocketConnectionEvent] New websocket connection: cyEjESlJyBc07IscAAeL
immich_redis               | 63:C 07 Jul 2022 17:35:35.036 * RDB: 0 MB of memory used by copy-on-write
immich-server_5            | [Nest] 30  - 07/07/2022, 2:59:41 PM     LOG [WebsocketConnectionEvent] New websocket connection: kFFO-w9Sc_OoVgB6AAeO
immich_redis               | 1:M 07 Jul 2022 17:35:35.129 * Background saving terminated with success
immich-server_5            | [Nest] 30  - 07/07/2022, 3:00:03 PM     LOG [WebsocketConnectionEvent] Client cyEjESlJyBc07IscAAeL disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 17:46:35.029 * 100 changes in 300 seconds. Saving...
immich-server_5            | [Nest] 30  - 07/07/2022, 3:00:11 PM     LOG [WebsocketConnectionEvent] New websocket connection: _cmQktGSkDGuU5qNAAeQ
immich_redis               | 1:M 07 Jul 2022 17:46:35.030 * Background saving started by pid 64
immich-server_5            | [Nest] 30  - 07/07/2022, 3:00:16 PM     LOG [WebsocketConnectionEvent] New websocket connection: puIDz1o7F_cyP54dAAeS
immich_redis               | 64:C 07 Jul 2022 17:46:35.037 * DB saved on disk
immich-server_5            | [Nest] 30  - 07/07/2022, 3:00:26 PM     LOG [WebsocketConnectionEvent] Client kFFO-w9Sc_OoVgB6AAeO disconnected from Websocket
immich_redis               | 64:C 07 Jul 2022 17:46:35.038 * RDB: 0 MB of memory used by copy-on-write
immich-server_5            | [Nest] 30  - 07/07/2022, 3:00:56 PM     LOG [WebsocketConnectionEvent] Client _cmQktGSkDGuU5qNAAeQ disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 17:46:35.132 * Background saving terminated with success
immich-server_5            | [Nest] 30  - 07/07/2022, 3:01:01 PM     LOG [WebsocketConnectionEvent] Client puIDz1o7F_cyP54dAAeS disconnected from Websocket
immich_redis               | 1:M 07 Jul 2022 17:58:35.122 * 100 changes in 300 seconds. Saving...
immich-server_5            | [Nest] 30  - 07/07/2022, 8:42:32 PM     LOG [WebsocketConnectionEvent] New websocket connection: 0Hl4K9NFkSyyv8l5AAj0
immich_redis               | 1:M 07 Jul 2022 17:58:35.123 * Background saving started by pid 65
immich-server_5            | [Nest] 30  - 07/07/2022, 8:42:34 PM     LOG [WebsocketConnectionEvent] Client 0Hl4K9NFkSyyv8l5AAj0 disconnected from Websocket
immich_redis               | 65:C 07 Jul 2022 17:58:35.130 * DB saved on disk
immich_redis               | 65:C 07 Jul 2022 17:58:35.131 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 17:58:35.224 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 18:12:05.049 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 18:12:05.050 * Background saving started by pid 66
immich_redis               | 66:C 07 Jul 2022 18:12:05.056 * DB saved on disk
immich_redis               | 66:C 07 Jul 2022 18:12:05.057 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 18:12:05.151 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 18:22:37.034 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 18:22:37.035 * Background saving started by pid 67
immich_redis               | 67:C 07 Jul 2022 18:22:37.041 * DB saved on disk
immich_redis               | 67:C 07 Jul 2022 18:22:37.042 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 18:22:37.135 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 18:33:05.203 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 18:33:05.204 * Background saving started by pid 68
immich_redis               | 68:C 07 Jul 2022 18:33:05.210 * DB saved on disk
immich_redis               | 68:C 07 Jul 2022 18:33:05.211 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 18:33:05.304 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 18:44:38.493 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 18:44:38.494 * Background saving started by pid 69
immich_redis               | 69:C 07 Jul 2022 18:44:38.501 * DB saved on disk
immich_redis               | 69:C 07 Jul 2022 18:44:38.502 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 18:44:38.595 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 18:55:05.234 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 18:55:05.235 * Background saving started by pid 70
immich_redis               | 70:C 07 Jul 2022 18:55:05.241 * DB saved on disk
immich_redis               | 70:C 07 Jul 2022 18:55:05.242 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 18:55:05.336 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 19:05:09.651 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 19:05:09.651 * Background saving started by pid 71
immich_redis               | 71:C 07 Jul 2022 19:05:09.658 * DB saved on disk
immich_redis               | 71:C 07 Jul 2022 19:05:09.659 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 19:05:09.752 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 19:15:35.372 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 19:15:35.373 * Background saving started by pid 72
immich_redis               | 72:C 07 Jul 2022 19:15:35.380 * DB saved on disk
immich_redis               | 72:C 07 Jul 2022 19:15:35.381 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 19:15:35.474 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 19:25:38.601 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 19:25:38.602 * Background saving started by pid 73
immich_redis               | 73:C 07 Jul 2022 19:25:38.608 * DB saved on disk
immich_redis               | 73:C 07 Jul 2022 19:25:38.610 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 19:25:38.703 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 19:30:39.085 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 19:30:39.086 * Background saving started by pid 74
immich_redis               | 74:C 07 Jul 2022 19:30:39.094 * DB saved on disk
immich_redis               | 74:C 07 Jul 2022 19:30:39.095 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 19:30:39.187 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 19:35:40.099 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 19:35:40.100 * Background saving started by pid 75
immich_redis               | 75:C 07 Jul 2022 19:35:40.106 * DB saved on disk
immich_redis               | 75:C 07 Jul 2022 19:35:40.107 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 19:35:40.201 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 19:47:07.238 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 19:47:07.239 * Background saving started by pid 76
immich_redis               | 76:C 07 Jul 2022 19:47:07.246 * DB saved on disk
immich_redis               | 76:C 07 Jul 2022 19:47:07.247 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 19:47:07.339 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 19:58:05.538 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 19:58:05.539 * Background saving started by pid 77
immich_redis               | 77:C 07 Jul 2022 19:58:05.546 * DB saved on disk
immich_redis               | 77:C 07 Jul 2022 19:58:05.547 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 19:58:05.640 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 20:08:37.345 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 20:08:37.345 * Background saving started by pid 78
immich_redis               | 78:C 07 Jul 2022 20:08:37.352 * DB saved on disk
immich_redis               | 78:C 07 Jul 2022 20:08:37.353 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 20:08:37.446 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 20:20:38.713 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 20:20:38.714 * Background saving started by pid 79
immich_redis               | 79:C 07 Jul 2022 20:20:38.721 * DB saved on disk
immich_redis               | 79:C 07 Jul 2022 20:20:38.722 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 20:20:38.815 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 20:32:05.679 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 20:32:05.680 * Background saving started by pid 80
immich_redis               | 80:C 07 Jul 2022 20:32:05.686 * DB saved on disk
immich_redis               | 80:C 07 Jul 2022 20:32:05.687 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 20:32:05.780 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 20:42:35.708 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 20:42:35.709 * Background saving started by pid 81
immich_redis               | 81:C 07 Jul 2022 20:42:35.713 * DB saved on disk
immich_redis               | 81:C 07 Jul 2022 20:42:35.714 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 20:42:35.809 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 20:53:05.781 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 20:53:05.781 * Background saving started by pid 82
immich_redis               | 82:C 07 Jul 2022 20:53:05.788 * DB saved on disk
immich_redis               | 82:C 07 Jul 2022 20:53:05.789 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 20:53:05.882 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 21:03:09.989 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 21:03:09.990 * Background saving started by pid 83
immich_redis               | 83:C 07 Jul 2022 21:03:09.996 * DB saved on disk
immich_redis               | 83:C 07 Jul 2022 21:03:09.997 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 21:03:10.091 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 21:13:35.863 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 21:13:35.863 * Background saving started by pid 84
immich_redis               | 84:C 07 Jul 2022 21:13:35.870 * DB saved on disk
immich_redis               | 84:C 07 Jul 2022 21:13:35.871 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 21:13:35.965 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 21:23:38.656 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 21:23:38.657 * Background saving started by pid 85
immich_redis               | 85:C 07 Jul 2022 21:23:38.664 * DB saved on disk
immich_redis               | 85:C 07 Jul 2022 21:23:38.665 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 21:23:38.758 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 21:35:35.920 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 21:35:35.921 * Background saving started by pid 86
immich_redis               | 86:C 07 Jul 2022 21:35:35.928 * DB saved on disk
immich_redis               | 86:C 07 Jul 2022 21:35:35.929 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 21:35:36.022 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 21:48:05.875 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 21:48:05.876 * Background saving started by pid 87
immich_redis               | 87:C 07 Jul 2022 21:48:05.886 * DB saved on disk
immich_redis               | 87:C 07 Jul 2022 21:48:05.887 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 21:48:05.977 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 21:58:38.797 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 21:58:38.798 * Background saving started by pid 88
immich_redis               | 88:C 07 Jul 2022 21:58:38.804 * DB saved on disk
immich_redis               | 88:C 07 Jul 2022 21:58:38.806 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 21:58:38.899 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 22:09:06.009 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 22:09:06.010 * Background saving started by pid 89
immich_redis               | 89:C 07 Jul 2022 22:09:06.017 * DB saved on disk
immich_redis               | 89:C 07 Jul 2022 22:09:06.018 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 22:09:06.111 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 22:19:36.048 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 22:19:36.049 * Background saving started by pid 90
immich_redis               | 90:C 07 Jul 2022 22:19:36.055 * DB saved on disk
immich_redis               | 90:C 07 Jul 2022 22:19:36.057 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 22:19:36.149 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 22:30:06.076 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 22:30:06.077 * Background saving started by pid 91
immich_redis               | 91:C 07 Jul 2022 22:30:06.083 * DB saved on disk
immich_redis               | 91:C 07 Jul 2022 22:30:06.084 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 22:30:06.178 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 22:41:36.133 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 22:41:36.134 * Background saving started by pid 92
immich_redis               | 92:C 07 Jul 2022 22:41:36.141 * DB saved on disk
immich_redis               | 92:C 07 Jul 2022 22:41:36.142 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 22:41:36.235 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 22:52:06.165 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 22:52:06.166 * Background saving started by pid 93
immich_redis               | 93:C 07 Jul 2022 22:52:06.172 * DB saved on disk
immich_redis               | 93:C 07 Jul 2022 22:52:06.174 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 22:52:06.266 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 23:02:36.212 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 23:02:36.213 * Background saving started by pid 94
immich_redis               | 94:C 07 Jul 2022 23:02:36.220 * DB saved on disk
immich_redis               | 94:C 07 Jul 2022 23:02:36.221 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 23:02:36.314 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 23:14:06.217 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 23:14:06.218 * Background saving started by pid 95
immich_redis               | 95:C 07 Jul 2022 23:14:06.225 * DB saved on disk
immich_redis               | 95:C 07 Jul 2022 23:14:06.226 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 23:14:06.319 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 23:26:36.201 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 23:26:36.202 * Background saving started by pid 96
immich_redis               | 96:C 07 Jul 2022 23:26:36.209 * DB saved on disk
immich_redis               | 96:C 07 Jul 2022 23:26:36.210 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 23:26:36.303 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 23:39:36.242 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 23:39:36.243 * Background saving started by pid 97
immich_redis               | 97:C 07 Jul 2022 23:39:36.250 * DB saved on disk
immich_redis               | 97:C 07 Jul 2022 23:39:36.251 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 23:39:36.343 * Background saving terminated with success
immich_redis               | 1:M 07 Jul 2022 23:53:36.238 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 07 Jul 2022 23:53:36.239 * Background saving started by pid 98
immich_redis               | 98:C 07 Jul 2022 23:53:36.246 * DB saved on disk
immich_redis               | 98:C 07 Jul 2022 23:53:36.247 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 07 Jul 2022 23:53:36.340 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 00:00:00.276 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 00:00:00.276 * Background saving started by pid 99
immich_redis               | 99:C 08 Jul 2022 00:00:00.283 * DB saved on disk
immich_redis               | 99:C 08 Jul 2022 00:00:00.284 * RDB: 1 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 00:00:00.377 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 00:05:01.079 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 00:05:01.080 * Background saving started by pid 100
immich_redis               | 100:C 08 Jul 2022 00:05:01.086 * DB saved on disk
immich_redis               | 100:C 08 Jul 2022 00:05:01.088 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 00:05:01.181 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 00:18:36.343 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 00:18:36.343 * Background saving started by pid 101
immich_redis               | 101:C 08 Jul 2022 00:18:36.347 * DB saved on disk
immich_redis               | 101:C 08 Jul 2022 00:18:36.348 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 00:18:36.444 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 00:28:39.532 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 00:28:39.532 * Background saving started by pid 102
immich_redis               | 102:C 08 Jul 2022 00:28:39.539 * DB saved on disk
immich_redis               | 102:C 08 Jul 2022 00:28:39.540 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 00:28:39.633 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 00:39:06.405 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 00:39:06.406 * Background saving started by pid 103
immich_redis               | 103:C 08 Jul 2022 00:39:06.413 * DB saved on disk
immich_redis               | 103:C 08 Jul 2022 00:39:06.414 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 00:39:06.507 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 00:49:06.461 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 00:49:06.462 * Background saving started by pid 104
immich_redis               | 104:C 08 Jul 2022 00:49:06.468 * DB saved on disk
immich_redis               | 104:C 08 Jul 2022 00:49:06.469 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 00:49:06.562 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 00:59:06.926 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 00:59:06.927 * Background saving started by pid 105
immich_redis               | 105:C 08 Jul 2022 00:59:06.933 * DB saved on disk
immich_redis               | 105:C 08 Jul 2022 00:59:06.934 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 00:59:07.027 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 01:09:36.600 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 01:09:36.601 * Background saving started by pid 106
immich_redis               | 106:C 08 Jul 2022 01:09:36.607 * DB saved on disk
immich_redis               | 106:C 08 Jul 2022 01:09:36.608 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 01:09:36.701 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 01:20:06.578 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 01:20:06.579 * Background saving started by pid 107
immich_redis               | 107:C 08 Jul 2022 01:20:06.585 * DB saved on disk
immich_redis               | 107:C 08 Jul 2022 01:20:06.586 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 01:20:06.679 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 01:30:06.637 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 01:30:06.638 * Background saving started by pid 108
immich_redis               | 108:C 08 Jul 2022 01:30:06.645 * DB saved on disk
immich_redis               | 108:C 08 Jul 2022 01:30:06.646 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 01:30:06.739 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 01:40:36.672 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 01:40:36.673 * Background saving started by pid 109
immich_redis               | 109:C 08 Jul 2022 01:40:36.679 * DB saved on disk
immich_redis               | 109:C 08 Jul 2022 01:40:36.680 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 01:40:36.773 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 01:50:39.634 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 01:50:39.635 * Background saving started by pid 110
immich_redis               | 110:C 08 Jul 2022 01:50:39.642 * DB saved on disk
immich_redis               | 110:C 08 Jul 2022 01:50:39.643 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 01:50:39.736 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 02:02:36.769 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 02:02:36.770 * Background saving started by pid 111
immich_redis               | 111:C 08 Jul 2022 02:02:36.778 * DB saved on disk
immich_redis               | 111:C 08 Jul 2022 02:02:36.779 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 02:02:36.871 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 02:14:36.756 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 02:14:36.757 * Background saving started by pid 112
immich_redis               | 112:C 08 Jul 2022 02:14:36.764 * DB saved on disk
immich_redis               | 112:C 08 Jul 2022 02:14:36.765 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 02:14:36.858 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 02:26:38.459 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 02:26:38.460 * Background saving started by pid 113
immich_redis               | 113:C 08 Jul 2022 02:26:38.466 * DB saved on disk
immich_redis               | 113:C 08 Jul 2022 02:26:38.467 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 02:26:38.560 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 02:40:36.859 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 02:40:36.860 * Background saving started by pid 114
immich_redis               | 114:C 08 Jul 2022 02:40:36.867 * DB saved on disk
immich_redis               | 114:C 08 Jul 2022 02:40:36.868 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 02:40:36.961 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 02:55:08.551 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 02:55:08.552 * Background saving started by pid 115
immich_redis               | 115:C 08 Jul 2022 02:55:08.558 * DB saved on disk
immich_redis               | 115:C 08 Jul 2022 02:55:08.559 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 02:55:08.652 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 03:05:08.608 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 03:05:08.609 * Background saving started by pid 116
immich_redis               | 116:C 08 Jul 2022 03:05:08.615 * DB saved on disk
immich_redis               | 116:C 08 Jul 2022 03:05:08.616 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 03:05:08.709 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 03:16:06.919 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 03:16:06.920 * Background saving started by pid 117
immich_redis               | 117:C 08 Jul 2022 03:16:06.927 * DB saved on disk
immich_redis               | 117:C 08 Jul 2022 03:16:06.928 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 03:16:07.022 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 03:26:07.020 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 03:26:07.021 * Background saving started by pid 118
immich_redis               | 118:C 08 Jul 2022 03:26:07.027 * DB saved on disk
immich_redis               | 118:C 08 Jul 2022 03:26:07.028 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 03:26:07.122 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 03:36:07.102 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 03:36:07.103 * Background saving started by pid 119
immich_redis               | 119:C 08 Jul 2022 03:36:07.109 * DB saved on disk
immich_redis               | 119:C 08 Jul 2022 03:36:07.110 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 03:36:07.203 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 03:46:37.086 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 03:46:37.086 * Background saving started by pid 120
immich_redis               | 120:C 08 Jul 2022 03:46:37.093 * DB saved on disk
immich_redis               | 120:C 08 Jul 2022 03:46:37.094 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 03:46:37.187 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 03:56:37.369 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 03:56:37.370 * Background saving started by pid 121
immich_redis               | 121:C 08 Jul 2022 03:56:37.376 * DB saved on disk
immich_redis               | 121:C 08 Jul 2022 03:56:37.377 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 03:56:37.470 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 04:08:07.142 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 04:08:07.143 * Background saving started by pid 122
immich_redis               | 122:C 08 Jul 2022 04:08:07.150 * DB saved on disk
immich_redis               | 122:C 08 Jul 2022 04:08:07.151 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 04:08:07.244 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 04:20:37.251 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 04:20:37.252 * Background saving started by pid 123
immich_redis               | 123:C 08 Jul 2022 04:20:37.259 * DB saved on disk
immich_redis               | 123:C 08 Jul 2022 04:20:37.260 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 04:20:37.353 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 04:30:38.774 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 04:30:38.775 * Background saving started by pid 124
immich_redis               | 124:C 08 Jul 2022 04:30:38.781 * DB saved on disk
immich_redis               | 124:C 08 Jul 2022 04:30:38.782 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 04:30:38.875 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 04:41:07.379 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 04:41:07.380 * Background saving started by pid 125
immich_redis               | 125:C 08 Jul 2022 04:41:07.387 * DB saved on disk
immich_redis               | 125:C 08 Jul 2022 04:41:07.388 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 04:41:07.481 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 04:51:07.466 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 04:51:07.467 * Background saving started by pid 126
immich_redis               | 126:C 08 Jul 2022 04:51:07.473 * DB saved on disk
immich_redis               | 126:C 08 Jul 2022 04:51:07.474 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 04:51:07.567 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 05:01:37.473 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 05:01:37.474 * Background saving started by pid 127
immich_redis               | 127:C 08 Jul 2022 05:01:37.482 * DB saved on disk
immich_redis               | 127:C 08 Jul 2022 05:01:37.483 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 05:01:37.575 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 05:11:37.465 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 05:11:37.466 * Background saving started by pid 128
immich_redis               | 128:C 08 Jul 2022 05:11:37.472 * DB saved on disk
immich_redis               | 128:C 08 Jul 2022 05:11:37.473 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 05:11:37.567 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 05:24:07.559 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 05:24:07.560 * Background saving started by pid 129
immich_redis               | 129:C 08 Jul 2022 05:24:07.566 * DB saved on disk
immich_redis               | 129:C 08 Jul 2022 05:24:07.567 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 05:24:07.660 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 05:38:07.525 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 05:38:07.526 * Background saving started by pid 130
immich_redis               | 130:C 08 Jul 2022 05:38:07.532 * DB saved on disk
immich_redis               | 130:C 08 Jul 2022 05:38:07.534 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 05:38:07.627 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 05:48:07.546 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 05:48:07.547 * Background saving started by pid 131
immich_redis               | 131:C 08 Jul 2022 05:48:07.553 * DB saved on disk
immich_redis               | 131:C 08 Jul 2022 05:48:07.554 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 05:48:07.648 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 05:58:37.586 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 05:58:37.587 * Background saving started by pid 132
immich_redis               | 132:C 08 Jul 2022 05:58:37.594 * DB saved on disk
immich_redis               | 132:C 08 Jul 2022 05:58:37.595 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 05:58:37.688 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 06:09:07.662 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 06:09:07.663 * Background saving started by pid 133
immich_redis               | 133:C 08 Jul 2022 06:09:07.670 * DB saved on disk
immich_redis               | 133:C 08 Jul 2022 06:09:07.671 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 06:09:07.764 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 06:20:37.686 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 06:20:37.687 * Background saving started by pid 134
immich_redis               | 134:C 08 Jul 2022 06:20:37.693 * DB saved on disk
immich_redis               | 134:C 08 Jul 2022 06:20:37.695 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 06:20:37.787 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 06:34:09.196 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 06:34:09.197 * Background saving started by pid 135
immich_redis               | 135:C 08 Jul 2022 06:34:09.204 * DB saved on disk
immich_redis               | 135:C 08 Jul 2022 06:34:09.205 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 06:34:09.298 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 06:45:07.776 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 06:45:07.777 * Background saving started by pid 136
immich_redis               | 136:C 08 Jul 2022 06:45:07.783 * DB saved on disk
immich_redis               | 136:C 08 Jul 2022 06:45:07.784 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 06:45:07.878 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 06:55:07.821 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 06:55:07.822 * Background saving started by pid 137
immich_redis               | 137:C 08 Jul 2022 06:55:07.829 * DB saved on disk
immich_redis               | 137:C 08 Jul 2022 06:55:07.830 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 06:55:07.923 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 07:05:37.836 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 07:05:37.837 * Background saving started by pid 138
immich_redis               | 138:C 08 Jul 2022 07:05:37.843 * DB saved on disk
immich_redis               | 138:C 08 Jul 2022 07:05:37.844 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 07:05:37.938 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 07:15:37.862 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 07:15:37.862 * Background saving started by pid 139
immich_redis               | 139:C 08 Jul 2022 07:15:37.869 * DB saved on disk
immich_redis               | 139:C 08 Jul 2022 07:15:37.870 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 07:15:37.963 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 07:26:07.916 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 07:26:07.916 * Background saving started by pid 140
immich_redis               | 140:C 08 Jul 2022 07:26:07.923 * DB saved on disk
immich_redis               | 140:C 08 Jul 2022 07:26:07.924 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 07:26:08.017 * Background saving terminated with success
immich_redis               | 1:M 08 Jul 2022 07:37:37.940 * 100 changes in 300 seconds. Saving...
immich_redis               | 1:M 08 Jul 2022 07:37:37.940 * Background saving started by pid 141
immich_redis               | 141:C 08 Jul 2022 07:37:37.947 * DB saved on disk
immich_redis               | 141:C 08 Jul 2022 07:37:37.948 * RDB: 0 MB of memory used by copy-on-write
immich_redis               | 1:M 08 Jul 2022 07:37:38.041 * Background saving terminated with success
Seji64 commented 2 years ago

@Seji64 When you update, did you perform a complete shutdown of all the containers before pulling and restarting them?

Can you please also provide the log of the immich-microservices container?

I found the error. I was too dumb to update the docker-compose file correctly :-/ I forgot the whole micro services container. I added it - now it all works again. Thanks for your support.

zackpollard commented 2 years ago

Glad you've got it sorted @Seji64