Skip to content
Discussion options

You must be logged in to vote

I ll post my full fault finding and procedure if this help anyone else. Thanks to @skatsubo i only saw the error and the missing constraint.

the log error:
[Nest] 7 - 07/26/2025, 4:56:26 PM ERROR [Microservices:DatabaseRepository] Kysely migrations failed: PostgresError: constraint "FK_420bec36fc02813bddf5c8b73d4" for table "asset_job_status" does not exist

then i gave:
docker exec immich_server sh -c 'DB_URL=postgres://user:password@immich_postgres:5432/user npm run migrations:generate | sed -En "s/Wrote (.*)/\1/p" | xargs sed -n "/function up/,/^}/ s/.*await sql.\(.*\).\.execute.*/\1/p"

and the output:
ALTER TABLE "asset_job_status" ADD CONSTRAINT "FK_420bec36fc02813bddf5c8b73d4" FOREIG…

Replies: 22 comments 19 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@skatsubo
Comment options

skatsubo Aug 1, 2025
Collaborator

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@skatsubo
Comment options

skatsubo Aug 1, 2025
Collaborator

@deThommy
Comment options

@skatsubo
Comment options

skatsubo Aug 1, 2025
Collaborator

@deThommy
Comment options

Comment options

You must be logged in to vote
4 replies
@skatsubo
Comment options

skatsubo Aug 4, 2025
Collaborator

@michalkurzeja
Comment options

@skatsubo
Comment options

skatsubo Aug 4, 2025
Collaborator

@aaronliu0130
Comment options

Comment options

You must be logged in to vote
10 replies
@skatsubo
Comment options

@Tom-shon
Comment options

@skatsubo
Comment options

@Tom-shon
Comment options

@skatsubo
Comment options

Answer selected by chamdim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
Converted from issue

This discussion was converted from issue #20296 on August 01, 2025 14:05.