I'm getting an error when trying to set up on a home server that I don't understand. It looks like the postgres container is trying to set up a sql directory but can't because there's already one there. But when I go to the directory it's trying to initialize in, there's nothing there. I've tried clearing out the directory and resetting permissions, I've tried specifying a different directory for it to use, and still get the same error. Any troubleshooting tips or advice would be greatly welcome, I'm at a loss.
I'm trying to run this installation on ubuntu server, with a mergerfs mounted file system. I also previously ran another application called Ghostfolio, which also used a sql instance. I've since removed it from my compose file and deleted it's directories. Could either of these factors be giving me issues trying to run immich?