[BUG] Issue Building container docker-compose #113

Closed
opened 2026-02-04 17:43:10 +03:00 by OVERLORD · 27 comments
Owner

Originally created by @athornfam2 on GitHub (Jun 25, 2022).

Describe the bug
Issue with compose running on 3.8 under docker-composer.yml but in the file if I change it the docker-compose progresses further but still fails (see the 2nd screenshot)

Task List

  • I have read thoroughly the README setup and installation instructions.

To Reproduce
Steps to reproduce the behavior:

  1. Copy the contents of docker-compose.yml file from immich (code) and paste into a docker-compose.yml file under /var/lib/docker/
  2. Run the line docker-compose -f /var/lib/docker/docker-compose.yml up

Expected behavior
Expecting it to run the build in the container

Screenshots
2022-06-25 00_05_08-Window
2022-06-25 00_08_27-Window

Desktop (please complete the following information):

  • OS: Ubuntu 20.04 LTS

Additional context
Add any other context about the problem here.

Originally created by @athornfam2 on GitHub (Jun 25, 2022). <!-- Note: Please search to see if an issue already exists for the bug you encountered. --> **Describe the bug** Issue with compose running on 3.8 under docker-composer.yml but in the file if I change it the docker-compose progresses further but still fails (see the 2nd screenshot) **Task List** - [x] I have read thoroughly the README setup and installation instructions. **To Reproduce** Steps to reproduce the behavior: 1. Copy the contents of docker-compose.yml file from immich (code) and paste into a docker-compose.yml file under /var/lib/docker/ 2. Run the line **docker-compose -f /var/lib/docker/docker-compose.yml up** **Expected behavior** Expecting it to run the build in the container **Screenshots** ![2022-06-25 00_05_08-Window](https://user-images.githubusercontent.com/74559383/175757420-7bc91607-def7-4166-8a20-3996f66f0736.png) ![2022-06-25 00_08_27-Window](https://user-images.githubusercontent.com/74559383/175757482-c85df67f-0fec-451e-abc7-1c66d20a3bef.png) **Desktop (please complete the following information):** - OS: Ubuntu 20.04 LTS **Additional context** Add any other context about the problem here.
Author
Owner

@alextran1502 commented on GitHub (Jun 25, 2022):

Can you try to follow exactly the readme instruction first to see if it works out of the box for you?

The docker directory mentioned in the readme is the docker directory of this repository.

Let me know if that is the misunderstanding, I will put it in the task list to make the documentation clearer

@alextran1502 commented on GitHub (Jun 25, 2022): Can you try to follow exactly the readme instruction first to see if it works out of the box for you? The docker directory mentioned in the readme is the docker directory of this repository. Let me know if that is the misunderstanding, I will put it in the task list to make the documentation clearer
Author
Owner

@athornfam2 commented on GitHub (Jun 25, 2022):

Instructions need updated. I had no idea I needed to use the default DB information to built out the container/server...

I'm here now but now webpage is visible.

image

@athornfam2 commented on GitHub (Jun 25, 2022): Instructions need updated. I had no idea I needed to use the default DB information to built out the container/server... I'm here now but now webpage is visible. ![image](https://user-images.githubusercontent.com/74559383/175760690-8b59df61-73b1-4959-bfe0-91c1c0a3570e.png)
Author
Owner

@alextran1502 commented on GitHub (Jun 25, 2022):

Is everything working for you?

@alextran1502 commented on GitHub (Jun 25, 2022): Is everything working for you?
Author
Owner

@athornfam2 commented on GitHub (Jun 25, 2022):

Well if you look at the latest screenshot my curser is just sitting there on the docker-compose -f ./docker/docker-compose.yml up
. I can't access the GUI via HTTP/s... so still stuck.

@athornfam2 commented on GitHub (Jun 25, 2022): Well if you look at the latest screenshot my curser is just sitting there on the docker-compose -f ./docker/docker-compose.yml up . I can't access the GUI via HTTP/s... so still stuck.
Author
Owner

@alextran1502 commented on GitHub (Jun 25, 2022):

Can you provide your .env file?

@alextran1502 commented on GitHub (Jun 25, 2022): Can you provide your .env file?
Author
Owner

@athornfam2 commented on GitHub (Jun 25, 2022):

###################################################################################
# Database
###################################################################################
DB_USERNAME=postgres
DB_PASSWORD=postgres
DB_DATABASE_NAME=immich





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

REDIS_HOSTNAME=immich_redis





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

UPLOAD_LOCATION=/home/immich/immich-dev




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

JWT_SECRET=nzUe$X%T#$DXTE@5@i5^$b




###################################################################################
# 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/api
# !CAUTION! THERE IS NO FORWARD SLASH AT THE END

VITE_SERVER_ENDPOINT=http://192.168.2.134:2283
@athornfam2 commented on GitHub (Jun 25, 2022): ``` ################################################################################### # Database ################################################################################### DB_USERNAME=postgres DB_PASSWORD=postgres DB_DATABASE_NAME=immich ################################################################################### # Redis ################################################################################### REDIS_HOSTNAME=immich_redis ################################################################################### # Upload File Config ################################################################################### UPLOAD_LOCATION=/home/immich/immich-dev ################################################################################### # JWT SECRET ################################################################################### JWT_SECRET=nzUe$X%T#$DXTE@5@i5^$b ################################################################################### # 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/api # !CAUTION! THERE IS NO FORWARD SLASH AT THE END VITE_SERVER_ENDPOINT=http://192.168.2.134:2283 ```
Author
Owner

@alextran1502 commented on GitHub (Jun 25, 2022):

Your VITE_SERVER_ENDPOINT need /api at the end

@alextran1502 commented on GitHub (Jun 25, 2022): Your VITE_SERVER_ENDPOINT need /api at the end
Author
Owner

@athornfam2 commented on GitHub (Jun 25, 2022):

Changed but still getting an error connection refused.

@athornfam2 commented on GitHub (Jun 25, 2022): Changed but still getting an error connection refused.
Author
Owner

@alextran1502 commented on GitHub (Jun 25, 2022):

Did you bring the container down and back up to register the change?

What is the url you are using the access the web interface?

@alextran1502 commented on GitHub (Jun 25, 2022): Did you bring the container down and back up to register the change? What is the url you are using the access the web interface?
Author
Owner

@athornfam2 commented on GitHub (Jun 25, 2022):

Yup gracefully stopped the docker instance with a CTRL+C - All services done. Made the .env change as suggested and then ran the docker-compose -f /var/lib/docker/docker-compose.yml up

I've tried accessing it multiple ways and tried the same urls in a incognito instance:

http://192.168.2.134
http://192.168.2.134:2283
http://192.168.2.134:2283/api
https://192.168.2.134
https://192.168.2.134:2284
https://192.168.2.134:2284/api

@athornfam2 commented on GitHub (Jun 25, 2022): Yup gracefully stopped the docker instance with a CTRL+C - All services done. Made the .env change as suggested and then ran the docker-compose -f /var/lib/docker/docker-compose.yml up I've tried accessing it multiple ways and tried the same urls in a incognito instance: http://192.168.2.134 http://192.168.2.134:2283 http://192.168.2.134:2283/api https://192.168.2.134 https://192.168.2.134:2284 https://192.168.2.134:2284/api
Author
Owner

@alextran1502 commented on GitHub (Jun 25, 2022):

Hmm, does your system has UFW that block a range of ports? Do you see anything from the immich-server log?

What is the response on the browser when you try to hit http://your-ip:2283/api/server-info/ping?

@alextran1502 commented on GitHub (Jun 25, 2022): Hmm, does your system has UFW that block a range of ports? Do you see anything from the immich-server log? What is the response on the browser when you try to hit http://your-ip:2283/api/server-info/ping?
Author
Owner

@athornfam2 commented on GitHub (Jun 25, 2022):

root@ubnt-20-01-tmp:/var/lib/docker# selinux
selinux: command not found
root@ubnt-20-01-tmp:/var/lib/docker# selinux status
selinux: command not found

I also get an error connection refused but I can browse port 80 and get the nginx page

@athornfam2 commented on GitHub (Jun 25, 2022): root@ubnt-20-01-tmp:/var/lib/docker# selinux selinux: command not found root@ubnt-20-01-tmp:/var/lib/docker# selinux status selinux: command not found I also get an error connection refused but I can browse port 80 and get the nginx page
Author
Owner

@alextran1502 commented on GitHub (Jun 25, 2022):

Hmm that doesn't look like the log from the server container. The log is from when you run docker-compose up command. The prefix should be [immich-server] or something similar to that

@alextran1502 commented on GitHub (Jun 25, 2022): Hmm that doesn't look like the log from the server container. The log is from when you run docker-compose up command. The prefix should be [immich-server] or something similar to that
Author
Owner

@athornfam2 commented on GitHub (Jun 26, 2022):

immich-microservices_1     | [Nest] 29  - 06/26/2022, 1:59:40 AM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
immich-microservices_1     | [Nest] 29  - 06/26/2022, 1:59:41 AM     LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +459ms
immich-microservices_1     | [Nest] 29  - 06/26/2022, 1:59:41 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 06/26/2022, 1:59:41 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 06/26/2022, 1:59:41 AM     LOG [InstanceLoader] ImmichJwtModule dependencies initialized +8ms
immich-microservices_1     | [Nest] 29  - 06/26/2022, 1:59:41 AM     LOG [InstanceLoader] CommunicationModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 29  - 06/26/2022, 1:59:41 AM     LOG [InstanceLoader] MicroservicesModule dependencies initialized +7ms
immich-microservices_1     | [Nest] 29  - 06/26/2022, 1:59:41 AM     LOG [NestApplication] Nest application successfully started +63ms
immich-microservices_1     | [Nest] 29  - 06/26/2022, 1:59:41 AM     LOG [ImmichMicroservice] Running Immich Microservices in PRODUCTION environment
immich-microservices_1     |
immich-microservices_1     | > immich@1.5.1 start
immich-microservices_1     | > nest start "microservices"
immich-microservices_1     |
immich-microservices_1     | [Nest] 28  - 06/26/2022, 3:41:54 AM     LOG [NestFactory] Starting Nest application...
immich-microservices_1     | [Nest] 28  - 06/26/2022, 3:41:55 AM     LOG [InstanceLoader] DatabaseModule dependencies initialized +224ms
immich-microservices_1     | [Nest] 28  - 06/26/2022, 3:41:55 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +8ms
immich-microservices_1     | [Nest] 28  - 06/26/2022, 3:41:55 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 28  - 06/26/2022, 3:41:55 AM     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 28  - 06/26/2022, 3:41:55 AM     LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 28  - 06/26/2022, 3:41:55 AM     LOG [InstanceLoader] BullModule dependencies initialized +24ms
immich-microservices_1     | [Nest] 28  - 06/26/2022, 3:41:55 AM     LOG [InstanceLoader] BullModule dependencies initialized +4ms
immich-microservices_1     | [Nest] 28  - 06/26/2022, 3:41:55 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 28  - 06/26/2022, 3:41:55 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 28  - 06/26/2022, 3:41:55 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 28  - 06/26/2022, 3:41:55 AM     LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +532ms
immich-microservices_1     | [Nest] 28  - 06/26/2022, 3:41:55 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 28  - 06/26/2022, 3:41:55 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 28  - 06/26/2022, 3:41:55 AM     LOG [InstanceLoader] ImmichJwtModule dependencies initialized +1ms
immich-microservices_1     | [Nest] 28  - 06/26/2022, 3:41:55 AM     LOG [InstanceLoader] CommunicationModule dependencies initialized +3ms
immich-microservices_1     | [Nest] 28  - 06/26/2022, 3:41:55 AM     LOG [InstanceLoader] MicroservicesModule dependencies initialized +0ms
immich-microservices_1     | [Nest] 28  - 06/26/2022, 3:41:55 AM     LOG [NestApplication] Nest application successfully started +63ms
immich-microservices_1     | [Nest] 28  - 06/26/2022, 3:41:55 AM     LOG [ImmichMicroservice] Running Immich Microservices in PRODUCTION environment
immich-web_1               |
immich-web_1               | > web@0.0.1 build
immich-web_1               | > svelte-kit build
immich-web_1               |
immich-web_1               | vite v2.9.8 building for production...
immich-web_1               | transforming...
immich-web_1               | ✓ 823 modules transformed.
immich-web_1               | rendering chunks...
immich-web_1               | .svelte-kit/output/client/_app/manifest.json                                   5.61 KiB
immich-web_1               | .svelte-kit/output/client/_app/error.svelte-485076f0.js                        1.56 KiB / gzip: 0.75 KiB
immich-web_1               | .svelte-kit/output/client/_app/start-deaed309.js                               24.39 KiB / gzip: 8.72 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/auth/register/index.svelte-7450ac98.js    6.45 KiB / gzip: 2.55 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/auth/login/index.svelte-2d008317.js       16.08 KiB / gzip: 5.04 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/index.svelte-c1e9e133.js                  2.37 KiB / gzip: 1.21 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/photos/_assetId_.svelte-d92adc7f.js       0.28 KiB / gzip: 0.22 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-218acc70.js                        12.49 KiB / gzip: 5.19 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/singletons-d1fb5791.js                   0.05 KiB / gzip: 0.07 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-133b1723.js                        0.79 KiB / gzip: 0.48 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/preload-helper-e4860ae8.js               0.55 KiB / gzip: 0.39 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-67629572.js                        1.76 KiB / gzip: 0.66 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/upload-5ce45ec4.js                       0.83 KiB / gzip: 0.48 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/navigation-0e6511d1.js                   0.17 KiB / gzip: 0.15 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/full-screen-modal-96bb8354.js            1.22 KiB / gzip: 0.75 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/click-outside-53cfcece.js                0.21 KiB / gzip: 0.16 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/status-box-93ceae1f.js                   21.20 KiB / gzip: 7.28 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/stores-6a43da94.js                       0.60 KiB / gzip: 0.32 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/constants-c32260df.js                    0.05 KiB / gzip: 0.07 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/auth-api-b3e1ef61.js                     0.43 KiB / gzip: 0.16 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/admin/index.svelte-39b65dc9.js            15.82 KiB / gzip: 5.58 KiB
immich-web_1               | .svelte-kit/output/client/_app/assets/pages/photos/index.svelte-5f6f7bc6.css   0.21 KiB / gzip: 0.18 KiB
immich-web_1               | .svelte-kit/output/client/_app/assets/pages/__layout.svelte-aa212bb0.css       17.72 KiB / gzip: 4.40 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/__layout.svelte-9e46bac5.js               21.00 KiB / gzip: 7.58 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/leaflet-src-84a0a24d.js                  142.72 KiB / gzip: 41.36 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/photos/index.svelte-e1766b59.js           326.96 KiB / gzip: 108.46 KiB
immich-web_1               | vite v2.9.8 building SSR bundle for production...
immich-web_1               | transforming...
immich-web_1               | "Socket" is imported from external module "socket.io-client" but never used in "src/lib/stores/websocket.ts".
immich-web_1               | ✓ 91 modules transformed.
immich-web_1               | rendering chunks...
immich-web_1               | .svelte-kit/output/server/manifest.json                                         4.97 KiB
immich-web_1               | .svelte-kit/output/server/index.js                                              75.63 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/logout.ts.js                   0.21 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/index.ts.js              5.82 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/register/index.ts.js           0.84 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/update.ts.js             1.42 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/admin/api/create-user.ts.js         0.93 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/api/select-admin.ts.js   1.77 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/api/get-users.ts.js      0.32 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/__layout.svelte.js                      11.13 KiB
immich-web_1               | .svelte-kit/output/server/entries/fallbacks/error.svelte.js                     0.72 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/admin/index.svelte.js                   6.83 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/auth/login/index.svelte.js              1.94 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/auth/register/index.svelte.js           2.86 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/index.svelte.js                         1.74 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/photos/_assetId_.svelte.js              0.42 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/photos/index.svelte.js                  11.52 KiB
immich-web_1               | .svelte-kit/output/server/chunks/index-d8418f01.js                              4.26 KiB
immich-web_1               | .svelte-kit/output/server/chunks/constants-c32260df.js                          0.09 KiB
immich-web_1               | .svelte-kit/output/server/chunks/api-eb3230c9.js                                0.86 KiB
immich-web_1               | .svelte-kit/output/server/chunks/upload-489ddd1c.js                             4.30 KiB
immich-web_1               | .svelte-kit/output/server/chunks/stores-2ed0852f.js                             0.92 KiB
immich-web_1               | .svelte-kit/output/server/chunks/status-box-45fe1e77.js                         11.08 KiB
immich-web_1               | .svelte-kit/output/server/chunks/hooks-f17b0704.js                              1.27 KiB
immich-web_1               |
immich-web_1               | Run npm run preview to preview your production build locally.
immich-web_1               |
immich-web_1               | > Using @sveltejs/adapter-node
immich-web_1               |   ✔ done
immich-web_1               | Listening on 0.0.0.0:3000
immich-web_1               |
immich-web_1               | > web@0.0.1 build
immich-web_1               | > svelte-kit build
immich-web_1               |
immich-web_1               | vite v2.9.8 building for production...
immich-web_1               | transforming...
immich-web_1               | ✓ 823 modules transformed.
immich-web_1               | rendering chunks...
immich-web_1               | .svelte-kit/output/client/_app/manifest.json                                   5.61 KiB
immich-web_1               | .svelte-kit/output/client/_app/start-4c6e079d.js                               24.39 KiB / gzip: 8.72 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/__layout.svelte-9e46bac5.js               21.00 KiB / gzip: 7.58 KiB
immich-web_1               | .svelte-kit/output/client/_app/error.svelte-485076f0.js                        1.56 KiB / gzip: 0.75 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/admin/index.svelte-39b65dc9.js            15.82 KiB / gzip: 5.58 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/auth/login/index.svelte-2d008317.js       16.08 KiB / gzip: 5.04 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/index.svelte-c1e9e133.js                  2.37 KiB / gzip: 1.21 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-218acc70.js                        12.49 KiB / gzip: 5.19 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-133b1723.js                        0.79 KiB / gzip: 0.48 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/singletons-d1fb5791.js                   0.05 KiB / gzip: 0.07 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/preload-helper-e4860ae8.js               0.55 KiB / gzip: 0.39 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-67629572.js                        1.76 KiB / gzip: 0.66 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/upload-5ce45ec4.js                       0.83 KiB / gzip: 0.48 KiB
immich-server_1            |
immich-server_1            | > immich@1.5.1 start
immich-server_1            | > nest start "immich"
immich-server_1            |
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:58 AM     LOG [NestFactory] Starting Nest application...
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:58 AM     LOG [InstanceLoader] DatabaseModule dependencies initialized +164ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:58 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:58 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:58 AM     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:58 AM     LOG [InstanceLoader] AppModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:58 AM     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:58 AM     LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:58 AM     LOG [InstanceLoader] ConfigModule dependencies initialized +13ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:58 AM     LOG [InstanceLoader] ScheduleModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:58 AM     LOG [InstanceLoader] BullModule dependencies initialized +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:58 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:58 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:58 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:58 AM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:58 AM     LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +515ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [InstanceLoader] CommunicationModule dependencies initialized +7ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [InstanceLoader] ImmichJwtModule dependencies initialized +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [InstanceLoader] BackgroundTaskModule dependencies initialized +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [InstanceLoader] ScheduleTasksModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [InstanceLoader] DeviceInfoModule dependencies initialized +4ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [InstanceLoader] AuthModule dependencies initialized +7ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [InstanceLoader] UserModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [InstanceLoader] AlbumModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [InstanceLoader] AssetModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RoutesResolver] AppController {/}: +41ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RoutesResolver] UserController {/user}: +4ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/user, GET} route +14ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/user, POST} route +3ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/user/count, GET} route +8ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/user, PUT} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/user/profile-image, POST} route +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/user/profile-image/:userId, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RoutesResolver] AssetController {/asset}: +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/asset/upload, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/asset/download, GET} route +5ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/asset/file, GET} route +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/asset/thumbnail/:assetId, GET} route +7ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/asset/allObjects, GET} route +2ms
immich_postgres            | The files belonging to this database system will be owned by user "postgres".
immich_postgres            | This user must also own the server process.
immich_postgres            |
immich_postgres            | The database cluster will be initialized with locale "en_US.utf8".
immich_postgres            | The default database encoding has accordingly been set to "UTF8".
immich_postgres            | The default text search configuration will be set to "english".
immich_postgres            |
immich_postgres            | Data page checksums are disabled.
immich_postgres            |
immich_postgres            | fixing permissions on existing directory /var/lib/postgresql/data ... ok
immich_postgres            | creating subdirectories ... ok
immich_postgres            | selecting dynamic shared memory implementation ... posix
immich_postgres            | selecting default max_connections ... 100
immich_postgres            | selecting default shared_buffers ... 128MB
immich_postgres            | selecting default time zone ... Etc/UTC
immich_postgres            | creating configuration files ... ok
immich_postgres            | running bootstrap script ... ok
immich_postgres            | performing post-bootstrap initialization ... ok
immich_postgres            | initdb: warning: enabling "trust" authentication for local connections
immich_postgres            | You can change this by editing pg_hba.conf or using the option -A, or
immich_postgres            | --auth-local and --auth-host, the next time you run initdb.
immich_postgres            | syncing data to disk ... ok
immich_postgres            |
immich_postgres            |
immich_postgres            | Success. You can now start the database server using:
immich_postgres            |
immich_postgres            |     pg_ctl -D /var/lib/postgresql/data -l logfile start
immich_postgres            |
immich_postgres            | waiting for server to start....2022-06-26 00:52:27.029 UTC [48] 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_postgres            | 2022-06-26 00:52:27.030 UTC [48] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
immich_postgres            | 2022-06-26 00:52:27.047 UTC [49] LOG:  database system was shut down at 2022-06-26 00:52:26 UTC
immich_postgres            | 2022-06-26 00:52:27.051 UTC [48] LOG:  database system is ready to accept connections
immich_postgres            |  done
immich_postgres            | server started
immich_postgres            | CREATE DATABASE
immich_postgres            |
immich_postgres            |
immich_postgres            | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
immich_postgres            |
immich_postgres            | 2022-06-26 00:52:27.838 UTC [48] LOG:  received fast shutdown request
immich_postgres            | waiting for server to shut down....2022-06-26 00:52:27.840 UTC [48] LOG:  aborting any active transactions
immich_postgres            | 2022-06-26 00:52:27.854 UTC [48] LOG:  background worker "logical replication launcher" (PID 55) exited with exit code 1
immich_postgres            | 2022-06-26 00:52:27.856 UTC [50] LOG:  shutting down
immich_postgres            | 2022-06-26 00:52:27.896 UTC [48] LOG:  database system is shut down
immich_postgres            |  done
immich_postgres            | server stopped
immich_postgres            |
immich_postgres            | PostgreSQL init process complete; ready for start up.
immich_postgres            |
immich_postgres            | 2022-06-26 00:52:28.041 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_postgres            | 2022-06-26 00:52:28.043 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
immich_postgres            | 2022-06-26 00:52:28.047 UTC [1] LOG:  listening on IPv6 address "::", port 5432
immich_postgres            | 2022-06-26 00:52:28.055 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
immich_postgres            | 2022-06-26 00:52:28.061 UTC [62] LOG:  database system was shut down at 2022-06-26 00:52:27 UTC
immich_postgres            | 2022-06-26 00:52:28.077 UTC [1] LOG:  database system is ready to accept connections
immich_postgres            | 2022-06-26 00:59:12.020 UTC [1] LOG:  received fast shutdown request
immich_postgres            | 2022-06-26 00:59:12.020 UTC [1] LOG:  aborting any active transactions
immich_postgres            | 2022-06-26 00:59:12.022 UTC [1] LOG:  background worker "logical replication launcher" (PID 68) exited with exit code 1
immich_postgres            | 2022-06-26 00:59:12.024 UTC [63] LOG:  shutting down
immich_postgres            | 2022-06-26 00:59:12.033 UTC [1] LOG:  database system is shut down
immich_postgres            |
immich_postgres            | PostgreSQL Database directory appears to contain a database; Skipping initialization
immich_postgres            |
immich_postgres            | 2022-06-26 01:01:21.859 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_postgres            | 2022-06-26 01:01:21.880 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
immich_postgres            | 2022-06-26 01:01:21.880 UTC [1] LOG:  listening on IPv6 address "::", port 5432
immich_postgres            | 2022-06-26 01:01:21.882 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
immich_postgres            | 2022-06-26 01:01:21.931 UTC [25] LOG:  database system was shut down at 2022-06-26 00:59:12 UTC
immich_postgres            | 2022-06-26 01:01:21.935 UTC [1] LOG:  database system is ready to accept connections
immich_postgres            | 2022-06-26 01:03:43.398 UTC [1] LOG:  received fast shutdown request
immich_postgres            | 2022-06-26 01:03:43.400 UTC [1] LOG:  aborting any active transactions
immich_postgres            | 2022-06-26 01:03:43.402 UTC [1] LOG:  background worker "logical replication launcher" (PID 31) exited with exit code 1
immich_postgres            | 2022-06-26 01:03:43.410 UTC [26] LOG:  shutting down
immich_postgres            | 2022-06-26 01:03:43.432 UTC [1] LOG:  database system is shut down
immich_postgres            |
immich_postgres            | PostgreSQL Database directory appears to contain a database; Skipping initialization
immich_postgres            |
immich_postgres            | 2022-06-26 01:18:10.896 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_postgres            | 2022-06-26 01:18:10.898 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
immich_postgres            | 2022-06-26 01:18:10.898 UTC [1] LOG:  listening on IPv6 address "::", port 5432
immich_postgres            | 2022-06-26 01:18:10.900 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
immich_postgres            | 2022-06-26 01:18:10.905 UTC [24] LOG:  database system was shut down at 2022-06-26 01:03:43 UTC
immich_postgres            | 2022-06-26 01:18:10.909 UTC [1] LOG:  database system is ready to accept connections
proxy_nginx                | WARNING: no logs are available with the 'none' log driver
immich-web_1               | .svelte-kit/output/client/_app/chunks/navigation-0e6511d1.js                   0.17 KiB / gzip: 0.15 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/click-outside-53cfcece.js                0.21 KiB / gzip: 0.16 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/status-box-93ceae1f.js                   21.20 KiB / gzip: 7.28 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/stores-6a43da94.js                       0.60 KiB / gzip: 0.32 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/constants-c32260df.js                    0.05 KiB / gzip: 0.07 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/auth-api-b3e1ef61.js                     0.43 KiB / gzip: 0.16 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/photos/_assetId_.svelte-d92adc7f.js       0.28 KiB / gzip: 0.22 KiB
immich-web_1               | .svelte-kit/output/client/_app/assets/pages/__layout.svelte-aa212bb0.css       17.72 KiB / gzip: 4.40 KiB
immich-web_1               | .svelte-kit/output/client/_app/assets/pages/photos/index.svelte-5f6f7bc6.css   0.21 KiB / gzip: 0.18 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/full-screen-modal-96bb8354.js            1.22 KiB / gzip: 0.75 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/auth/register/index.svelte-7450ac98.js    6.45 KiB / gzip: 2.55 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/leaflet-src-84a0a24d.js                  142.72 KiB / gzip: 41.36 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/photos/index.svelte-e1766b59.js           326.96 KiB / gzip: 108.46 KiB
immich-web_1               | vite v2.9.8 building SSR bundle for production...
immich-web_1               | transforming...
immich-web_1               | "Socket" is imported from external module "socket.io-client" but never used in "src/lib/stores/websocket.ts".
immich-web_1               | ✓ 91 modules transformed.
immich-web_1               | rendering chunks...
immich-web_1               | .svelte-kit/output/server/manifest.json                                         4.97 KiB
immich-web_1               | .svelte-kit/output/server/index.js                                              75.63 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/logout.ts.js                   0.21 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/index.ts.js              5.82 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/register/index.ts.js           0.84 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/update.ts.js             1.42 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/admin/api/create-user.ts.js         0.93 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/api/select-admin.ts.js   1.77 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/api/get-users.ts.js      0.32 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/__layout.svelte.js                      11.13 KiB
immich-web_1               | .svelte-kit/output/server/entries/fallbacks/error.svelte.js                     0.72 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/admin/index.svelte.js                   6.83 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/auth/login/index.svelte.js              1.94 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/auth/register/index.svelte.js           2.86 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/index.svelte.js                         1.74 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/photos/_assetId_.svelte.js              0.42 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/photos/index.svelte.js                  11.52 KiB
immich-web_1               | .svelte-kit/output/server/chunks/index-d8418f01.js                              4.26 KiB
immich-web_1               | .svelte-kit/output/server/chunks/constants-c32260df.js                          0.09 KiB
immich-web_1               | .svelte-kit/output/server/chunks/api-eb3230c9.js                                0.86 KiB
immich-web_1               | .svelte-kit/output/server/chunks/upload-489ddd1c.js                             4.30 KiB
immich-web_1               | .svelte-kit/output/server/chunks/stores-2ed0852f.js                             0.92 KiB
immich-web_1               | .svelte-kit/output/server/chunks/status-box-45fe1e77.js                         11.08 KiB
immich-web_1               | .svelte-kit/output/server/chunks/hooks-f17b0704.js                              1.27 KiB
immich-web_1               |
immich-web_1               | Run npm run preview to preview your production build locally.
immich-web_1               |
immich-web_1               | > Using @sveltejs/adapter-node
immich-web_1               |   ✔ done
immich-web_1               | Listening on 0.0.0.0:3000
immich-web_1               |
immich-web_1               | > web@0.0.1 build
immich-web_1               | > svelte-kit build
immich-web_1               |
immich-web_1               | vite v2.9.8 building for production...
immich-web_1               | transforming...
immich-web_1               | ✓ 823 modules transformed.
immich-web_1               | rendering chunks...
immich-web_1               | .svelte-kit/output/client/_app/manifest.json                                   5.61 KiB
immich-web_1               | .svelte-kit/output/client/_app/start-a5e233f5.js                               24.39 KiB / gzip: 8.72 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/__layout.svelte-9e46bac5.js               21.00 KiB / gzip: 7.58 KiB
immich-web_1               | .svelte-kit/output/client/_app/error.svelte-485076f0.js                        1.56 KiB / gzip: 0.75 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/admin/index.svelte-39b65dc9.js            15.82 KiB / gzip: 5.58 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/auth/login/index.svelte-2d008317.js       16.08 KiB / gzip: 5.04 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/index.svelte-c1e9e133.js                  2.37 KiB / gzip: 1.21 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/photos/_assetId_.svelte-d92adc7f.js       0.28 KiB / gzip: 0.22 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/auth/register/index.svelte-7450ac98.js    6.45 KiB / gzip: 2.55 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-218acc70.js                        12.49 KiB / gzip: 5.19 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-133b1723.js                        0.79 KiB / gzip: 0.48 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/singletons-d1fb5791.js                   0.05 KiB / gzip: 0.07 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/preload-helper-e4860ae8.js               0.55 KiB / gzip: 0.39 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-67629572.js                        1.76 KiB / gzip: 0.66 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/upload-5ce45ec4.js                       0.83 KiB / gzip: 0.48 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/navigation-0e6511d1.js                   0.17 KiB / gzip: 0.15 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/full-screen-modal-96bb8354.js            1.22 KiB / gzip: 0.75 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/click-outside-53cfcece.js                0.21 KiB / gzip: 0.16 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/stores-6a43da94.js                       0.60 KiB / gzip: 0.32 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/status-box-93ceae1f.js                   21.20 KiB / gzip: 7.28 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/constants-c32260df.js                    0.05 KiB / gzip: 0.07 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/auth-api-b3e1ef61.js                     0.43 KiB / gzip: 0.16 KiB
immich-web_1               | .svelte-kit/output/client/_app/assets/pages/photos/index.svelte-5f6f7bc6.css   0.21 KiB / gzip: 0.18 KiB
immich-web_1               | .svelte-kit/output/client/_app/assets/pages/__layout.svelte-aa212bb0.css       17.72 KiB / gzip: 4.40 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/leaflet-src-84a0a24d.js                  142.72 KiB / gzip: 41.36 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/photos/index.svelte-e1766b59.js           326.96 KiB / gzip: 108.46 KiB
immich-web_1               | vite v2.9.8 building SSR bundle for production...
immich-web_1               | transforming...
immich-web_1               | "Socket" is imported from external module "socket.io-client" but never used in "src/lib/stores/websocket.ts".
immich-web_1               | ✓ 91 modules transformed.
immich-web_1               | rendering chunks...
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/asset/allLocation, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/asset/searchTerm, GET} route +6ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/asset/search, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/asset, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/asset/:deviceId, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/asset/assetById/:assetId, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/asset, DELETE} route +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/asset/check, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RoutesResolver] AuthController {/auth}: +3ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/auth/login, POST} route +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/auth/admin-sign-up, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/auth/validateToken, POST} route +6ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RoutesResolver] DeviceInfoController {/device-info}: +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/device-info, POST} route +8ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/device-info, PATCH} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RoutesResolver] ServerInfoController {/server-info}: +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/server-info, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/server-info/ping, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/server-info/mapbox, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/server-info/version, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RoutesResolver] AlbumController {/album}: +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/album, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/album/:albumId/users, PUT} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, PUT} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/album, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/album/:albumId, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, DELETE} route +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/album/:albumId, DELETE} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/album/:albumId/user/:userId, DELETE} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [RouterExplorer] Mapped {/album/:albumId, PATCH} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [NestApplication] Nest application successfully started +91ms
immich-server_1            | [Nest] 29  - 06/26/2022, 12:52:59 AM     LOG [ImmichServer] Running Immich Server 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] 29  - 06/26/2022, 1:01:54 AM     LOG [NestFactory] Starting Nest application...
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:54 AM     LOG [InstanceLoader] DatabaseModule dependencies initialized +180ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:54 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:54 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:54 AM     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:54 AM     LOG [InstanceLoader] AppModule dependencies initialized +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:54 AM     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:54 AM     LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:54 AM     LOG [InstanceLoader] ConfigModule dependencies initialized +13ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:54 AM     LOG [InstanceLoader] ScheduleModule dependencies initialized +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:54 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:54 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:54 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:54 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:54 AM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:54 AM     LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +315ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [InstanceLoader] CommunicationModule dependencies initialized +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [InstanceLoader] ImmichJwtModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [InstanceLoader] BackgroundTaskModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [InstanceLoader] ScheduleTasksModule dependencies initialized +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [InstanceLoader] DeviceInfoModule dependencies initialized +3ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [InstanceLoader] UserModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [InstanceLoader] AlbumModule dependencies initialized +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [InstanceLoader] AssetModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RoutesResolver] AppController {/}: +19ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RoutesResolver] UserController {/user}: +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/user, GET} route +5ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/user, POST} route +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/user/count, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/user, PUT} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/user/profile-image, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/user/profile-image/:userId, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RoutesResolver] AssetController {/asset}: +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/asset/upload, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/asset/download, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/asset/file, GET} route +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/asset/thumbnail/:assetId, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/asset/allObjects, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/asset/allLocation, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/asset/searchTerm, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/asset/search, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/asset, GET} route +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/asset/:deviceId, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/asset/assetById/:assetId, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/asset, DELETE} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/asset/check, POST} route +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RoutesResolver] AuthController {/auth}: +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/auth/login, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/auth/admin-sign-up, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/auth/validateToken, POST} route +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RoutesResolver] DeviceInfoController {/device-info}: +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/device-info, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/device-info, PATCH} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RoutesResolver] ServerInfoController {/server-info}: +1ms
immich-web_1               | .svelte-kit/output/server/manifest.json                                         4.97 KiB
immich-web_1               | .svelte-kit/output/server/index.js                                              75.63 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/logout.ts.js                   0.21 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/index.ts.js              5.82 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/register/index.ts.js           0.84 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/update.ts.js             1.42 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/admin/api/create-user.ts.js         0.93 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/api/select-admin.ts.js   1.77 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/api/get-users.ts.js      0.32 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/__layout.svelte.js                      11.13 KiB
immich-web_1               | .svelte-kit/output/server/entries/fallbacks/error.svelte.js                     0.72 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/admin/index.svelte.js                   6.83 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/auth/login/index.svelte.js              1.94 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/auth/register/index.svelte.js           2.86 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/index.svelte.js                         1.74 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/photos/_assetId_.svelte.js              0.42 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/photos/index.svelte.js                  11.52 KiB
immich-web_1               | .svelte-kit/output/server/chunks/index-d8418f01.js                              4.26 KiB
immich-web_1               | .svelte-kit/output/server/chunks/constants-c32260df.js                          0.09 KiB
immich-web_1               | .svelte-kit/output/server/chunks/api-eb3230c9.js                                0.86 KiB
immich-web_1               | .svelte-kit/output/server/chunks/upload-489ddd1c.js                             4.30 KiB
immich-web_1               | .svelte-kit/output/server/chunks/stores-2ed0852f.js                             0.92 KiB
immich-web_1               | .svelte-kit/output/server/chunks/status-box-45fe1e77.js                         11.08 KiB
immich-web_1               | .svelte-kit/output/server/chunks/hooks-f17b0704.js                              1.27 KiB
immich-web_1               |
immich-web_1               | Run npm run preview to preview your production build locally.
immich-web_1               |
immich-web_1               | > Using @sveltejs/adapter-node
immich-web_1               |   ✔ done
immich-web_1               | Listening on 0.0.0.0:3000
immich-web_1               |
immich-web_1               | > web@0.0.1 build
immich-web_1               | > svelte-kit build
immich-web_1               |
immich-web_1               | vite v2.9.8 building for production...
immich-web_1               | transforming...
immich-web_1               | ✓ 823 modules transformed.
immich-web_1               | rendering chunks...
immich-web_1               | .svelte-kit/output/client/_app/manifest.json                                   5.61 KiB
immich-web_1               | .svelte-kit/output/client/_app/start-b9d2f292.js                               24.39 KiB / gzip: 8.72 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/__layout.svelte-9e46bac5.js               21.00 KiB / gzip: 7.58 KiB
immich-web_1               | .svelte-kit/output/client/_app/error.svelte-485076f0.js                        1.56 KiB / gzip: 0.75 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/auth/login/index.svelte-2d008317.js       16.08 KiB / gzip: 5.04 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/auth/register/index.svelte-7450ac98.js    6.45 KiB / gzip: 2.55 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/admin/index.svelte-39b65dc9.js            15.82 KiB / gzip: 5.58 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/index.svelte-c1e9e133.js                  2.37 KiB / gzip: 1.21 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/photos/_assetId_.svelte-d92adc7f.js       0.28 KiB / gzip: 0.22 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-133b1723.js                        0.79 KiB / gzip: 0.48 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/singletons-d1fb5791.js                   0.05 KiB / gzip: 0.07 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-218acc70.js                        12.49 KiB / gzip: 5.19 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/preload-helper-e4860ae8.js               0.55 KiB / gzip: 0.39 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-67629572.js                        1.76 KiB / gzip: 0.66 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/upload-5ce45ec4.js                       0.83 KiB / gzip: 0.48 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/navigation-0e6511d1.js                   0.17 KiB / gzip: 0.15 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/full-screen-modal-96bb8354.js            1.22 KiB / gzip: 0.75 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/click-outside-53cfcece.js                0.21 KiB / gzip: 0.16 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/status-box-93ceae1f.js                   21.20 KiB / gzip: 7.28 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/stores-6a43da94.js                       0.60 KiB / gzip: 0.32 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/constants-c32260df.js                    0.05 KiB / gzip: 0.07 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/auth-api-b3e1ef61.js                     0.43 KiB / gzip: 0.16 KiB
immich-web_1               | .svelte-kit/output/client/_app/assets/pages/photos/index.svelte-5f6f7bc6.css   0.21 KiB / gzip: 0.18 KiB
immich-web_1               | .svelte-kit/output/client/_app/assets/pages/__layout.svelte-aa212bb0.css       17.72 KiB / gzip: 4.40 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/leaflet-src-84a0a24d.js                  142.72 KiB / gzip: 41.36 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/photos/index.svelte-e1766b59.js           326.96 KiB / gzip: 108.46 KiB
immich-web_1               | vite v2.9.8 building SSR bundle for production...
immich-web_1               | transforming...
immich-web_1               | "Socket" is imported from external module "socket.io-client" but never used in "src/lib/stores/websocket.ts".
immich-web_1               | ✓ 91 modules transformed.
immich-web_1               | rendering chunks...
immich-web_1               | .svelte-kit/output/server/manifest.json                                         4.97 KiB
immich-web_1               | .svelte-kit/output/server/index.js                                              75.63 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/logout.ts.js                   0.21 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/index.ts.js              5.82 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/register/index.ts.js           0.84 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/update.ts.js             1.42 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/admin/api/create-user.ts.js         0.93 KiB
immich_postgres            | 2022-06-26 01:22:26.052 UTC [1] LOG:  received fast shutdown request
immich_postgres            | 2022-06-26 01:22:26.053 UTC [1] LOG:  aborting any active transactions
immich_postgres            | 2022-06-26 01:22:26.056 UTC [1] LOG:  background worker "logical replication launcher" (PID 30) exited with exit code 1
immich_postgres            | 2022-06-26 01:22:26.060 UTC [25] LOG:  shutting down
immich_postgres            | 2022-06-26 01:22:26.088 UTC [1] LOG:  database system is shut down
immich_postgres            |
immich_postgres            | PostgreSQL Database directory appears to contain a database; Skipping initialization
immich_postgres            |
immich_postgres            | 2022-06-26 01:22:57.597 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_postgres            | 2022-06-26 01:22:57.606 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
immich_postgres            | 2022-06-26 01:22:57.606 UTC [1] LOG:  listening on IPv6 address "::", port 5432
immich_postgres            | 2022-06-26 01:22:57.607 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
immich_postgres            | 2022-06-26 01:22:57.619 UTC [26] LOG:  database system was shut down at 2022-06-26 01:22:26 UTC
immich_postgres            | 2022-06-26 01:22:57.626 UTC [1] LOG:  database system is ready to accept connections
immich_postgres            |
immich_postgres            | PostgreSQL Database directory appears to contain a database; Skipping initialization
immich_postgres            |
immich_postgres            | 2022-06-26 01:59:11.841 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_postgres            | 2022-06-26 01:59:11.857 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
immich_postgres            | 2022-06-26 01:59:11.857 UTC [1] LOG:  listening on IPv6 address "::", port 5432
immich_postgres            | 2022-06-26 01:59:11.858 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
immich_postgres            | 2022-06-26 01:59:11.867 UTC [25] LOG:  database system was interrupted; last known up at 2022-06-26 01:22:57 UTC
immich_postgres            | 2022-06-26 01:59:11.889 UTC [25] LOG:  database system was not properly shut down; automatic recovery in progress
immich_postgres            | 2022-06-26 01:59:11.894 UTC [25] LOG:  redo starts at 0/17C13D8
immich_postgres            | 2022-06-26 01:59:11.894 UTC [25] LOG:  invalid record length at 0/17C1410: wanted 24, got 0
immich_postgres            | 2022-06-26 01:59:11.894 UTC [25] LOG:  redo done at 0/17C13D8 system usage: CPU: user: 0.00 s, system: 0.00 s, elapsed: 0.00 s
immich_postgres            | 2022-06-26 01:59:11.903 UTC [1] LOG:  database system is ready to accept connections
immich_postgres            | 2022-06-26 02:09:00.000 UTC [1] LOG:  received fast shutdown request
immich_postgres            | 2022-06-26 02:09:00.001 UTC [1] LOG:  aborting any active transactions
immich_postgres            | 2022-06-26 02:09:00.002 UTC [1] LOG:  background worker "logical replication launcher" (PID 31) exited with exit code 1
immich_postgres            | 2022-06-26 02:09:00.004 UTC [26] LOG:  shutting down
immich_postgres            | 2022-06-26 02:09:00.015 UTC [1] LOG:  database system is shut down
immich_postgres            |
immich_postgres            | PostgreSQL Database directory appears to contain a database; Skipping initialization
immich_postgres            |
immich_postgres            | 2022-06-26 03:41:26.319 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_postgres            | 2022-06-26 03:41:26.320 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
immich_postgres            | 2022-06-26 03:41:26.320 UTC [1] LOG:  listening on IPv6 address "::", port 5432
immich_postgres            | 2022-06-26 03:41:26.321 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
immich_postgres            | 2022-06-26 03:41:26.324 UTC [26] LOG:  database system was shut down at 2022-06-26 02:09:00 UTC
immich_postgres            | 2022-06-26 03:41:26.329 UTC [1] LOG:  database system is ready to accept connections
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/server-info, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/server-info/ping, GET} route +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/server-info/mapbox, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/server-info/version, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RoutesResolver] AlbumController {/album}: +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/album, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/album/:albumId/users, PUT} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, PUT} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/album, GET} route +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/album/:albumId, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, DELETE} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/album/:albumId, DELETE} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/album/:albumId/user/:userId, DELETE} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [RouterExplorer] Mapped {/album/:albumId, PATCH} route +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [NestApplication] Nest application successfully started +52ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:01:55 AM     LOG [ImmichServer] Running Immich Server 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] 29  - 06/26/2022, 1:18:35 AM     LOG [NestFactory] Starting Nest application...
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:35 AM     LOG [InstanceLoader] DatabaseModule dependencies initialized +172ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:35 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:35 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:35 AM     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:35 AM     LOG [InstanceLoader] AppModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:35 AM     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:35 AM     LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:35 AM     LOG [InstanceLoader] ConfigModule dependencies initialized +12ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:35 AM     LOG [InstanceLoader] ScheduleModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:35 AM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:35 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:35 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:35 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:35 AM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:35 AM     LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +283ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +3ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [InstanceLoader] CommunicationModule dependencies initialized +3ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [InstanceLoader] ImmichJwtModule dependencies initialized +5ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [InstanceLoader] BackgroundTaskModule dependencies initialized +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [InstanceLoader] ScheduleTasksModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [InstanceLoader] DeviceInfoModule dependencies initialized +4ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [InstanceLoader] UserModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [InstanceLoader] AlbumModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [InstanceLoader] AssetModule dependencies initialized +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RoutesResolver] AppController {/}: +30ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RoutesResolver] UserController {/user}: +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/user, GET} route +5ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/user, POST} route +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/user/count, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/user, PUT} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/user/profile-image, POST} route +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/user/profile-image/:userId, GET} route +3ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RoutesResolver] AssetController {/asset}: +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/asset/upload, POST} route +6ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/asset/download, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/asset/file, GET} route +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/asset/thumbnail/:assetId, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/asset/allObjects, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/asset/allLocation, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/asset/searchTerm, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/asset/search, POST} route +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/asset, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/asset/:deviceId, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/asset/assetById/:assetId, GET} route +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/asset, DELETE} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/asset/check, POST} route +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RoutesResolver] AuthController {/auth}: +5ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/auth/login, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/auth/admin-sign-up, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/auth/validateToken, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RoutesResolver] DeviceInfoController {/device-info}: +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/device-info, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/device-info, PATCH} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RoutesResolver] ServerInfoController {/server-info}: +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/server-info, GET} route +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/server-info/ping, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/server-info/mapbox, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/server-info/version, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RoutesResolver] AlbumController {/album}: +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/album, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/album/:albumId/users, PUT} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, PUT} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/album, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/album/:albumId, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, DELETE} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/album/:albumId, DELETE} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/album/:albumId/user/:userId, DELETE} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [RouterExplorer] Mapped {/album/:albumId, PATCH} route +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [NestApplication] Nest application successfully started +64ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:18:36 AM     LOG [ImmichServer] Running Immich Server 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] 29  - 06/26/2022, 1:23:30 AM     LOG [NestFactory] Starting Nest application...
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] DatabaseModule dependencies initialized +249ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] JwtModule dependencies initialized +3ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] AppModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] ConfigModule dependencies initialized +13ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] ScheduleModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +292ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +4ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] CommunicationModule dependencies initialized +3ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] ImmichJwtModule dependencies initialized +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] BackgroundTaskModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] ScheduleTasksModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] DeviceInfoModule dependencies initialized +3ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] UserModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] AlbumModule dependencies initialized +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [InstanceLoader] AssetModule dependencies initialized +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RoutesResolver] AppController {/}: +21ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RoutesResolver] UserController {/user}: +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/user, GET} route +6ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/user, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/user/count, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/user, PUT} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/user/profile-image, POST} route +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/user/profile-image/:userId, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RoutesResolver] AssetController {/asset}: +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/asset/upload, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/asset/download, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/asset/file, GET} route +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/asset/thumbnail/:assetId, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/asset/allObjects, GET} route +2ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/asset/allLocation, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/asset/searchTerm, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/asset/search, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/asset, GET} route +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/asset/:deviceId, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/asset/assetById/:assetId, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/asset, DELETE} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/asset/check, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RoutesResolver] AuthController {/auth}: +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/auth/login, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/auth/admin-sign-up, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/auth/validateToken, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RoutesResolver] DeviceInfoController {/device-info}: +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/device-info, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/device-info, PATCH} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RoutesResolver] ServerInfoController {/server-info}: +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/server-info, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/server-info/ping, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/server-info/mapbox, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/server-info/version, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RoutesResolver] AlbumController {/album}: +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/album, POST} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/album/:albumId/users, PUT} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, PUT} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/album, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/album/:albumId, GET} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, DELETE} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/album/:albumId, DELETE} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/album/:albumId/user/:userId, DELETE} route +1ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [RouterExplorer] Mapped {/album/:albumId, PATCH} route +0ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [NestApplication] Nest application successfully started +53ms
immich-server_1            | [Nest] 29  - 06/26/2022, 1:23:30 AM     LOG [ImmichServer] Running Immich Server 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] 28  - 06/26/2022, 1:59:43 AM     LOG [NestFactory] Starting Nest application...
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] DatabaseModule dependencies initialized +155ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] AppModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] ConfigModule dependencies initialized +17ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] ScheduleModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] BullModule dependencies initialized +3ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +241ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] CommunicationModule dependencies initialized +2ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] ImmichJwtModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] BackgroundTaskModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] ScheduleTasksModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] DeviceInfoModule dependencies initialized +3ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] UserModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] AlbumModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [InstanceLoader] AssetModule dependencies initialized +0ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RoutesResolver] AppController {/}: +19ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RoutesResolver] UserController {/user}: +2ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/user, GET} route +5ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/user, POST} route +2ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/user/count, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/user, PUT} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/user/profile-image, POST} route +2ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/user/profile-image/:userId, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RoutesResolver] AssetController {/asset}: +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/asset/upload, POST} route +2ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/asset/download, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/asset/file, GET} route +2ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/asset/thumbnail/:assetId, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/asset/allObjects, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/asset/allLocation, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/asset/searchTerm, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/asset/search, POST} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/asset, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/asset/:deviceId, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/asset/assetById/:assetId, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/asset, DELETE} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/asset/check, POST} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RoutesResolver] AuthController {/auth}: +0ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/auth/login, POST} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/auth/admin-sign-up, POST} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/auth/validateToken, POST} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RoutesResolver] DeviceInfoController {/device-info}: +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/device-info, POST} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/device-info, PATCH} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RoutesResolver] ServerInfoController {/server-info}: +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/server-info, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/server-info/ping, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/server-info/mapbox, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/server-info/version, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RoutesResolver] AlbumController {/album}: +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/album, POST} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/album/:albumId/users, PUT} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, PUT} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/album, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/album/:albumId, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, DELETE} route +0ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/album/:albumId, DELETE} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/album/:albumId/user/:userId, DELETE} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [RouterExplorer] Mapped {/album/:albumId, PATCH} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [NestApplication] Nest application successfully started +51ms
immich-server_1            | [Nest] 28  - 06/26/2022, 1:59:44 AM     LOG [ImmichServer] Running Immich Server 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] 28  - 06/26/2022, 3:41:57 AM     LOG [NestFactory] Starting Nest application...
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] DatabaseModule dependencies initialized +152ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] AppModule dependencies initialized +0ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] ConfigModule dependencies initialized +12ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] ScheduleModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] BullModule dependencies initialized +0ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] BullModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +258ms
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/api/select-admin.ts.js   1.77 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/api/get-users.ts.js      0.32 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/__layout.svelte.js                      11.13 KiB
immich-web_1               | .svelte-kit/output/server/entries/fallbacks/error.svelte.js                     0.72 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/admin/index.svelte.js                   6.83 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/auth/login/index.svelte.js              1.94 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/auth/register/index.svelte.js           2.86 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/index.svelte.js                         1.74 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/photos/_assetId_.svelte.js              0.42 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/photos/index.svelte.js                  11.52 KiB
immich-web_1               | .svelte-kit/output/server/chunks/index-d8418f01.js                              4.26 KiB
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] CommunicationModule dependencies initialized +3ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] ImmichJwtModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] BackgroundTaskModule dependencies initialized +0ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] ScheduleTasksModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] DeviceInfoModule dependencies initialized +4ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] UserModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] AlbumModule dependencies initialized +0ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [InstanceLoader] AssetModule dependencies initialized +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RoutesResolver] AppController {/}: +21ms
immich_redis               | 1:C 26 Jun 2022 00:52:24.345 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
immich_redis               | 1:C 26 Jun 2022 00:52:24.345 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started
immich_redis               | 1:C 26 Jun 2022 00:52:24.345 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
immich_redis               | 1:M 26 Jun 2022 00:52:24.347 * monotonic clock: POSIX clock_gettime
immich_redis               | 1:M 26 Jun 2022 00:52:24.349 # 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_redis               | 1:M 26 Jun 2022 00:52:24.349 * Running mode=standalone, port=6379.
immich_redis               | 1:M 26 Jun 2022 00:52:24.349 # Server initialized
immich_redis               | 1:M 26 Jun 2022 00:52:24.349 # 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_redis               | 1:M 26 Jun 2022 00:52:24.350 * Ready to accept connections
immich_redis               | 1:signal-handler (1656205152) Received SIGTERM scheduling shutdown...
immich_redis               | 1:M 26 Jun 2022 00:59:12.111 # User requested shutdown...
immich_redis               | 1:M 26 Jun 2022 00:59:12.111 * Saving the final RDB snapshot before exiting.
immich_redis               | 1:M 26 Jun 2022 00:59:12.112 * DB saved on disk
immich_redis               | 1:M 26 Jun 2022 00:59:12.112 # Redis is now ready to exit, bye bye...
immich_redis               | 1:C 26 Jun 2022 01:01:21.406 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
immich_redis               | 1:C 26 Jun 2022 01:01:21.406 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started
immich_redis               | 1:C 26 Jun 2022 01:01:21.406 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
immich_redis               | 1:M 26 Jun 2022 01:01:21.407 * monotonic clock: POSIX clock_gettime
immich_redis               | 1:M 26 Jun 2022 01:01:21.409 # 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_redis               | 1:M 26 Jun 2022 01:01:21.409 * Running mode=standalone, port=6379.
immich_redis               | 1:M 26 Jun 2022 01:01:21.409 # Server initialized
immich_redis               | 1:M 26 Jun 2022 01:01:21.410 # 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_redis               | 1:M 26 Jun 2022 01:01:21.410 * Loading RDB produced by version 6.2.7
immich_redis               | 1:M 26 Jun 2022 01:01:21.410 * RDB age 129 seconds
immich_redis               | 1:M 26 Jun 2022 01:01:21.410 * RDB memory usage when created 0.78 Mb
immich_redis               | 1:M 26 Jun 2022 01:01:21.410 # Done loading RDB, keys loaded: 0, keys expired: 1.
immich_redis               | 1:M 26 Jun 2022 01:01:21.410 * DB loaded from disk: 0.000 seconds
immich_redis               | 1:M 26 Jun 2022 01:01:21.410 * Ready to accept connections
immich_redis               | 1:signal-handler (1656205423) Received SIGTERM scheduling shutdown...
immich_redis               | 1:M 26 Jun 2022 01:03:43.494 # User requested shutdown...
immich_redis               | 1:M 26 Jun 2022 01:03:43.494 * Saving the final RDB snapshot before exiting.
immich_redis               | 1:M 26 Jun 2022 01:03:43.502 * DB saved on disk
immich_redis               | 1:M 26 Jun 2022 01:03:43.502 # Redis is now ready to exit, bye bye...
immich_redis               | 1:C 26 Jun 2022 01:18:10.867 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
immich_redis               | 1:C 26 Jun 2022 01:18:10.867 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started
immich-web_1               | .svelte-kit/output/server/chunks/constants-c32260df.js                          0.09 KiB
immich-web_1               | .svelte-kit/output/server/chunks/api-eb3230c9.js                                0.86 KiB
immich-web_1               | .svelte-kit/output/server/chunks/upload-489ddd1c.js                             4.30 KiB
immich-web_1               | .svelte-kit/output/server/chunks/stores-2ed0852f.js                             0.92 KiB
immich-web_1               | .svelte-kit/output/server/chunks/status-box-45fe1e77.js                         11.08 KiB
immich-web_1               | .svelte-kit/output/server/chunks/hooks-f17b0704.js                              1.27 KiB
immich-web_1               |
immich-web_1               | Run npm run preview to preview your production build locally.
immich-web_1               |
immich-web_1               | > Using @sveltejs/adapter-node
immich-web_1               |   ✔ done
immich-web_1               | Listening on 0.0.0.0:3000
immich-web_1               |
immich-web_1               | > web@0.0.1 build
immich-web_1               | > svelte-kit build
immich-web_1               |
immich-web_1               | vite v2.9.8 building for production...
immich-web_1               | transforming...
immich-web_1               | ✓ 823 modules transformed.
immich-web_1               | rendering chunks...
immich-web_1               | .svelte-kit/output/client/_app/manifest.json                                   5.61 KiB
immich-web_1               | .svelte-kit/output/client/_app/start-d5d18c33.js                               24.39 KiB / gzip: 8.72 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/__layout.svelte-9e46bac5.js               21.00 KiB / gzip: 7.58 KiB
immich-web_1               | .svelte-kit/output/client/_app/error.svelte-485076f0.js                        1.56 KiB / gzip: 0.75 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/admin/index.svelte-39b65dc9.js            15.82 KiB / gzip: 5.58 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/auth/login/index.svelte-2d008317.js       16.08 KiB / gzip: 5.04 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/auth/register/index.svelte-7450ac98.js    6.45 KiB / gzip: 2.55 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/index.svelte-c1e9e133.js                  2.37 KiB / gzip: 1.21 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/photos/_assetId_.svelte-d92adc7f.js       0.28 KiB / gzip: 0.22 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/preload-helper-e4860ae8.js               0.55 KiB / gzip: 0.39 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/singletons-d1fb5791.js                   0.05 KiB / gzip: 0.07 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/upload-5ce45ec4.js                       0.83 KiB / gzip: 0.48 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/navigation-0e6511d1.js                   0.17 KiB / gzip: 0.15 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-67629572.js                        1.76 KiB / gzip: 0.66 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/click-outside-53cfcece.js                0.21 KiB / gzip: 0.16 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/stores-6a43da94.js                       0.60 KiB / gzip: 0.32 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/constants-c32260df.js                    0.05 KiB / gzip: 0.07 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-218acc70.js                        12.49 KiB / gzip: 5.19 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/auth-api-b3e1ef61.js                     0.43 KiB / gzip: 0.16 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-133b1723.js                        0.79 KiB / gzip: 0.48 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/full-screen-modal-96bb8354.js            1.22 KiB / gzip: 0.75 KiB
immich-web_1               | .svelte-kit/output/client/_app/assets/pages/photos/index.svelte-5f6f7bc6.css   0.21 KiB / gzip: 0.18 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/status-box-93ceae1f.js                   21.20 KiB / gzip: 7.28 KiB
immich-web_1               | .svelte-kit/output/client/_app/assets/pages/__layout.svelte-aa212bb0.css       17.72 KiB / gzip: 4.40 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/leaflet-src-84a0a24d.js                  142.72 KiB / gzip: 41.36 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/photos/index.svelte-e1766b59.js           326.96 KiB / gzip: 108.46 KiB
immich-web_1               | vite v2.9.8 building SSR bundle for production...
immich-web_1               | transforming...
immich-web_1               | "Socket" is imported from external module "socket.io-client" but never used in "src/lib/stores/websocket.ts".
immich-web_1               | ✓ 91 modules transformed.
immich-web_1               | rendering chunks...
immich-web_1               | .svelte-kit/output/server/manifest.json                                         4.97 KiB
immich-web_1               | .svelte-kit/output/server/index.js                                              75.63 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/logout.ts.js                   0.21 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/index.ts.js              5.82 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/register/index.ts.js           0.84 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/update.ts.js             1.42 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/admin/api/create-user.ts.js         0.93 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/api/select-admin.ts.js   1.77 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/api/get-users.ts.js      0.32 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/__layout.svelte.js                      11.13 KiB
immich-web_1               | .svelte-kit/output/server/entries/fallbacks/error.svelte.js                     0.72 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/admin/index.svelte.js                   6.83 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/auth/login/index.svelte.js              1.94 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/auth/register/index.svelte.js           2.86 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/index.svelte.js                         1.74 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/photos/_assetId_.svelte.js              0.42 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/photos/index.svelte.js                  11.52 KiB
immich-web_1               | .svelte-kit/output/server/chunks/index-d8418f01.js                              4.26 KiB
immich-web_1               | .svelte-kit/output/server/chunks/constants-c32260df.js                          0.09 KiB
immich-web_1               | .svelte-kit/output/server/chunks/api-eb3230c9.js                                0.86 KiB
immich-web_1               | .svelte-kit/output/server/chunks/upload-489ddd1c.js                             4.30 KiB
immich-web_1               | .svelte-kit/output/server/chunks/stores-2ed0852f.js                             0.92 KiB
immich-web_1               | .svelte-kit/output/server/chunks/status-box-45fe1e77.js                         11.08 KiB
immich-web_1               | .svelte-kit/output/server/chunks/hooks-f17b0704.js                              1.27 KiB
immich-web_1               |
immich-web_1               | Run npm run preview to preview your production build locally.
immich_redis               | 1:C 26 Jun 2022 01:18:10.867 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
immich_redis               | 1:M 26 Jun 2022 01:18:10.868 * monotonic clock: POSIX clock_gettime
immich_redis               | 1:M 26 Jun 2022 01:18:10.871 # 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_redis               | 1:M 26 Jun 2022 01:18:10.871 * Running mode=standalone, port=6379.
immich_redis               | 1:M 26 Jun 2022 01:18:10.871 # Server initialized
immich_redis               | 1:M 26 Jun 2022 01:18:10.871 # 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_redis               | 1:M 26 Jun 2022 01:18:10.872 * Loading RDB produced by version 6.2.7
immich_redis               | 1:M 26 Jun 2022 01:18:10.872 * RDB age 867 seconds
immich_redis               | 1:M 26 Jun 2022 01:18:10.872 * RDB memory usage when created 0.78 Mb
immich_redis               | 1:M 26 Jun 2022 01:18:10.872 # Done loading RDB, keys loaded: 0, keys expired: 5.
immich_redis               | 1:M 26 Jun 2022 01:18:10.872 * DB loaded from disk: 0.000 seconds
immich_redis               | 1:M 26 Jun 2022 01:18:10.872 * Ready to accept connections
immich_redis               | 1:signal-handler (1656206546) Received SIGTERM scheduling shutdown...
immich_redis               | 1:M 26 Jun 2022 01:22:26.103 # User requested shutdown...
immich_redis               | 1:M 26 Jun 2022 01:22:26.103 * Saving the final RDB snapshot before exiting.
immich_redis               | 1:M 26 Jun 2022 01:22:26.109 * DB saved on disk
immich_redis               | 1:M 26 Jun 2022 01:22:26.109 # Redis is now ready to exit, bye bye...
immich_redis               | 1:C 26 Jun 2022 01:22:57.431 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
immich_redis               | 1:C 26 Jun 2022 01:22:57.431 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started
immich_redis               | 1:C 26 Jun 2022 01:22:57.431 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
immich_redis               | 1:M 26 Jun 2022 01:22:57.436 * monotonic clock: POSIX clock_gettime
immich_redis               | 1:M 26 Jun 2022 01:22:57.439 # 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_redis               | 1:M 26 Jun 2022 01:22:57.439 * Running mode=standalone, port=6379.
immich_redis               | 1:M 26 Jun 2022 01:22:57.442 # Server initialized
immich_redis               | 1:M 26 Jun 2022 01:22:57.442 # 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_redis               | 1:M 26 Jun 2022 01:22:57.442 * Loading RDB produced by version 6.2.7
immich_redis               | 1:M 26 Jun 2022 01:22:57.442 * RDB age 31 seconds
immich_redis               | 1:M 26 Jun 2022 01:22:57.442 * RDB memory usage when created 0.78 Mb
immich_redis               | 1:M 26 Jun 2022 01:22:57.442 # Done loading RDB, keys loaded: 0, keys expired: 1.
immich_redis               | 1:M 26 Jun 2022 01:22:57.442 * DB loaded from disk: 0.000 seconds
immich_redis               | 1:M 26 Jun 2022 01:22:57.442 * Ready to accept connections
immich_redis               | 1:C 26 Jun 2022 01:59:11.757 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
immich_redis               | 1:C 26 Jun 2022 01:59:11.757 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started
immich_redis               | 1:C 26 Jun 2022 01:59:11.757 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
immich_redis               | 1:M 26 Jun 2022 01:59:11.759 * monotonic clock: POSIX clock_gettime
immich_redis               | 1:M 26 Jun 2022 01:59:11.760 # 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_redis               | 1:M 26 Jun 2022 01:59:11.760 * Running mode=standalone, port=6379.
immich_redis               | 1:M 26 Jun 2022 01:59:11.760 # Server initialized
immich_redis               | 1:M 26 Jun 2022 01:59:11.760 # 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_redis               | 1:M 26 Jun 2022 01:59:11.762 * Loading RDB produced by version 6.2.7
immich_redis               | 1:M 26 Jun 2022 01:59:11.762 * RDB age 2205 seconds
immich_redis               | 1:M 26 Jun 2022 01:59:11.762 * RDB memory usage when created 0.78 Mb
immich_redis               | 1:M 26 Jun 2022 01:59:11.762 # Done loading RDB, keys loaded: 0, keys expired: 1.
immich_redis               | 1:M 26 Jun 2022 01:59:11.762 * DB loaded from disk: 0.000 seconds
immich_redis               | 1:M 26 Jun 2022 01:59:11.762 * Ready to accept connections
immich_redis               | 1:signal-handler (1656209339) Received SIGTERM scheduling shutdown...
immich_redis               | 1:M 26 Jun 2022 02:09:00.018 # User requested shutdown...
immich_redis               | 1:M 26 Jun 2022 02:09:00.018 * Saving the final RDB snapshot before exiting.
immich_redis               | 1:M 26 Jun 2022 02:09:00.021 * DB saved on disk
immich_redis               | 1:M 26 Jun 2022 02:09:00.021 # Redis is now ready to exit, bye bye...
immich_redis               | 1:C 26 Jun 2022 03:41:26.499 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
immich_redis               | 1:C 26 Jun 2022 03:41:26.499 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started
immich_redis               | 1:C 26 Jun 2022 03:41:26.499 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
immich_redis               | 1:M 26 Jun 2022 03:41:26.500 * monotonic clock: POSIX clock_gettime
immich_redis               | 1:M 26 Jun 2022 03:41:26.503 # 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_redis               | 1:M 26 Jun 2022 03:41:26.503 * Running mode=standalone, port=6379.
immich_redis               | 1:M 26 Jun 2022 03:41:26.503 # Server initialized
immich_redis               | 1:M 26 Jun 2022 03:41:26.503 # 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_redis               | 1:M 26 Jun 2022 03:41:26.504 * Loading RDB produced by version 6.2.7
immich_redis               | 1:M 26 Jun 2022 03:41:26.504 * RDB age 5546 seconds
immich_redis               | 1:M 26 Jun 2022 03:41:26.504 * RDB memory usage when created 0.78 Mb
immich_redis               | 1:M 26 Jun 2022 03:41:26.504 # Done loading RDB, keys loaded: 0, keys expired: 2.
immich_redis               | 1:M 26 Jun 2022 03:41:26.504 * DB loaded from disk: 0.000 seconds
immich_redis               | 1:M 26 Jun 2022 03:41:26.504 * Ready to accept connections
immich-web_1               |
immich-web_1               | > Using @sveltejs/adapter-node
immich-web_1               |   ✔ done
immich-web_1               | Listening on 0.0.0.0:3000
immich-web_1               |
immich-web_1               | > web@0.0.1 build
immich-web_1               | > svelte-kit build
immich-web_1               |
immich-web_1               | vite v2.9.8 building for production...
immich-web_1               | transforming...
immich-web_1               | ✓ 823 modules transformed.
immich-web_1               | rendering chunks...
immich-web_1               | .svelte-kit/output/client/_app/manifest.json                                   5.61 KiB
immich-web_1               | .svelte-kit/output/client/_app/start-e531299f.js                               24.39 KiB / gzip: 8.72 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/__layout.svelte-9e46bac5.js               21.00 KiB / gzip: 7.58 KiB
immich-web_1               | .svelte-kit/output/client/_app/error.svelte-485076f0.js                        1.56 KiB / gzip: 0.75 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/admin/index.svelte-39b65dc9.js            15.82 KiB / gzip: 5.58 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/auth/login/index.svelte-2d008317.js       16.08 KiB / gzip: 5.04 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/auth/register/index.svelte-7450ac98.js    6.45 KiB / gzip: 2.55 KiB
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RoutesResolver] UserController {/user}: +2ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/user, GET} route +10ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/user, POST} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/user/count, GET} route +3ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/user, PUT} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/user/profile-image, POST} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/user/profile-image/:userId, GET} route +7ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RoutesResolver] AssetController {/asset}: +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/asset/upload, POST} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/asset/download, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/asset/file, GET} route +2ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/asset/thumbnail/:assetId, GET} route +2ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/asset/allObjects, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/asset/allLocation, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/asset/searchTerm, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/asset/search, POST} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/asset, GET} route +0ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/asset/:deviceId, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/asset/assetById/:assetId, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/asset, DELETE} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/asset/check, POST} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RoutesResolver] AuthController {/auth}: +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/auth/login, POST} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/auth/admin-sign-up, POST} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/auth/validateToken, POST} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RoutesResolver] DeviceInfoController {/device-info}: +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/device-info, POST} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/device-info, PATCH} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RoutesResolver] ServerInfoController {/server-info}: +0ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/server-info, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/server-info/ping, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/server-info/mapbox, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/server-info/version, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RoutesResolver] AlbumController {/album}: +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/album, POST} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/album/:albumId/users, PUT} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, PUT} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/album, GET} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/album/:albumId, GET} route +0ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/album/:albumId/assets, DELETE} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/album/:albumId, DELETE} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/album/:albumId/user/:userId, DELETE} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [RouterExplorer] Mapped {/album/:albumId, PATCH} route +1ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [NestApplication] Nest application successfully started +49ms
immich-server_1            | [Nest] 28  - 06/26/2022, 3:41:58 AM     LOG [ImmichServer] Running Immich Server in PRODUCTION environment
immich-web_1               | .svelte-kit/output/client/_app/pages/index.svelte-c1e9e133.js                  2.37 KiB / gzip: 1.21 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/photos/_assetId_.svelte-d92adc7f.js       0.28 KiB / gzip: 0.22 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-133b1723.js                        0.79 KiB / gzip: 0.48 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-218acc70.js                        12.49 KiB / gzip: 5.19 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/singletons-d1fb5791.js                   0.05 KiB / gzip: 0.07 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/preload-helper-e4860ae8.js               0.55 KiB / gzip: 0.39 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/index-67629572.js                        1.76 KiB / gzip: 0.66 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/upload-5ce45ec4.js                       0.83 KiB / gzip: 0.48 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/navigation-0e6511d1.js                   0.17 KiB / gzip: 0.15 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/full-screen-modal-96bb8354.js            1.22 KiB / gzip: 0.75 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/click-outside-53cfcece.js                0.21 KiB / gzip: 0.16 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/status-box-93ceae1f.js                   21.20 KiB / gzip: 7.28 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/stores-6a43da94.js                       0.60 KiB / gzip: 0.32 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/constants-c32260df.js                    0.05 KiB / gzip: 0.07 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/auth-api-b3e1ef61.js                     0.43 KiB / gzip: 0.16 KiB
immich-web_1               | .svelte-kit/output/client/_app/assets/pages/photos/index.svelte-5f6f7bc6.css   0.21 KiB / gzip: 0.18 KiB
immich-web_1               | .svelte-kit/output/client/_app/assets/pages/__layout.svelte-aa212bb0.css       17.72 KiB / gzip: 4.40 KiB
immich-web_1               | .svelte-kit/output/client/_app/chunks/leaflet-src-84a0a24d.js                  142.72 KiB / gzip: 41.36 KiB
immich-web_1               | .svelte-kit/output/client/_app/pages/photos/index.svelte-e1766b59.js           326.96 KiB / gzip: 108.46 KiB
immich-web_1               | vite v2.9.8 building SSR bundle for production...
immich-web_1               | transforming...
immich-web_1               | "Socket" is imported from external module "socket.io-client" but never used in "src/lib/stores/websocket.ts".
immich-web_1               | ✓ 91 modules transformed.
immich-web_1               | rendering chunks...
immich-web_1               | .svelte-kit/output/server/manifest.json                                         4.97 KiB
immich-web_1               | .svelte-kit/output/server/index.js                                              75.63 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/logout.ts.js                   0.21 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/index.ts.js              5.82 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/register/index.ts.js           0.84 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/update.ts.js             1.42 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/admin/api/create-user.ts.js         0.93 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/api/select-admin.ts.js   1.77 KiB
immich-web_1               | .svelte-kit/output/server/entries/endpoints/auth/login/api/get-users.ts.js      0.32 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/__layout.svelte.js                      11.13 KiB
immich-web_1               | .svelte-kit/output/server/entries/fallbacks/error.svelte.js                     0.72 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/admin/index.svelte.js                   6.83 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/auth/login/index.svelte.js              1.94 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/auth/register/index.svelte.js           2.86 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/index.svelte.js                         1.74 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/photos/_assetId_.svelte.js              0.42 KiB
immich-web_1               | .svelte-kit/output/server/entries/pages/photos/index.svelte.js                  11.52 KiB
immich-web_1               | .svelte-kit/output/server/chunks/index-d8418f01.js                              4.26 KiB
immich-web_1               | .svelte-kit/output/server/chunks/constants-c32260df.js                          0.09 KiB
immich-web_1               | .svelte-kit/output/server/chunks/api-eb3230c9.js                                0.86 KiB
immich-web_1               | .svelte-kit/output/server/chunks/upload-489ddd1c.js                             4.30 KiB
immich-web_1               | .svelte-kit/output/server/chunks/stores-2ed0852f.js                             0.92 KiB
immich-web_1               | .svelte-kit/output/server/chunks/status-box-45fe1e77.js                         11.08 KiB
immich-web_1               | .svelte-kit/output/server/chunks/hooks-f17b0704.js                              1.27 KiB
immich-web_1               |
immich-web_1               | Run npm run preview to preview your production build locally.
immich-web_1               |
immich-web_1               | > Using @sveltejs/adapter-node
immich-web_1               |   ✔ done
immich-web_1               | Listening on 0.0.0.0:3000
@athornfam2 commented on GitHub (Jun 26, 2022): ``` immich-microservices_1 | [Nest] 29 - 06/26/2022, 1:59:40 AM LOG [InstanceLoader] BullModule dependencies initialized +0ms immich-microservices_1 | [Nest] 29 - 06/26/2022, 1:59:41 AM LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +459ms immich-microservices_1 | [Nest] 29 - 06/26/2022, 1:59:41 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-microservices_1 | [Nest] 29 - 06/26/2022, 1:59:41 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-microservices_1 | [Nest] 29 - 06/26/2022, 1:59:41 AM LOG [InstanceLoader] ImmichJwtModule dependencies initialized +8ms immich-microservices_1 | [Nest] 29 - 06/26/2022, 1:59:41 AM LOG [InstanceLoader] CommunicationModule dependencies initialized +1ms immich-microservices_1 | [Nest] 29 - 06/26/2022, 1:59:41 AM LOG [InstanceLoader] MicroservicesModule dependencies initialized +7ms immich-microservices_1 | [Nest] 29 - 06/26/2022, 1:59:41 AM LOG [NestApplication] Nest application successfully started +63ms immich-microservices_1 | [Nest] 29 - 06/26/2022, 1:59:41 AM LOG [ImmichMicroservice] Running Immich Microservices in PRODUCTION environment immich-microservices_1 | immich-microservices_1 | > immich@1.5.1 start immich-microservices_1 | > nest start "microservices" immich-microservices_1 | immich-microservices_1 | [Nest] 28 - 06/26/2022, 3:41:54 AM LOG [NestFactory] Starting Nest application... immich-microservices_1 | [Nest] 28 - 06/26/2022, 3:41:55 AM LOG [InstanceLoader] DatabaseModule dependencies initialized +224ms immich-microservices_1 | [Nest] 28 - 06/26/2022, 3:41:55 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +8ms immich-microservices_1 | [Nest] 28 - 06/26/2022, 3:41:55 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-microservices_1 | [Nest] 28 - 06/26/2022, 3:41:55 AM LOG [InstanceLoader] JwtModule dependencies initialized +1ms immich-microservices_1 | [Nest] 28 - 06/26/2022, 3:41:55 AM LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms immich-microservices_1 | [Nest] 28 - 06/26/2022, 3:41:55 AM LOG [InstanceLoader] BullModule dependencies initialized +24ms immich-microservices_1 | [Nest] 28 - 06/26/2022, 3:41:55 AM LOG [InstanceLoader] BullModule dependencies initialized +4ms immich-microservices_1 | [Nest] 28 - 06/26/2022, 3:41:55 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-microservices_1 | [Nest] 28 - 06/26/2022, 3:41:55 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-microservices_1 | [Nest] 28 - 06/26/2022, 3:41:55 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-microservices_1 | [Nest] 28 - 06/26/2022, 3:41:55 AM LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +532ms immich-microservices_1 | [Nest] 28 - 06/26/2022, 3:41:55 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-microservices_1 | [Nest] 28 - 06/26/2022, 3:41:55 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-microservices_1 | [Nest] 28 - 06/26/2022, 3:41:55 AM LOG [InstanceLoader] ImmichJwtModule dependencies initialized +1ms immich-microservices_1 | [Nest] 28 - 06/26/2022, 3:41:55 AM LOG [InstanceLoader] CommunicationModule dependencies initialized +3ms immich-microservices_1 | [Nest] 28 - 06/26/2022, 3:41:55 AM LOG [InstanceLoader] MicroservicesModule dependencies initialized +0ms immich-microservices_1 | [Nest] 28 - 06/26/2022, 3:41:55 AM LOG [NestApplication] Nest application successfully started +63ms immich-microservices_1 | [Nest] 28 - 06/26/2022, 3:41:55 AM LOG [ImmichMicroservice] Running Immich Microservices in PRODUCTION environment immich-web_1 | immich-web_1 | > web@0.0.1 build immich-web_1 | > svelte-kit build immich-web_1 | immich-web_1 | vite v2.9.8 building for production... immich-web_1 | transforming... immich-web_1 | ✓ 823 modules transformed. immich-web_1 | rendering chunks... immich-web_1 | .svelte-kit/output/client/_app/manifest.json 5.61 KiB immich-web_1 | .svelte-kit/output/client/_app/error.svelte-485076f0.js 1.56 KiB / gzip: 0.75 KiB immich-web_1 | .svelte-kit/output/client/_app/start-deaed309.js 24.39 KiB / gzip: 8.72 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/auth/register/index.svelte-7450ac98.js 6.45 KiB / gzip: 2.55 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/auth/login/index.svelte-2d008317.js 16.08 KiB / gzip: 5.04 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/index.svelte-c1e9e133.js 2.37 KiB / gzip: 1.21 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/photos/_assetId_.svelte-d92adc7f.js 0.28 KiB / gzip: 0.22 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-218acc70.js 12.49 KiB / gzip: 5.19 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/singletons-d1fb5791.js 0.05 KiB / gzip: 0.07 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-133b1723.js 0.79 KiB / gzip: 0.48 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/preload-helper-e4860ae8.js 0.55 KiB / gzip: 0.39 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-67629572.js 1.76 KiB / gzip: 0.66 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/upload-5ce45ec4.js 0.83 KiB / gzip: 0.48 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/navigation-0e6511d1.js 0.17 KiB / gzip: 0.15 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/full-screen-modal-96bb8354.js 1.22 KiB / gzip: 0.75 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/click-outside-53cfcece.js 0.21 KiB / gzip: 0.16 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/status-box-93ceae1f.js 21.20 KiB / gzip: 7.28 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/stores-6a43da94.js 0.60 KiB / gzip: 0.32 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/constants-c32260df.js 0.05 KiB / gzip: 0.07 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/auth-api-b3e1ef61.js 0.43 KiB / gzip: 0.16 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/admin/index.svelte-39b65dc9.js 15.82 KiB / gzip: 5.58 KiB immich-web_1 | .svelte-kit/output/client/_app/assets/pages/photos/index.svelte-5f6f7bc6.css 0.21 KiB / gzip: 0.18 KiB immich-web_1 | .svelte-kit/output/client/_app/assets/pages/__layout.svelte-aa212bb0.css 17.72 KiB / gzip: 4.40 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/__layout.svelte-9e46bac5.js 21.00 KiB / gzip: 7.58 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/leaflet-src-84a0a24d.js 142.72 KiB / gzip: 41.36 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/photos/index.svelte-e1766b59.js 326.96 KiB / gzip: 108.46 KiB immich-web_1 | vite v2.9.8 building SSR bundle for production... immich-web_1 | transforming... immich-web_1 | "Socket" is imported from external module "socket.io-client" but never used in "src/lib/stores/websocket.ts". immich-web_1 | ✓ 91 modules transformed. immich-web_1 | rendering chunks... immich-web_1 | .svelte-kit/output/server/manifest.json 4.97 KiB immich-web_1 | .svelte-kit/output/server/index.js 75.63 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/logout.ts.js 0.21 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/index.ts.js 5.82 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/register/index.ts.js 0.84 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/update.ts.js 1.42 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/admin/api/create-user.ts.js 0.93 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/api/select-admin.ts.js 1.77 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/api/get-users.ts.js 0.32 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/__layout.svelte.js 11.13 KiB immich-web_1 | .svelte-kit/output/server/entries/fallbacks/error.svelte.js 0.72 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/admin/index.svelte.js 6.83 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/auth/login/index.svelte.js 1.94 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/auth/register/index.svelte.js 2.86 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/index.svelte.js 1.74 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/photos/_assetId_.svelte.js 0.42 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/photos/index.svelte.js 11.52 KiB immich-web_1 | .svelte-kit/output/server/chunks/index-d8418f01.js 4.26 KiB immich-web_1 | .svelte-kit/output/server/chunks/constants-c32260df.js 0.09 KiB immich-web_1 | .svelte-kit/output/server/chunks/api-eb3230c9.js 0.86 KiB immich-web_1 | .svelte-kit/output/server/chunks/upload-489ddd1c.js 4.30 KiB immich-web_1 | .svelte-kit/output/server/chunks/stores-2ed0852f.js 0.92 KiB immich-web_1 | .svelte-kit/output/server/chunks/status-box-45fe1e77.js 11.08 KiB immich-web_1 | .svelte-kit/output/server/chunks/hooks-f17b0704.js 1.27 KiB immich-web_1 | immich-web_1 | Run npm run preview to preview your production build locally. immich-web_1 | immich-web_1 | > Using @sveltejs/adapter-node immich-web_1 | ✔ done immich-web_1 | Listening on 0.0.0.0:3000 immich-web_1 | immich-web_1 | > web@0.0.1 build immich-web_1 | > svelte-kit build immich-web_1 | immich-web_1 | vite v2.9.8 building for production... immich-web_1 | transforming... immich-web_1 | ✓ 823 modules transformed. immich-web_1 | rendering chunks... immich-web_1 | .svelte-kit/output/client/_app/manifest.json 5.61 KiB immich-web_1 | .svelte-kit/output/client/_app/start-4c6e079d.js 24.39 KiB / gzip: 8.72 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/__layout.svelte-9e46bac5.js 21.00 KiB / gzip: 7.58 KiB immich-web_1 | .svelte-kit/output/client/_app/error.svelte-485076f0.js 1.56 KiB / gzip: 0.75 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/admin/index.svelte-39b65dc9.js 15.82 KiB / gzip: 5.58 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/auth/login/index.svelte-2d008317.js 16.08 KiB / gzip: 5.04 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/index.svelte-c1e9e133.js 2.37 KiB / gzip: 1.21 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-218acc70.js 12.49 KiB / gzip: 5.19 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-133b1723.js 0.79 KiB / gzip: 0.48 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/singletons-d1fb5791.js 0.05 KiB / gzip: 0.07 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/preload-helper-e4860ae8.js 0.55 KiB / gzip: 0.39 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-67629572.js 1.76 KiB / gzip: 0.66 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/upload-5ce45ec4.js 0.83 KiB / gzip: 0.48 KiB immich-server_1 | immich-server_1 | > immich@1.5.1 start immich-server_1 | > nest start "immich" immich-server_1 | immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:58 AM LOG [NestFactory] Starting Nest application... immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:58 AM LOG [InstanceLoader] DatabaseModule dependencies initialized +164ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:58 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:58 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:58 AM LOG [InstanceLoader] JwtModule dependencies initialized +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:58 AM LOG [InstanceLoader] AppModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:58 AM LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:58 AM LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:58 AM LOG [InstanceLoader] ConfigModule dependencies initialized +13ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:58 AM LOG [InstanceLoader] ScheduleModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:58 AM LOG [InstanceLoader] BullModule dependencies initialized +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:58 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:58 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:58 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:58 AM LOG [InstanceLoader] BullModule dependencies initialized +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:58 AM LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +515ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [InstanceLoader] CommunicationModule dependencies initialized +7ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [InstanceLoader] ImmichJwtModule dependencies initialized +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [InstanceLoader] BackgroundTaskModule dependencies initialized +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [InstanceLoader] ScheduleTasksModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [InstanceLoader] DeviceInfoModule dependencies initialized +4ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [InstanceLoader] AuthModule dependencies initialized +7ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [InstanceLoader] UserModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [InstanceLoader] AlbumModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [InstanceLoader] AssetModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RoutesResolver] AppController {/}: +41ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RoutesResolver] UserController {/user}: +4ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/user, GET} route +14ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/user, POST} route +3ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/user/count, GET} route +8ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/user, PUT} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/user/profile-image, POST} route +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/user/profile-image/:userId, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RoutesResolver] AssetController {/asset}: +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/asset/upload, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/asset/download, GET} route +5ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/asset/file, GET} route +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/asset/thumbnail/:assetId, GET} route +7ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/asset/allObjects, GET} route +2ms immich_postgres | The files belonging to this database system will be owned by user "postgres". immich_postgres | This user must also own the server process. immich_postgres | immich_postgres | The database cluster will be initialized with locale "en_US.utf8". immich_postgres | The default database encoding has accordingly been set to "UTF8". immich_postgres | The default text search configuration will be set to "english". immich_postgres | immich_postgres | Data page checksums are disabled. immich_postgres | immich_postgres | fixing permissions on existing directory /var/lib/postgresql/data ... ok immich_postgres | creating subdirectories ... ok immich_postgres | selecting dynamic shared memory implementation ... posix immich_postgres | selecting default max_connections ... 100 immich_postgres | selecting default shared_buffers ... 128MB immich_postgres | selecting default time zone ... Etc/UTC immich_postgres | creating configuration files ... ok immich_postgres | running bootstrap script ... ok immich_postgres | performing post-bootstrap initialization ... ok immich_postgres | initdb: warning: enabling "trust" authentication for local connections immich_postgres | You can change this by editing pg_hba.conf or using the option -A, or immich_postgres | --auth-local and --auth-host, the next time you run initdb. immich_postgres | syncing data to disk ... ok immich_postgres | immich_postgres | immich_postgres | Success. You can now start the database server using: immich_postgres | immich_postgres | pg_ctl -D /var/lib/postgresql/data -l logfile start immich_postgres | immich_postgres | waiting for server to start....2022-06-26 00:52:27.029 UTC [48] 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_postgres | 2022-06-26 00:52:27.030 UTC [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" immich_postgres | 2022-06-26 00:52:27.047 UTC [49] LOG: database system was shut down at 2022-06-26 00:52:26 UTC immich_postgres | 2022-06-26 00:52:27.051 UTC [48] LOG: database system is ready to accept connections immich_postgres | done immich_postgres | server started immich_postgres | CREATE DATABASE immich_postgres | immich_postgres | immich_postgres | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/* immich_postgres | immich_postgres | 2022-06-26 00:52:27.838 UTC [48] LOG: received fast shutdown request immich_postgres | waiting for server to shut down....2022-06-26 00:52:27.840 UTC [48] LOG: aborting any active transactions immich_postgres | 2022-06-26 00:52:27.854 UTC [48] LOG: background worker "logical replication launcher" (PID 55) exited with exit code 1 immich_postgres | 2022-06-26 00:52:27.856 UTC [50] LOG: shutting down immich_postgres | 2022-06-26 00:52:27.896 UTC [48] LOG: database system is shut down immich_postgres | done immich_postgres | server stopped immich_postgres | immich_postgres | PostgreSQL init process complete; ready for start up. immich_postgres | immich_postgres | 2022-06-26 00:52:28.041 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_postgres | 2022-06-26 00:52:28.043 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 immich_postgres | 2022-06-26 00:52:28.047 UTC [1] LOG: listening on IPv6 address "::", port 5432 immich_postgres | 2022-06-26 00:52:28.055 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" immich_postgres | 2022-06-26 00:52:28.061 UTC [62] LOG: database system was shut down at 2022-06-26 00:52:27 UTC immich_postgres | 2022-06-26 00:52:28.077 UTC [1] LOG: database system is ready to accept connections immich_postgres | 2022-06-26 00:59:12.020 UTC [1] LOG: received fast shutdown request immich_postgres | 2022-06-26 00:59:12.020 UTC [1] LOG: aborting any active transactions immich_postgres | 2022-06-26 00:59:12.022 UTC [1] LOG: background worker "logical replication launcher" (PID 68) exited with exit code 1 immich_postgres | 2022-06-26 00:59:12.024 UTC [63] LOG: shutting down immich_postgres | 2022-06-26 00:59:12.033 UTC [1] LOG: database system is shut down immich_postgres | immich_postgres | PostgreSQL Database directory appears to contain a database; Skipping initialization immich_postgres | immich_postgres | 2022-06-26 01:01:21.859 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_postgres | 2022-06-26 01:01:21.880 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 immich_postgres | 2022-06-26 01:01:21.880 UTC [1] LOG: listening on IPv6 address "::", port 5432 immich_postgres | 2022-06-26 01:01:21.882 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" immich_postgres | 2022-06-26 01:01:21.931 UTC [25] LOG: database system was shut down at 2022-06-26 00:59:12 UTC immich_postgres | 2022-06-26 01:01:21.935 UTC [1] LOG: database system is ready to accept connections immich_postgres | 2022-06-26 01:03:43.398 UTC [1] LOG: received fast shutdown request immich_postgres | 2022-06-26 01:03:43.400 UTC [1] LOG: aborting any active transactions immich_postgres | 2022-06-26 01:03:43.402 UTC [1] LOG: background worker "logical replication launcher" (PID 31) exited with exit code 1 immich_postgres | 2022-06-26 01:03:43.410 UTC [26] LOG: shutting down immich_postgres | 2022-06-26 01:03:43.432 UTC [1] LOG: database system is shut down immich_postgres | immich_postgres | PostgreSQL Database directory appears to contain a database; Skipping initialization immich_postgres | immich_postgres | 2022-06-26 01:18:10.896 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_postgres | 2022-06-26 01:18:10.898 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 immich_postgres | 2022-06-26 01:18:10.898 UTC [1] LOG: listening on IPv6 address "::", port 5432 immich_postgres | 2022-06-26 01:18:10.900 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" immich_postgres | 2022-06-26 01:18:10.905 UTC [24] LOG: database system was shut down at 2022-06-26 01:03:43 UTC immich_postgres | 2022-06-26 01:18:10.909 UTC [1] LOG: database system is ready to accept connections proxy_nginx | WARNING: no logs are available with the 'none' log driver immich-web_1 | .svelte-kit/output/client/_app/chunks/navigation-0e6511d1.js 0.17 KiB / gzip: 0.15 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/click-outside-53cfcece.js 0.21 KiB / gzip: 0.16 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/status-box-93ceae1f.js 21.20 KiB / gzip: 7.28 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/stores-6a43da94.js 0.60 KiB / gzip: 0.32 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/constants-c32260df.js 0.05 KiB / gzip: 0.07 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/auth-api-b3e1ef61.js 0.43 KiB / gzip: 0.16 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/photos/_assetId_.svelte-d92adc7f.js 0.28 KiB / gzip: 0.22 KiB immich-web_1 | .svelte-kit/output/client/_app/assets/pages/__layout.svelte-aa212bb0.css 17.72 KiB / gzip: 4.40 KiB immich-web_1 | .svelte-kit/output/client/_app/assets/pages/photos/index.svelte-5f6f7bc6.css 0.21 KiB / gzip: 0.18 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/full-screen-modal-96bb8354.js 1.22 KiB / gzip: 0.75 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/auth/register/index.svelte-7450ac98.js 6.45 KiB / gzip: 2.55 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/leaflet-src-84a0a24d.js 142.72 KiB / gzip: 41.36 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/photos/index.svelte-e1766b59.js 326.96 KiB / gzip: 108.46 KiB immich-web_1 | vite v2.9.8 building SSR bundle for production... immich-web_1 | transforming... immich-web_1 | "Socket" is imported from external module "socket.io-client" but never used in "src/lib/stores/websocket.ts". immich-web_1 | ✓ 91 modules transformed. immich-web_1 | rendering chunks... immich-web_1 | .svelte-kit/output/server/manifest.json 4.97 KiB immich-web_1 | .svelte-kit/output/server/index.js 75.63 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/logout.ts.js 0.21 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/index.ts.js 5.82 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/register/index.ts.js 0.84 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/update.ts.js 1.42 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/admin/api/create-user.ts.js 0.93 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/api/select-admin.ts.js 1.77 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/api/get-users.ts.js 0.32 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/__layout.svelte.js 11.13 KiB immich-web_1 | .svelte-kit/output/server/entries/fallbacks/error.svelte.js 0.72 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/admin/index.svelte.js 6.83 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/auth/login/index.svelte.js 1.94 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/auth/register/index.svelte.js 2.86 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/index.svelte.js 1.74 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/photos/_assetId_.svelte.js 0.42 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/photos/index.svelte.js 11.52 KiB immich-web_1 | .svelte-kit/output/server/chunks/index-d8418f01.js 4.26 KiB immich-web_1 | .svelte-kit/output/server/chunks/constants-c32260df.js 0.09 KiB immich-web_1 | .svelte-kit/output/server/chunks/api-eb3230c9.js 0.86 KiB immich-web_1 | .svelte-kit/output/server/chunks/upload-489ddd1c.js 4.30 KiB immich-web_1 | .svelte-kit/output/server/chunks/stores-2ed0852f.js 0.92 KiB immich-web_1 | .svelte-kit/output/server/chunks/status-box-45fe1e77.js 11.08 KiB immich-web_1 | .svelte-kit/output/server/chunks/hooks-f17b0704.js 1.27 KiB immich-web_1 | immich-web_1 | Run npm run preview to preview your production build locally. immich-web_1 | immich-web_1 | > Using @sveltejs/adapter-node immich-web_1 | ✔ done immich-web_1 | Listening on 0.0.0.0:3000 immich-web_1 | immich-web_1 | > web@0.0.1 build immich-web_1 | > svelte-kit build immich-web_1 | immich-web_1 | vite v2.9.8 building for production... immich-web_1 | transforming... immich-web_1 | ✓ 823 modules transformed. immich-web_1 | rendering chunks... immich-web_1 | .svelte-kit/output/client/_app/manifest.json 5.61 KiB immich-web_1 | .svelte-kit/output/client/_app/start-a5e233f5.js 24.39 KiB / gzip: 8.72 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/__layout.svelte-9e46bac5.js 21.00 KiB / gzip: 7.58 KiB immich-web_1 | .svelte-kit/output/client/_app/error.svelte-485076f0.js 1.56 KiB / gzip: 0.75 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/admin/index.svelte-39b65dc9.js 15.82 KiB / gzip: 5.58 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/auth/login/index.svelte-2d008317.js 16.08 KiB / gzip: 5.04 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/index.svelte-c1e9e133.js 2.37 KiB / gzip: 1.21 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/photos/_assetId_.svelte-d92adc7f.js 0.28 KiB / gzip: 0.22 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/auth/register/index.svelte-7450ac98.js 6.45 KiB / gzip: 2.55 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-218acc70.js 12.49 KiB / gzip: 5.19 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-133b1723.js 0.79 KiB / gzip: 0.48 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/singletons-d1fb5791.js 0.05 KiB / gzip: 0.07 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/preload-helper-e4860ae8.js 0.55 KiB / gzip: 0.39 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-67629572.js 1.76 KiB / gzip: 0.66 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/upload-5ce45ec4.js 0.83 KiB / gzip: 0.48 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/navigation-0e6511d1.js 0.17 KiB / gzip: 0.15 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/full-screen-modal-96bb8354.js 1.22 KiB / gzip: 0.75 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/click-outside-53cfcece.js 0.21 KiB / gzip: 0.16 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/stores-6a43da94.js 0.60 KiB / gzip: 0.32 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/status-box-93ceae1f.js 21.20 KiB / gzip: 7.28 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/constants-c32260df.js 0.05 KiB / gzip: 0.07 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/auth-api-b3e1ef61.js 0.43 KiB / gzip: 0.16 KiB immich-web_1 | .svelte-kit/output/client/_app/assets/pages/photos/index.svelte-5f6f7bc6.css 0.21 KiB / gzip: 0.18 KiB immich-web_1 | .svelte-kit/output/client/_app/assets/pages/__layout.svelte-aa212bb0.css 17.72 KiB / gzip: 4.40 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/leaflet-src-84a0a24d.js 142.72 KiB / gzip: 41.36 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/photos/index.svelte-e1766b59.js 326.96 KiB / gzip: 108.46 KiB immich-web_1 | vite v2.9.8 building SSR bundle for production... immich-web_1 | transforming... immich-web_1 | "Socket" is imported from external module "socket.io-client" but never used in "src/lib/stores/websocket.ts". immich-web_1 | ✓ 91 modules transformed. immich-web_1 | rendering chunks... immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/asset/allLocation, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/asset/searchTerm, GET} route +6ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/asset/search, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/asset, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/asset/:deviceId, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/asset/assetById/:assetId, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/asset, DELETE} route +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/asset/check, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RoutesResolver] AuthController {/auth}: +3ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/auth/login, POST} route +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/auth/admin-sign-up, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/auth/validateToken, POST} route +6ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RoutesResolver] DeviceInfoController {/device-info}: +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/device-info, POST} route +8ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/device-info, PATCH} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RoutesResolver] ServerInfoController {/server-info}: +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/server-info, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/server-info/ping, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/server-info/mapbox, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/server-info/version, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RoutesResolver] AlbumController {/album}: +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/album, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/album/:albumId/users, PUT} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/album/:albumId/assets, PUT} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/album, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/album/:albumId, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/album/:albumId/assets, DELETE} route +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/album/:albumId, DELETE} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/album/:albumId/user/:userId, DELETE} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [RouterExplorer] Mapped {/album/:albumId, PATCH} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [NestApplication] Nest application successfully started +91ms immich-server_1 | [Nest] 29 - 06/26/2022, 12:52:59 AM LOG [ImmichServer] Running Immich Server 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] 29 - 06/26/2022, 1:01:54 AM LOG [NestFactory] Starting Nest application... immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:54 AM LOG [InstanceLoader] DatabaseModule dependencies initialized +180ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:54 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:54 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:54 AM LOG [InstanceLoader] JwtModule dependencies initialized +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:54 AM LOG [InstanceLoader] AppModule dependencies initialized +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:54 AM LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:54 AM LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:54 AM LOG [InstanceLoader] ConfigModule dependencies initialized +13ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:54 AM LOG [InstanceLoader] ScheduleModule dependencies initialized +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:54 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:54 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:54 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:54 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:54 AM LOG [InstanceLoader] BullModule dependencies initialized +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:54 AM LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +315ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [InstanceLoader] CommunicationModule dependencies initialized +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [InstanceLoader] ImmichJwtModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [InstanceLoader] BackgroundTaskModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [InstanceLoader] ScheduleTasksModule dependencies initialized +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [InstanceLoader] DeviceInfoModule dependencies initialized +3ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [InstanceLoader] AuthModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [InstanceLoader] UserModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [InstanceLoader] AlbumModule dependencies initialized +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [InstanceLoader] AssetModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RoutesResolver] AppController {/}: +19ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RoutesResolver] UserController {/user}: +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/user, GET} route +5ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/user, POST} route +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/user/count, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/user, PUT} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/user/profile-image, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/user/profile-image/:userId, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RoutesResolver] AssetController {/asset}: +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/asset/upload, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/asset/download, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/asset/file, GET} route +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/asset/thumbnail/:assetId, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/asset/allObjects, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/asset/allLocation, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/asset/searchTerm, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/asset/search, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/asset, GET} route +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/asset/:deviceId, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/asset/assetById/:assetId, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/asset, DELETE} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/asset/check, POST} route +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RoutesResolver] AuthController {/auth}: +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/auth/login, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/auth/admin-sign-up, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/auth/validateToken, POST} route +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RoutesResolver] DeviceInfoController {/device-info}: +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/device-info, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/device-info, PATCH} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RoutesResolver] ServerInfoController {/server-info}: +1ms immich-web_1 | .svelte-kit/output/server/manifest.json 4.97 KiB immich-web_1 | .svelte-kit/output/server/index.js 75.63 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/logout.ts.js 0.21 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/index.ts.js 5.82 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/register/index.ts.js 0.84 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/update.ts.js 1.42 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/admin/api/create-user.ts.js 0.93 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/api/select-admin.ts.js 1.77 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/api/get-users.ts.js 0.32 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/__layout.svelte.js 11.13 KiB immich-web_1 | .svelte-kit/output/server/entries/fallbacks/error.svelte.js 0.72 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/admin/index.svelte.js 6.83 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/auth/login/index.svelte.js 1.94 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/auth/register/index.svelte.js 2.86 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/index.svelte.js 1.74 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/photos/_assetId_.svelte.js 0.42 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/photos/index.svelte.js 11.52 KiB immich-web_1 | .svelte-kit/output/server/chunks/index-d8418f01.js 4.26 KiB immich-web_1 | .svelte-kit/output/server/chunks/constants-c32260df.js 0.09 KiB immich-web_1 | .svelte-kit/output/server/chunks/api-eb3230c9.js 0.86 KiB immich-web_1 | .svelte-kit/output/server/chunks/upload-489ddd1c.js 4.30 KiB immich-web_1 | .svelte-kit/output/server/chunks/stores-2ed0852f.js 0.92 KiB immich-web_1 | .svelte-kit/output/server/chunks/status-box-45fe1e77.js 11.08 KiB immich-web_1 | .svelte-kit/output/server/chunks/hooks-f17b0704.js 1.27 KiB immich-web_1 | immich-web_1 | Run npm run preview to preview your production build locally. immich-web_1 | immich-web_1 | > Using @sveltejs/adapter-node immich-web_1 | ✔ done immich-web_1 | Listening on 0.0.0.0:3000 immich-web_1 | immich-web_1 | > web@0.0.1 build immich-web_1 | > svelte-kit build immich-web_1 | immich-web_1 | vite v2.9.8 building for production... immich-web_1 | transforming... immich-web_1 | ✓ 823 modules transformed. immich-web_1 | rendering chunks... immich-web_1 | .svelte-kit/output/client/_app/manifest.json 5.61 KiB immich-web_1 | .svelte-kit/output/client/_app/start-b9d2f292.js 24.39 KiB / gzip: 8.72 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/__layout.svelte-9e46bac5.js 21.00 KiB / gzip: 7.58 KiB immich-web_1 | .svelte-kit/output/client/_app/error.svelte-485076f0.js 1.56 KiB / gzip: 0.75 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/auth/login/index.svelte-2d008317.js 16.08 KiB / gzip: 5.04 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/auth/register/index.svelte-7450ac98.js 6.45 KiB / gzip: 2.55 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/admin/index.svelte-39b65dc9.js 15.82 KiB / gzip: 5.58 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/index.svelte-c1e9e133.js 2.37 KiB / gzip: 1.21 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/photos/_assetId_.svelte-d92adc7f.js 0.28 KiB / gzip: 0.22 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-133b1723.js 0.79 KiB / gzip: 0.48 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/singletons-d1fb5791.js 0.05 KiB / gzip: 0.07 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-218acc70.js 12.49 KiB / gzip: 5.19 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/preload-helper-e4860ae8.js 0.55 KiB / gzip: 0.39 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-67629572.js 1.76 KiB / gzip: 0.66 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/upload-5ce45ec4.js 0.83 KiB / gzip: 0.48 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/navigation-0e6511d1.js 0.17 KiB / gzip: 0.15 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/full-screen-modal-96bb8354.js 1.22 KiB / gzip: 0.75 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/click-outside-53cfcece.js 0.21 KiB / gzip: 0.16 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/status-box-93ceae1f.js 21.20 KiB / gzip: 7.28 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/stores-6a43da94.js 0.60 KiB / gzip: 0.32 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/constants-c32260df.js 0.05 KiB / gzip: 0.07 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/auth-api-b3e1ef61.js 0.43 KiB / gzip: 0.16 KiB immich-web_1 | .svelte-kit/output/client/_app/assets/pages/photos/index.svelte-5f6f7bc6.css 0.21 KiB / gzip: 0.18 KiB immich-web_1 | .svelte-kit/output/client/_app/assets/pages/__layout.svelte-aa212bb0.css 17.72 KiB / gzip: 4.40 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/leaflet-src-84a0a24d.js 142.72 KiB / gzip: 41.36 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/photos/index.svelte-e1766b59.js 326.96 KiB / gzip: 108.46 KiB immich-web_1 | vite v2.9.8 building SSR bundle for production... immich-web_1 | transforming... immich-web_1 | "Socket" is imported from external module "socket.io-client" but never used in "src/lib/stores/websocket.ts". immich-web_1 | ✓ 91 modules transformed. immich-web_1 | rendering chunks... immich-web_1 | .svelte-kit/output/server/manifest.json 4.97 KiB immich-web_1 | .svelte-kit/output/server/index.js 75.63 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/logout.ts.js 0.21 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/index.ts.js 5.82 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/register/index.ts.js 0.84 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/update.ts.js 1.42 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/admin/api/create-user.ts.js 0.93 KiB immich_postgres | 2022-06-26 01:22:26.052 UTC [1] LOG: received fast shutdown request immich_postgres | 2022-06-26 01:22:26.053 UTC [1] LOG: aborting any active transactions immich_postgres | 2022-06-26 01:22:26.056 UTC [1] LOG: background worker "logical replication launcher" (PID 30) exited with exit code 1 immich_postgres | 2022-06-26 01:22:26.060 UTC [25] LOG: shutting down immich_postgres | 2022-06-26 01:22:26.088 UTC [1] LOG: database system is shut down immich_postgres | immich_postgres | PostgreSQL Database directory appears to contain a database; Skipping initialization immich_postgres | immich_postgres | 2022-06-26 01:22:57.597 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_postgres | 2022-06-26 01:22:57.606 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 immich_postgres | 2022-06-26 01:22:57.606 UTC [1] LOG: listening on IPv6 address "::", port 5432 immich_postgres | 2022-06-26 01:22:57.607 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" immich_postgres | 2022-06-26 01:22:57.619 UTC [26] LOG: database system was shut down at 2022-06-26 01:22:26 UTC immich_postgres | 2022-06-26 01:22:57.626 UTC [1] LOG: database system is ready to accept connections immich_postgres | immich_postgres | PostgreSQL Database directory appears to contain a database; Skipping initialization immich_postgres | immich_postgres | 2022-06-26 01:59:11.841 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_postgres | 2022-06-26 01:59:11.857 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 immich_postgres | 2022-06-26 01:59:11.857 UTC [1] LOG: listening on IPv6 address "::", port 5432 immich_postgres | 2022-06-26 01:59:11.858 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" immich_postgres | 2022-06-26 01:59:11.867 UTC [25] LOG: database system was interrupted; last known up at 2022-06-26 01:22:57 UTC immich_postgres | 2022-06-26 01:59:11.889 UTC [25] LOG: database system was not properly shut down; automatic recovery in progress immich_postgres | 2022-06-26 01:59:11.894 UTC [25] LOG: redo starts at 0/17C13D8 immich_postgres | 2022-06-26 01:59:11.894 UTC [25] LOG: invalid record length at 0/17C1410: wanted 24, got 0 immich_postgres | 2022-06-26 01:59:11.894 UTC [25] LOG: redo done at 0/17C13D8 system usage: CPU: user: 0.00 s, system: 0.00 s, elapsed: 0.00 s immich_postgres | 2022-06-26 01:59:11.903 UTC [1] LOG: database system is ready to accept connections immich_postgres | 2022-06-26 02:09:00.000 UTC [1] LOG: received fast shutdown request immich_postgres | 2022-06-26 02:09:00.001 UTC [1] LOG: aborting any active transactions immich_postgres | 2022-06-26 02:09:00.002 UTC [1] LOG: background worker "logical replication launcher" (PID 31) exited with exit code 1 immich_postgres | 2022-06-26 02:09:00.004 UTC [26] LOG: shutting down immich_postgres | 2022-06-26 02:09:00.015 UTC [1] LOG: database system is shut down immich_postgres | immich_postgres | PostgreSQL Database directory appears to contain a database; Skipping initialization immich_postgres | immich_postgres | 2022-06-26 03:41:26.319 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_postgres | 2022-06-26 03:41:26.320 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 immich_postgres | 2022-06-26 03:41:26.320 UTC [1] LOG: listening on IPv6 address "::", port 5432 immich_postgres | 2022-06-26 03:41:26.321 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" immich_postgres | 2022-06-26 03:41:26.324 UTC [26] LOG: database system was shut down at 2022-06-26 02:09:00 UTC immich_postgres | 2022-06-26 03:41:26.329 UTC [1] LOG: database system is ready to accept connections immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/server-info, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/server-info/ping, GET} route +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/server-info/mapbox, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/server-info/version, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RoutesResolver] AlbumController {/album}: +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/album, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/album/:albumId/users, PUT} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/album/:albumId/assets, PUT} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/album, GET} route +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/album/:albumId, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/album/:albumId/assets, DELETE} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/album/:albumId, DELETE} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/album/:albumId/user/:userId, DELETE} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [RouterExplorer] Mapped {/album/:albumId, PATCH} route +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [NestApplication] Nest application successfully started +52ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:01:55 AM LOG [ImmichServer] Running Immich Server 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] 29 - 06/26/2022, 1:18:35 AM LOG [NestFactory] Starting Nest application... immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:35 AM LOG [InstanceLoader] DatabaseModule dependencies initialized +172ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:35 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:35 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:35 AM LOG [InstanceLoader] JwtModule dependencies initialized +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:35 AM LOG [InstanceLoader] AppModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:35 AM LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:35 AM LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:35 AM LOG [InstanceLoader] ConfigModule dependencies initialized +12ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:35 AM LOG [InstanceLoader] ScheduleModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:35 AM LOG [InstanceLoader] BullModule dependencies initialized +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:35 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:35 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:35 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:35 AM LOG [InstanceLoader] BullModule dependencies initialized +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:35 AM LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +283ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +3ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [InstanceLoader] CommunicationModule dependencies initialized +3ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [InstanceLoader] ImmichJwtModule dependencies initialized +5ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [InstanceLoader] BackgroundTaskModule dependencies initialized +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [InstanceLoader] ScheduleTasksModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [InstanceLoader] DeviceInfoModule dependencies initialized +4ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [InstanceLoader] AuthModule dependencies initialized +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [InstanceLoader] UserModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [InstanceLoader] AlbumModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [InstanceLoader] AssetModule dependencies initialized +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RoutesResolver] AppController {/}: +30ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RoutesResolver] UserController {/user}: +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/user, GET} route +5ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/user, POST} route +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/user/count, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/user, PUT} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/user/profile-image, POST} route +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/user/profile-image/:userId, GET} route +3ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RoutesResolver] AssetController {/asset}: +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/asset/upload, POST} route +6ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/asset/download, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/asset/file, GET} route +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/asset/thumbnail/:assetId, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/asset/allObjects, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/asset/allLocation, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/asset/searchTerm, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/asset/search, POST} route +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/asset, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/asset/:deviceId, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/asset/assetById/:assetId, GET} route +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/asset, DELETE} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/asset/check, POST} route +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RoutesResolver] AuthController {/auth}: +5ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/auth/login, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/auth/admin-sign-up, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/auth/validateToken, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RoutesResolver] DeviceInfoController {/device-info}: +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/device-info, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/device-info, PATCH} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RoutesResolver] ServerInfoController {/server-info}: +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/server-info, GET} route +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/server-info/ping, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/server-info/mapbox, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/server-info/version, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RoutesResolver] AlbumController {/album}: +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/album, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/album/:albumId/users, PUT} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/album/:albumId/assets, PUT} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/album, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/album/:albumId, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/album/:albumId/assets, DELETE} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/album/:albumId, DELETE} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/album/:albumId/user/:userId, DELETE} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [RouterExplorer] Mapped {/album/:albumId, PATCH} route +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [NestApplication] Nest application successfully started +64ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:18:36 AM LOG [ImmichServer] Running Immich Server 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] 29 - 06/26/2022, 1:23:30 AM LOG [NestFactory] Starting Nest application... immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] DatabaseModule dependencies initialized +249ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] BullModule dependencies initialized +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] JwtModule dependencies initialized +3ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] AppModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] ConfigModule dependencies initialized +13ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] ScheduleModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] BullModule dependencies initialized +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +292ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +4ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] CommunicationModule dependencies initialized +3ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] ImmichJwtModule dependencies initialized +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] BackgroundTaskModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] ScheduleTasksModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] DeviceInfoModule dependencies initialized +3ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] AuthModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] UserModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] AlbumModule dependencies initialized +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [InstanceLoader] AssetModule dependencies initialized +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RoutesResolver] AppController {/}: +21ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RoutesResolver] UserController {/user}: +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/user, GET} route +6ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/user, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/user/count, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/user, PUT} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/user/profile-image, POST} route +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/user/profile-image/:userId, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RoutesResolver] AssetController {/asset}: +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/asset/upload, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/asset/download, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/asset/file, GET} route +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/asset/thumbnail/:assetId, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/asset/allObjects, GET} route +2ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/asset/allLocation, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/asset/searchTerm, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/asset/search, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/asset, GET} route +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/asset/:deviceId, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/asset/assetById/:assetId, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/asset, DELETE} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/asset/check, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RoutesResolver] AuthController {/auth}: +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/auth/login, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/auth/admin-sign-up, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/auth/validateToken, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RoutesResolver] DeviceInfoController {/device-info}: +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/device-info, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/device-info, PATCH} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RoutesResolver] ServerInfoController {/server-info}: +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/server-info, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/server-info/ping, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/server-info/mapbox, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/server-info/version, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RoutesResolver] AlbumController {/album}: +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/album, POST} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/album/:albumId/users, PUT} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/album/:albumId/assets, PUT} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/album, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/album/:albumId, GET} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/album/:albumId/assets, DELETE} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/album/:albumId, DELETE} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/album/:albumId/user/:userId, DELETE} route +1ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [RouterExplorer] Mapped {/album/:albumId, PATCH} route +0ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [NestApplication] Nest application successfully started +53ms immich-server_1 | [Nest] 29 - 06/26/2022, 1:23:30 AM LOG [ImmichServer] Running Immich Server 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] 28 - 06/26/2022, 1:59:43 AM LOG [NestFactory] Starting Nest application... immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] DatabaseModule dependencies initialized +155ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] JwtModule dependencies initialized +2ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] AppModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] ConfigModule dependencies initialized +17ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] ScheduleModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] BullModule dependencies initialized +3ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] BullModule dependencies initialized +0ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +241ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] CommunicationModule dependencies initialized +2ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] ImmichJwtModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] BackgroundTaskModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] ScheduleTasksModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] DeviceInfoModule dependencies initialized +3ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] AuthModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] UserModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] AlbumModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [InstanceLoader] AssetModule dependencies initialized +0ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RoutesResolver] AppController {/}: +19ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RoutesResolver] UserController {/user}: +2ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/user, GET} route +5ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/user, POST} route +2ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/user/count, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/user, PUT} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/user/profile-image, POST} route +2ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/user/profile-image/:userId, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RoutesResolver] AssetController {/asset}: +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/asset/upload, POST} route +2ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/asset/download, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/asset/file, GET} route +2ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/asset/thumbnail/:assetId, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/asset/allObjects, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/asset/allLocation, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/asset/searchTerm, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/asset/search, POST} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/asset, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/asset/:deviceId, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/asset/assetById/:assetId, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/asset, DELETE} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/asset/check, POST} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RoutesResolver] AuthController {/auth}: +0ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/auth/login, POST} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/auth/admin-sign-up, POST} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/auth/validateToken, POST} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RoutesResolver] DeviceInfoController {/device-info}: +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/device-info, POST} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/device-info, PATCH} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RoutesResolver] ServerInfoController {/server-info}: +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/server-info, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/server-info/ping, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/server-info/mapbox, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/server-info/version, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RoutesResolver] AlbumController {/album}: +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/album, POST} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/album/:albumId/users, PUT} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/album/:albumId/assets, PUT} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/album, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/album/:albumId, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/album/:albumId/assets, DELETE} route +0ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/album/:albumId, DELETE} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/album/:albumId/user/:userId, DELETE} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [RouterExplorer] Mapped {/album/:albumId, PATCH} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [NestApplication] Nest application successfully started +51ms immich-server_1 | [Nest] 28 - 06/26/2022, 1:59:44 AM LOG [ImmichServer] Running Immich Server 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] 28 - 06/26/2022, 3:41:57 AM LOG [NestFactory] Starting Nest application... immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] DatabaseModule dependencies initialized +152ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] JwtModule dependencies initialized +2ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] AppModule dependencies initialized +0ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] ConfigModule dependencies initialized +12ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] ScheduleModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] BullModule dependencies initialized +0ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] BullModule dependencies initialized +0ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] BullModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] ServerInfoModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +258ms immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/api/select-admin.ts.js 1.77 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/api/get-users.ts.js 0.32 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/__layout.svelte.js 11.13 KiB immich-web_1 | .svelte-kit/output/server/entries/fallbacks/error.svelte.js 0.72 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/admin/index.svelte.js 6.83 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/auth/login/index.svelte.js 1.94 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/auth/register/index.svelte.js 2.86 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/index.svelte.js 1.74 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/photos/_assetId_.svelte.js 0.42 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/photos/index.svelte.js 11.52 KiB immich-web_1 | .svelte-kit/output/server/chunks/index-d8418f01.js 4.26 KiB immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] CommunicationModule dependencies initialized +3ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] ImmichJwtModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] BackgroundTaskModule dependencies initialized +0ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] ScheduleTasksModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] DeviceInfoModule dependencies initialized +4ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] AuthModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] UserModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] AlbumModule dependencies initialized +0ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [InstanceLoader] AssetModule dependencies initialized +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RoutesResolver] AppController {/}: +21ms immich_redis | 1:C 26 Jun 2022 00:52:24.345 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo immich_redis | 1:C 26 Jun 2022 00:52:24.345 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started immich_redis | 1:C 26 Jun 2022 00:52:24.345 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf immich_redis | 1:M 26 Jun 2022 00:52:24.347 * monotonic clock: POSIX clock_gettime immich_redis | 1:M 26 Jun 2022 00:52:24.349 # 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_redis | 1:M 26 Jun 2022 00:52:24.349 * Running mode=standalone, port=6379. immich_redis | 1:M 26 Jun 2022 00:52:24.349 # Server initialized immich_redis | 1:M 26 Jun 2022 00:52:24.349 # 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_redis | 1:M 26 Jun 2022 00:52:24.350 * Ready to accept connections immich_redis | 1:signal-handler (1656205152) Received SIGTERM scheduling shutdown... immich_redis | 1:M 26 Jun 2022 00:59:12.111 # User requested shutdown... immich_redis | 1:M 26 Jun 2022 00:59:12.111 * Saving the final RDB snapshot before exiting. immich_redis | 1:M 26 Jun 2022 00:59:12.112 * DB saved on disk immich_redis | 1:M 26 Jun 2022 00:59:12.112 # Redis is now ready to exit, bye bye... immich_redis | 1:C 26 Jun 2022 01:01:21.406 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo immich_redis | 1:C 26 Jun 2022 01:01:21.406 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started immich_redis | 1:C 26 Jun 2022 01:01:21.406 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf immich_redis | 1:M 26 Jun 2022 01:01:21.407 * monotonic clock: POSIX clock_gettime immich_redis | 1:M 26 Jun 2022 01:01:21.409 # 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_redis | 1:M 26 Jun 2022 01:01:21.409 * Running mode=standalone, port=6379. immich_redis | 1:M 26 Jun 2022 01:01:21.409 # Server initialized immich_redis | 1:M 26 Jun 2022 01:01:21.410 # 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_redis | 1:M 26 Jun 2022 01:01:21.410 * Loading RDB produced by version 6.2.7 immich_redis | 1:M 26 Jun 2022 01:01:21.410 * RDB age 129 seconds immich_redis | 1:M 26 Jun 2022 01:01:21.410 * RDB memory usage when created 0.78 Mb immich_redis | 1:M 26 Jun 2022 01:01:21.410 # Done loading RDB, keys loaded: 0, keys expired: 1. immich_redis | 1:M 26 Jun 2022 01:01:21.410 * DB loaded from disk: 0.000 seconds immich_redis | 1:M 26 Jun 2022 01:01:21.410 * Ready to accept connections immich_redis | 1:signal-handler (1656205423) Received SIGTERM scheduling shutdown... immich_redis | 1:M 26 Jun 2022 01:03:43.494 # User requested shutdown... immich_redis | 1:M 26 Jun 2022 01:03:43.494 * Saving the final RDB snapshot before exiting. immich_redis | 1:M 26 Jun 2022 01:03:43.502 * DB saved on disk immich_redis | 1:M 26 Jun 2022 01:03:43.502 # Redis is now ready to exit, bye bye... immich_redis | 1:C 26 Jun 2022 01:18:10.867 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo immich_redis | 1:C 26 Jun 2022 01:18:10.867 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started immich-web_1 | .svelte-kit/output/server/chunks/constants-c32260df.js 0.09 KiB immich-web_1 | .svelte-kit/output/server/chunks/api-eb3230c9.js 0.86 KiB immich-web_1 | .svelte-kit/output/server/chunks/upload-489ddd1c.js 4.30 KiB immich-web_1 | .svelte-kit/output/server/chunks/stores-2ed0852f.js 0.92 KiB immich-web_1 | .svelte-kit/output/server/chunks/status-box-45fe1e77.js 11.08 KiB immich-web_1 | .svelte-kit/output/server/chunks/hooks-f17b0704.js 1.27 KiB immich-web_1 | immich-web_1 | Run npm run preview to preview your production build locally. immich-web_1 | immich-web_1 | > Using @sveltejs/adapter-node immich-web_1 | ✔ done immich-web_1 | Listening on 0.0.0.0:3000 immich-web_1 | immich-web_1 | > web@0.0.1 build immich-web_1 | > svelte-kit build immich-web_1 | immich-web_1 | vite v2.9.8 building for production... immich-web_1 | transforming... immich-web_1 | ✓ 823 modules transformed. immich-web_1 | rendering chunks... immich-web_1 | .svelte-kit/output/client/_app/manifest.json 5.61 KiB immich-web_1 | .svelte-kit/output/client/_app/start-d5d18c33.js 24.39 KiB / gzip: 8.72 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/__layout.svelte-9e46bac5.js 21.00 KiB / gzip: 7.58 KiB immich-web_1 | .svelte-kit/output/client/_app/error.svelte-485076f0.js 1.56 KiB / gzip: 0.75 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/admin/index.svelte-39b65dc9.js 15.82 KiB / gzip: 5.58 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/auth/login/index.svelte-2d008317.js 16.08 KiB / gzip: 5.04 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/auth/register/index.svelte-7450ac98.js 6.45 KiB / gzip: 2.55 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/index.svelte-c1e9e133.js 2.37 KiB / gzip: 1.21 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/photos/_assetId_.svelte-d92adc7f.js 0.28 KiB / gzip: 0.22 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/preload-helper-e4860ae8.js 0.55 KiB / gzip: 0.39 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/singletons-d1fb5791.js 0.05 KiB / gzip: 0.07 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/upload-5ce45ec4.js 0.83 KiB / gzip: 0.48 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/navigation-0e6511d1.js 0.17 KiB / gzip: 0.15 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-67629572.js 1.76 KiB / gzip: 0.66 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/click-outside-53cfcece.js 0.21 KiB / gzip: 0.16 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/stores-6a43da94.js 0.60 KiB / gzip: 0.32 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/constants-c32260df.js 0.05 KiB / gzip: 0.07 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-218acc70.js 12.49 KiB / gzip: 5.19 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/auth-api-b3e1ef61.js 0.43 KiB / gzip: 0.16 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-133b1723.js 0.79 KiB / gzip: 0.48 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/full-screen-modal-96bb8354.js 1.22 KiB / gzip: 0.75 KiB immich-web_1 | .svelte-kit/output/client/_app/assets/pages/photos/index.svelte-5f6f7bc6.css 0.21 KiB / gzip: 0.18 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/status-box-93ceae1f.js 21.20 KiB / gzip: 7.28 KiB immich-web_1 | .svelte-kit/output/client/_app/assets/pages/__layout.svelte-aa212bb0.css 17.72 KiB / gzip: 4.40 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/leaflet-src-84a0a24d.js 142.72 KiB / gzip: 41.36 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/photos/index.svelte-e1766b59.js 326.96 KiB / gzip: 108.46 KiB immich-web_1 | vite v2.9.8 building SSR bundle for production... immich-web_1 | transforming... immich-web_1 | "Socket" is imported from external module "socket.io-client" but never used in "src/lib/stores/websocket.ts". immich-web_1 | ✓ 91 modules transformed. immich-web_1 | rendering chunks... immich-web_1 | .svelte-kit/output/server/manifest.json 4.97 KiB immich-web_1 | .svelte-kit/output/server/index.js 75.63 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/logout.ts.js 0.21 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/index.ts.js 5.82 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/register/index.ts.js 0.84 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/update.ts.js 1.42 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/admin/api/create-user.ts.js 0.93 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/api/select-admin.ts.js 1.77 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/api/get-users.ts.js 0.32 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/__layout.svelte.js 11.13 KiB immich-web_1 | .svelte-kit/output/server/entries/fallbacks/error.svelte.js 0.72 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/admin/index.svelte.js 6.83 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/auth/login/index.svelte.js 1.94 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/auth/register/index.svelte.js 2.86 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/index.svelte.js 1.74 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/photos/_assetId_.svelte.js 0.42 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/photos/index.svelte.js 11.52 KiB immich-web_1 | .svelte-kit/output/server/chunks/index-d8418f01.js 4.26 KiB immich-web_1 | .svelte-kit/output/server/chunks/constants-c32260df.js 0.09 KiB immich-web_1 | .svelte-kit/output/server/chunks/api-eb3230c9.js 0.86 KiB immich-web_1 | .svelte-kit/output/server/chunks/upload-489ddd1c.js 4.30 KiB immich-web_1 | .svelte-kit/output/server/chunks/stores-2ed0852f.js 0.92 KiB immich-web_1 | .svelte-kit/output/server/chunks/status-box-45fe1e77.js 11.08 KiB immich-web_1 | .svelte-kit/output/server/chunks/hooks-f17b0704.js 1.27 KiB immich-web_1 | immich-web_1 | Run npm run preview to preview your production build locally. immich_redis | 1:C 26 Jun 2022 01:18:10.867 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf immich_redis | 1:M 26 Jun 2022 01:18:10.868 * monotonic clock: POSIX clock_gettime immich_redis | 1:M 26 Jun 2022 01:18:10.871 # 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_redis | 1:M 26 Jun 2022 01:18:10.871 * Running mode=standalone, port=6379. immich_redis | 1:M 26 Jun 2022 01:18:10.871 # Server initialized immich_redis | 1:M 26 Jun 2022 01:18:10.871 # 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_redis | 1:M 26 Jun 2022 01:18:10.872 * Loading RDB produced by version 6.2.7 immich_redis | 1:M 26 Jun 2022 01:18:10.872 * RDB age 867 seconds immich_redis | 1:M 26 Jun 2022 01:18:10.872 * RDB memory usage when created 0.78 Mb immich_redis | 1:M 26 Jun 2022 01:18:10.872 # Done loading RDB, keys loaded: 0, keys expired: 5. immich_redis | 1:M 26 Jun 2022 01:18:10.872 * DB loaded from disk: 0.000 seconds immich_redis | 1:M 26 Jun 2022 01:18:10.872 * Ready to accept connections immich_redis | 1:signal-handler (1656206546) Received SIGTERM scheduling shutdown... immich_redis | 1:M 26 Jun 2022 01:22:26.103 # User requested shutdown... immich_redis | 1:M 26 Jun 2022 01:22:26.103 * Saving the final RDB snapshot before exiting. immich_redis | 1:M 26 Jun 2022 01:22:26.109 * DB saved on disk immich_redis | 1:M 26 Jun 2022 01:22:26.109 # Redis is now ready to exit, bye bye... immich_redis | 1:C 26 Jun 2022 01:22:57.431 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo immich_redis | 1:C 26 Jun 2022 01:22:57.431 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started immich_redis | 1:C 26 Jun 2022 01:22:57.431 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf immich_redis | 1:M 26 Jun 2022 01:22:57.436 * monotonic clock: POSIX clock_gettime immich_redis | 1:M 26 Jun 2022 01:22:57.439 # 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_redis | 1:M 26 Jun 2022 01:22:57.439 * Running mode=standalone, port=6379. immich_redis | 1:M 26 Jun 2022 01:22:57.442 # Server initialized immich_redis | 1:M 26 Jun 2022 01:22:57.442 # 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_redis | 1:M 26 Jun 2022 01:22:57.442 * Loading RDB produced by version 6.2.7 immich_redis | 1:M 26 Jun 2022 01:22:57.442 * RDB age 31 seconds immich_redis | 1:M 26 Jun 2022 01:22:57.442 * RDB memory usage when created 0.78 Mb immich_redis | 1:M 26 Jun 2022 01:22:57.442 # Done loading RDB, keys loaded: 0, keys expired: 1. immich_redis | 1:M 26 Jun 2022 01:22:57.442 * DB loaded from disk: 0.000 seconds immich_redis | 1:M 26 Jun 2022 01:22:57.442 * Ready to accept connections immich_redis | 1:C 26 Jun 2022 01:59:11.757 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo immich_redis | 1:C 26 Jun 2022 01:59:11.757 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started immich_redis | 1:C 26 Jun 2022 01:59:11.757 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf immich_redis | 1:M 26 Jun 2022 01:59:11.759 * monotonic clock: POSIX clock_gettime immich_redis | 1:M 26 Jun 2022 01:59:11.760 # 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_redis | 1:M 26 Jun 2022 01:59:11.760 * Running mode=standalone, port=6379. immich_redis | 1:M 26 Jun 2022 01:59:11.760 # Server initialized immich_redis | 1:M 26 Jun 2022 01:59:11.760 # 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_redis | 1:M 26 Jun 2022 01:59:11.762 * Loading RDB produced by version 6.2.7 immich_redis | 1:M 26 Jun 2022 01:59:11.762 * RDB age 2205 seconds immich_redis | 1:M 26 Jun 2022 01:59:11.762 * RDB memory usage when created 0.78 Mb immich_redis | 1:M 26 Jun 2022 01:59:11.762 # Done loading RDB, keys loaded: 0, keys expired: 1. immich_redis | 1:M 26 Jun 2022 01:59:11.762 * DB loaded from disk: 0.000 seconds immich_redis | 1:M 26 Jun 2022 01:59:11.762 * Ready to accept connections immich_redis | 1:signal-handler (1656209339) Received SIGTERM scheduling shutdown... immich_redis | 1:M 26 Jun 2022 02:09:00.018 # User requested shutdown... immich_redis | 1:M 26 Jun 2022 02:09:00.018 * Saving the final RDB snapshot before exiting. immich_redis | 1:M 26 Jun 2022 02:09:00.021 * DB saved on disk immich_redis | 1:M 26 Jun 2022 02:09:00.021 # Redis is now ready to exit, bye bye... immich_redis | 1:C 26 Jun 2022 03:41:26.499 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo immich_redis | 1:C 26 Jun 2022 03:41:26.499 # Redis version=6.2.7, bits=64, commit=00000000, modified=0, pid=1, just started immich_redis | 1:C 26 Jun 2022 03:41:26.499 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf immich_redis | 1:M 26 Jun 2022 03:41:26.500 * monotonic clock: POSIX clock_gettime immich_redis | 1:M 26 Jun 2022 03:41:26.503 # 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_redis | 1:M 26 Jun 2022 03:41:26.503 * Running mode=standalone, port=6379. immich_redis | 1:M 26 Jun 2022 03:41:26.503 # Server initialized immich_redis | 1:M 26 Jun 2022 03:41:26.503 # 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_redis | 1:M 26 Jun 2022 03:41:26.504 * Loading RDB produced by version 6.2.7 immich_redis | 1:M 26 Jun 2022 03:41:26.504 * RDB age 5546 seconds immich_redis | 1:M 26 Jun 2022 03:41:26.504 * RDB memory usage when created 0.78 Mb immich_redis | 1:M 26 Jun 2022 03:41:26.504 # Done loading RDB, keys loaded: 0, keys expired: 2. immich_redis | 1:M 26 Jun 2022 03:41:26.504 * DB loaded from disk: 0.000 seconds immich_redis | 1:M 26 Jun 2022 03:41:26.504 * Ready to accept connections immich-web_1 | immich-web_1 | > Using @sveltejs/adapter-node immich-web_1 | ✔ done immich-web_1 | Listening on 0.0.0.0:3000 immich-web_1 | immich-web_1 | > web@0.0.1 build immich-web_1 | > svelte-kit build immich-web_1 | immich-web_1 | vite v2.9.8 building for production... immich-web_1 | transforming... immich-web_1 | ✓ 823 modules transformed. immich-web_1 | rendering chunks... immich-web_1 | .svelte-kit/output/client/_app/manifest.json 5.61 KiB immich-web_1 | .svelte-kit/output/client/_app/start-e531299f.js 24.39 KiB / gzip: 8.72 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/__layout.svelte-9e46bac5.js 21.00 KiB / gzip: 7.58 KiB immich-web_1 | .svelte-kit/output/client/_app/error.svelte-485076f0.js 1.56 KiB / gzip: 0.75 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/admin/index.svelte-39b65dc9.js 15.82 KiB / gzip: 5.58 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/auth/login/index.svelte-2d008317.js 16.08 KiB / gzip: 5.04 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/auth/register/index.svelte-7450ac98.js 6.45 KiB / gzip: 2.55 KiB immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RoutesResolver] UserController {/user}: +2ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/user, GET} route +10ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/user, POST} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/user/count, GET} route +3ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/user, PUT} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/user/profile-image, POST} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/user/profile-image/:userId, GET} route +7ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RoutesResolver] AssetController {/asset}: +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/asset/upload, POST} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/asset/download, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/asset/file, GET} route +2ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/asset/thumbnail/:assetId, GET} route +2ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/asset/allObjects, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/asset/allLocation, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/asset/searchTerm, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/asset/search, POST} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/asset, GET} route +0ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/asset/:deviceId, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/asset/assetById/:assetId, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/asset, DELETE} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/asset/check, POST} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RoutesResolver] AuthController {/auth}: +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/auth/login, POST} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/auth/admin-sign-up, POST} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/auth/validateToken, POST} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RoutesResolver] DeviceInfoController {/device-info}: +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/device-info, POST} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/device-info, PATCH} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RoutesResolver] ServerInfoController {/server-info}: +0ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/server-info, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/server-info/ping, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/server-info/mapbox, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/server-info/version, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RoutesResolver] AlbumController {/album}: +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/album, POST} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/album/:albumId/users, PUT} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/album/:albumId/assets, PUT} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/album, GET} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/album/:albumId, GET} route +0ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/album/:albumId/assets, DELETE} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/album/:albumId, DELETE} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/album/:albumId/user/:userId, DELETE} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [RouterExplorer] Mapped {/album/:albumId, PATCH} route +1ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [NestApplication] Nest application successfully started +49ms immich-server_1 | [Nest] 28 - 06/26/2022, 3:41:58 AM LOG [ImmichServer] Running Immich Server in PRODUCTION environment immich-web_1 | .svelte-kit/output/client/_app/pages/index.svelte-c1e9e133.js 2.37 KiB / gzip: 1.21 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/photos/_assetId_.svelte-d92adc7f.js 0.28 KiB / gzip: 0.22 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-133b1723.js 0.79 KiB / gzip: 0.48 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-218acc70.js 12.49 KiB / gzip: 5.19 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/singletons-d1fb5791.js 0.05 KiB / gzip: 0.07 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/preload-helper-e4860ae8.js 0.55 KiB / gzip: 0.39 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/index-67629572.js 1.76 KiB / gzip: 0.66 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/upload-5ce45ec4.js 0.83 KiB / gzip: 0.48 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/navigation-0e6511d1.js 0.17 KiB / gzip: 0.15 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/full-screen-modal-96bb8354.js 1.22 KiB / gzip: 0.75 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/click-outside-53cfcece.js 0.21 KiB / gzip: 0.16 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/status-box-93ceae1f.js 21.20 KiB / gzip: 7.28 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/stores-6a43da94.js 0.60 KiB / gzip: 0.32 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/constants-c32260df.js 0.05 KiB / gzip: 0.07 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/auth-api-b3e1ef61.js 0.43 KiB / gzip: 0.16 KiB immich-web_1 | .svelte-kit/output/client/_app/assets/pages/photos/index.svelte-5f6f7bc6.css 0.21 KiB / gzip: 0.18 KiB immich-web_1 | .svelte-kit/output/client/_app/assets/pages/__layout.svelte-aa212bb0.css 17.72 KiB / gzip: 4.40 KiB immich-web_1 | .svelte-kit/output/client/_app/chunks/leaflet-src-84a0a24d.js 142.72 KiB / gzip: 41.36 KiB immich-web_1 | .svelte-kit/output/client/_app/pages/photos/index.svelte-e1766b59.js 326.96 KiB / gzip: 108.46 KiB immich-web_1 | vite v2.9.8 building SSR bundle for production... immich-web_1 | transforming... immich-web_1 | "Socket" is imported from external module "socket.io-client" but never used in "src/lib/stores/websocket.ts". immich-web_1 | ✓ 91 modules transformed. immich-web_1 | rendering chunks... immich-web_1 | .svelte-kit/output/server/manifest.json 4.97 KiB immich-web_1 | .svelte-kit/output/server/index.js 75.63 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/logout.ts.js 0.21 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/index.ts.js 5.82 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/register/index.ts.js 0.84 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/update.ts.js 1.42 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/admin/api/create-user.ts.js 0.93 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/api/select-admin.ts.js 1.77 KiB immich-web_1 | .svelte-kit/output/server/entries/endpoints/auth/login/api/get-users.ts.js 0.32 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/__layout.svelte.js 11.13 KiB immich-web_1 | .svelte-kit/output/server/entries/fallbacks/error.svelte.js 0.72 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/admin/index.svelte.js 6.83 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/auth/login/index.svelte.js 1.94 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/auth/register/index.svelte.js 2.86 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/index.svelte.js 1.74 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/photos/_assetId_.svelte.js 0.42 KiB immich-web_1 | .svelte-kit/output/server/entries/pages/photos/index.svelte.js 11.52 KiB immich-web_1 | .svelte-kit/output/server/chunks/index-d8418f01.js 4.26 KiB immich-web_1 | .svelte-kit/output/server/chunks/constants-c32260df.js 0.09 KiB immich-web_1 | .svelte-kit/output/server/chunks/api-eb3230c9.js 0.86 KiB immich-web_1 | .svelte-kit/output/server/chunks/upload-489ddd1c.js 4.30 KiB immich-web_1 | .svelte-kit/output/server/chunks/stores-2ed0852f.js 0.92 KiB immich-web_1 | .svelte-kit/output/server/chunks/status-box-45fe1e77.js 11.08 KiB immich-web_1 | .svelte-kit/output/server/chunks/hooks-f17b0704.js 1.27 KiB immich-web_1 | immich-web_1 | Run npm run preview to preview your production build locally. immich-web_1 | immich-web_1 | > Using @sveltejs/adapter-node immich-web_1 | ✔ done immich-web_1 | Listening on 0.0.0.0:3000 ```
Author
Owner

