Typesense: no matching manifest for linux/arm/v8
HI!
Just tried to upgrade to latest version on rpi 4 raspbian 32 bit using updated docker-compose.yml and .env;
at pull i get typesense error
'no matching manifest for linux/arm/v8 in the manifest list entries'
Does this mean there's no typesense image for raspbian 32?
Is there anything I can do to get my immich instance back (even rolling back to a previous version)?
Thanks a lot!
2 Replies
Typesense doesn't have 32 bit ARM images. As the rpi 4 is actually 64 bit hardware, your best bet would be switching to a 64bit kernel. Alternatively you can disable typesense by setting
TYPESENSE_ENABLED=false
in the .env, but then you won't be able to use search in Immich.Thanks! I thought typesense was required after v. 1.51;