I started to import and external library and something went horribly wrong. It has about 30k images but, somehow, when i checked on it, it had queued up about 6 million to import and had successfully processed 1 million. Been using Immich for over a year, so I'm not a newbie, but I messed up bad.
My main question is, I've connected to postgres with dbeaver, can I just run something like delete from public.assets where "createdAt" > '2024-09-13 13:14:36.689 -0600'; or delete from public.assets where "originalPath" like '%my_external_library_path%. I'm fine deleting those assets, I just want to make sure the delete will cascade properly and not mess anything up. I ran it as a select and it works to grab the desired assets and nothing I don't want.
- I'm on 1.115.0
- I removed the path to the external library in the docker-compose and tried remove offline files, but it seemingly did nothing. No resource spike on the server to show that anything was actually processing.
- I'm accessing directly via local IP, not over proxy. The container has 80gb of ram free and plenty of CPU on a 3900x. The postgres container occasionally uses a fair amount cpu, but has tons of available resources.
- Repair is not in the sidebar but if I navigate to admin/repair it just shows a spinning immich logo. The console eventually shows an out of memory error.
.