@alextran1502 commented on GitHub (Jun 26, 2022):

Everything looks fine, hmm. I am not sure what is going on here. Do you have a different server that you can try?

Did you say that when accessing http://192.168.2.134:2283/api/server-info/ping you received a connection refuse error?

@alextran1502 commented on GitHub (Jun 26, 2022): Everything looks fine, hmm. I am not sure what is going on here. Do you have a different server that you can try? Did you say that when accessing http://192.168.2.134:2283/api/server-info/ping you received a connection refuse error?
Author
Owner

@zackpollard commented on GitHub (Jun 26, 2022):

Did you copy the nginx config in the repo to your mounted folder on the nginx container? This isn't currently in the documentation but will be added soon. Were transitioning the docker compose and readme documentation to a more production oriented setup.

@zackpollard commented on GitHub (Jun 26, 2022): Did you copy the nginx config in the repo to your mounted folder on the nginx container? This isn't currently in the documentation but will be added soon. Were transitioning the docker compose and readme documentation to a more production oriented setup.
Author
Owner

@athornfam2 commented on GitHub (Jun 26, 2022):

I haven't done this. What's the path that I am looking for to copy this config file?

@athornfam2 commented on GitHub (Jun 26, 2022): > I haven't done this. What's the path that I am looking for to copy this config file?
Author
Owner

