diff --git a/immich/hooks/post-update b/immich/hooks/post-update index ace7961d..a4782cd8 100755 --- a/immich/hooks/post-update +++ b/immich/hooks/post-update @@ -2,4 +2,5 @@ # restart app so that postgres migrations are run # https://github.com/immich-app/immich/releases/tag/v1.95.1 +sleep 10 "${UMBREL_ROOT}/scripts/app" restart "${APP_ID}" & \ No newline at end of file