chixiang
chixiang
IImmich
Created by chixiang on 9/13/2023 in #help-desk-support
The web homepage is not displaying any images after upgrade to 1.78.
I'm using the newest .env and docker-compose.yml. below is the error message immich_postgres | 2023-09-13 12:10:27.062 UTC [27] LOG: could not write temporary statistics file "pg_stat_tmp/db_0.tmp": No space left on device immich_postgres | 2023-09-13 12:10:27.062 UTC [27] LOG: could not write temporary statistics file "pg_stat_tmp/global.tmp": No space left on device immich_postgres | 2023-09-13 12:10:37.443 UTC [26] LOG: using stale statistics instead of current ones because stats collector is not responding immich_postgres | 2023-09-13 12:11:23.500 UTC [33] ERROR: could not write to file "base/pgsql_tmp/pgsql_tmp33.0": No space left on device immich_postgres | 2023-09-13 12:11:23.500 UTC [33] STATEMENT: SELECT COUNT("asset"."id")::int AS "count", date_trunc('month', "fileCreatedAt") AS "timeBucket" FROM "assets" "asset" LEFT JOIN "exif" "exifInfo" ON "exifInfo"."assetId"="asset"."id" WHERE "asset"."isVisible" = true AND "asset"."ownerId" = $1 AND "asset"."isArchived" = $2 GROUP BY date_trunc('month', "fileCreatedAt") ORDER BY date_trunc('month', "fileCreatedAt") DESC immich_server | [Nest] 7 - 09/13/2023, 12:11:23 PM ERROR [ExceptionsHandler] could not write to file "base/pgsql_tmp/pgsql_tmp33.0": No space left on device
7 replies
IImmich
Created by chixiang on 8/7/2023 in #help-desk-support
1.72.0 cannot startup
Hi everyone, I just updated server to 1.72.0. But when I starting with docker-compose, I got this error blow: immich_server | node:fs:1398 immich_server | handleErrorFromBinding(ctx); immich_server | ^ immich_server | immich_server | Error: EISDIR: illegal operation on a directory, mkdir 'upload/library' immich_server | at mkdirSync (node:fs:1398:3) immich_server | at FilesystemProvider.mkdirSync (/usr/src/app/dist/infra/repositories/filesystem.provider.js:98:32) immich_server | at StorageService.init (/usr/src/app/dist/domain/storage/storage.service.js:28:32) immich_server | at AppService.init (/usr/src/app/dist/immich/app.service.js:28:29) immich_server | at bootstrap (/usr/src/app/dist/immich/main.js:31:45) immich_server | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { immich_server | errno: -21, immich_server | syscall: 'mkdir', immich_server | code: 'EISDIR', immich_server | path: 'upload/library' immich_server | } immich_server | immich_server | Node.js v18.17.0 immich_server | immich_server exited with code 1 Can someone helps me? Thanks very much!
7 replies