@zackpollard commented on GitHub (Jun 26, 2022):

You can find that file here, copy it to the folder mounted to the nginx container. https://github.com/alextran1502/immich/blob/main/docker/settings/nginx-conf/nginx.conf

@zackpollard commented on GitHub (Jun 26, 2022): You can find that file here, copy it to the folder mounted to the nginx container. https://github.com/alextran1502/immich/blob/main/docker/settings/nginx-conf/nginx.conf
Author
Owner

@athornfam2 commented on GitHub (Jun 26, 2022):

Added the file nginx.conf here /var/lib/docker/settings/nginx-conf/nginx.conf with the info in the github file. Rebooted and still no GUI page.

@athornfam2 commented on GitHub (Jun 26, 2022): Added the file nginx.conf here /var/lib/docker/settings/nginx-conf/nginx.conf with the info in the github file. Rebooted and still no GUI page.
Author
Owner

@alextran1502 commented on GitHub (Jun 26, 2022):

Can you clone the repo and then perform the steps from the clone repo?
Probably the mapping in docker-compose file is not correct on your current
setup

On Sun, Jun 26, 2022 at 9:30 AM athornfam2 @.***> wrote:

Added the file nginx.conf here
/var/lib/docker/settings/nginx-conf/nginx.conf with the info in the github
file. Rebooted and still no GUI page.


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

