Quarzer
Quarzer
> > I'm having the same issue here but I'm hosting immich in truenas (using the provided version) and I don't have a dedicated container for postgres. > > how...
> [@AndresSalinasB](https://github.com/AndresSalinasB) I think you need to access to the pgvecto container Hey, I tried on that but got "psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: role...
This was working for me in TrueNas SCALE pgvecto container: `psql --dbname=immich --username=immich -c "delete from system_metadata where key like 'memories-state'; truncate table memories cascade;"`