Protenix
Protenix
IImmich
Created by Protenix on 4/5/2025 in #help-desk-support
Server container stop during backup "Error: EINVAL: invalid argument, open 'upload/backups/..."
Immich version 1.120.1 on windows running with docker desktop. I restored a fresh backup after changing my machine. I'm sure this backup was fine. The database checksums were and are fine. I used the restore procedure that I have used many other times described on the site and I had no errors of any kind. The server was working normally after that. However this morning I found the immich-server container turned off, probably it shut down during the nightly automatic backup. There is no backup file from tonight in the /library/backups folder This is the server container log (attached)
19 replies
IImmich
Created by Protenix on 1/4/2025 in #help-desk-support
Server container crashing after miniature job request
Immich version 1.120.1 on windows running with docker desktop, was working fine for a month and more I tried to rebuild the thumbnails with the appropriate job, the server container crashed. Since then it restarts and crashes again every few seconds. The other containers start normally. using
docker exec -it immich_postgres psql --dbname=immich --username=postgres --command="SELECT datname, checksum_failures, checksum_last_failure FROM pg_stat_database WHERE datname IS NOT NULL"
docker exec -it immich_postgres psql --dbname=immich --username=postgres --command="SELECT datname, checksum_failures, checksum_last_failure FROM pg_stat_database WHERE datname IS NOT NULL"
returns
psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: could not access status of transaction 3508200261
DETAIL: Could not open file "pg_xact/0D11": No such file or directory.
psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: could not access status of transaction 3508200261
DETAIL: Could not open file "pg_xact/0D11": No such file or directory.
109 replies