@alextran1502 commented on GitHub (Jun 26, 2022): Can you clone the repo and then perform the steps from the clone repo? Probably the mapping in docker-compose file is not correct on your current setup On Sun, Jun 26, 2022 at 9:30 AM athornfam2 ***@***.***> wrote: > Added the file nginx.conf here > /var/lib/docker/settings/nginx-conf/nginx.conf with the info in the github > file. Rebooted and still no GUI page. > > — > Reply to this email directly, view it on GitHub > <https://github.com/alextran1502/immich/issues/262#issuecomment-1166550158>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AGONL7SCBZVA62JHV5MG6UDVRBSQLANCNFSM5ZZTNA3A> > . > You are receiving this because you commented.Message ID: > ***@***.***> >
Author
Owner

@athornfam2 commented on GitHub (Jun 26, 2022):

Ok... Wow! I finally got a message at least.

http://192.168.2.136:2283/api
{"statusCode":404,"message":"Cannot GET /api","error":"Not Found"}

http://192.168.2.136:2283/api/server-info/ping
{"res":"pong"}

@athornfam2 commented on GitHub (Jun 26, 2022): Ok... Wow! I finally got a message at least. http://192.168.2.136:2283/api {"statusCode":404,"message":"Cannot GET /api","error":"Not Found"} http://192.168.2.136:2283/api/server-info/ping {"res":"pong"}
Author
Owner

