ImmichI
Immich13mo ago
nkmol

Unable to search location in web

While trying to manual add GPS info to some of my uploaded pictures, I notice the location search does not work.

This was added in https://github.com/immich-app/immich/pull/7139 and uses the geodata_places table. Executing a select-all query in my postgres database, I can see there are no rows in this table.

I there any special procedure needed to fill this table? I followed the https://immich.app/docs/install/docker-compose/ guide to set everything up.

No backup/restores have been done, and upgrades have been done directly on the stack using docker compose pull && docker compose up -d.
---

Docker-compose: https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml

.env
.env
UPLOAD_LOCATION=./upload
DB_DATA_LOCATION=./postgres
IMMICH_VERSION=release
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
Kapture_2024-12-10_at_14.52.35.gif
Was this page helpful?