@zackpollard commented on GitHub (Jun 26, 2022):

What URL did you get that error on? Could you post the logs from your nginx container?

I see you edited it to add the URLs :p

@zackpollard commented on GitHub (Jun 26, 2022): What URL did you get that error on? Could you post the logs from your nginx container? I see you edited it to add the URLs :p
Author
Owner

@zackpollard commented on GitHub (Jun 26, 2022):

That is what we would expect to see. What do you get at http://192.168.2.136:2283/ ?

@zackpollard commented on GitHub (Jun 26, 2022): That is what we would expect to see. What do you get at http://192.168.2.136:2283/ ?
Author
Owner

@athornfam2 commented on GitHub (Jun 26, 2022):

Wowzers finally the GUI as depicted in the readme

@athornfam2 commented on GitHub (Jun 26, 2022): Wowzers finally the GUI as depicted in the readme
Author
Owner

@zackpollard commented on GitHub (Jun 26, 2022):

Good to hear! We have upcoming work to improve the documentation, however this project isn't in full release yet and is changing daily so documentation can go out of date quickly. These things will be ironed out once we hit our first release milestone.

@zackpollard commented on GitHub (Jun 26, 2022): Good to hear! We have upcoming work to improve the documentation, however this project isn't in full release yet and is changing daily so documentation can go out of date quickly. These things will be ironed out once we hit our first release milestone.
Author
Owner

@athornfam2 commented on GitHub (Jun 26, 2022):

For future reference to those that have similar troubles. @zackpollard @alextran1502 I'm okay with either of you adding this to the Readme since I don't know how to do a pull and commit

Resolution:

  1. docker stop $(docker ps -a -q)
  2. docker rm $(docker ps -a -q)
  3. git clone https://github.com/alextran1502/immich.git
  4. mv .env (from /var/lib/docker) /var/lib/docker/immich
  5. mv docker-compose.yml (from /var/lib/docker) /var/lib/docker/immich
  6. Test by running docker-compose -f ./docker/docker-compose.yml pull && docker-compose -f ./docker/docker-compose.yml up (successful)
  7. Finally ran docker-compose -f ./docker/docker-compose.yml up -d --build
@athornfam2 commented on GitHub (Jun 26, 2022): For future reference to those that have similar troubles. @zackpollard @alextran1502 I'm okay with either of you adding this to the Readme since I don't know how to do a pull and commit Resolution: 1. docker stop $(docker ps -a -q) 2. docker rm $(docker ps -a -q) 3. git clone https://github.com/alextran1502/immich.git 4. mv .env (from /var/lib/docker) /var/lib/docker/immich 5. mv docker-compose.yml (from /var/lib/docker) /var/lib/docker/immich 6. Test by running docker-compose -f ./docker/docker-compose.yml pull && docker-compose -f ./docker/docker-compose.yml up (successful) 7. Finally ran docker-compose -f ./docker/docker-compose.yml up -d --build
Author
Owner

@zackpollard commented on GitHub (Jun 26, 2022):

I'll look into making some changes to the readme in the coming days. Glad everything is working for you now!

@zackpollard commented on GitHub (Jun 26, 2022): I'll look into making some changes to the readme in the coming days. Glad everything is working for you now!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#113