nkmol
nkmol
IImmich
Created by nkmol on 12/10/2024 in #help-desk-support
Unable to search location in web
Thank you very much for the fast support!
31 replies
IImmich
Created by nkmol on 12/10/2024 in #help-desk-support
Unable to search location in web
No description
31 replies
IImmich
Created by nkmol on 12/10/2024 in #help-desk-support
Unable to search location in web
Looks much better:
2024-12-10 15:50:16 [Nest] 7 - 12/10/2024, 2:50:16 PM LOG [Microservices:MapRepository] 10000 geodata records imported
2024-12-10 15:50:16 [Nest] 17 - 12/10/2024, 2:50:16 PM LOG [Api:EventRepository] Websocket Connect: PxPZbVPWc-zJMQflAAAB
2024-12-10 15:50:17 [Nest] 7 - 12/10/2024, 2:50:16 PM LOG [Microservices:MapRepository] 20000 geodata records imported
2024-12-10 15:50:17 [Nest] 7 - 12/10/2024, 2:50:16 PM LOG [Microservices:MapRepository] 30000 geodata records imported
2024-12-10 15:50:16 [Nest] 7 - 12/10/2024, 2:50:16 PM LOG [Microservices:MapRepository] 10000 geodata records imported
2024-12-10 15:50:16 [Nest] 17 - 12/10/2024, 2:50:16 PM LOG [Api:EventRepository] Websocket Connect: PxPZbVPWc-zJMQflAAAB
2024-12-10 15:50:17 [Nest] 7 - 12/10/2024, 2:50:16 PM LOG [Microservices:MapRepository] 20000 geodata records imported
2024-12-10 15:50:17 [Nest] 7 - 12/10/2024, 2:50:16 PM LOG [Microservices:MapRepository] 30000 geodata records imported
`
31 replies
IImmich
Created by nkmol on 12/10/2024 in #help-desk-support
Unable to search location in web
I believe geodata import is being skipped because of the early exit (https://github.com/immich-app/immich/blob/main/server/src/repositories/map.repository.ts#L53). The value of geodata-date.txt is 2024-11-19T11:16:37+00:00 and the database value of reverse-geocoding-state.lastUpdate is 2024-11-19T11:16:37+00:00
31 replies
IImmich
Created by nkmol on 12/10/2024 in #help-desk-support
Unable to search location in web
I can see the init log of "Initializing metadata repository" but not the completion of "Geodata import completed"
31 replies
IImmich
Created by nkmol on 12/10/2024 in #help-desk-support
Unable to search location in web
For all containers
31 replies
IImmich
Created by nkmol on 12/10/2024 in #help-desk-support
Unable to search location in web
And just to be sure, I am not crazy:
immich=# select * from geodata_places;
id | name | longitude | latitude | countryCode | admin1Code | admin2Code | modificationDate | admin1Name | admin2Name | alternateNames
----+------+-----------+----------+-------------+------------+------------+------------------+------------+------------+----------------
(0 rows)
immich=# select * from geodata_places;
id | name | longitude | latitude | countryCode | admin1Code | admin2Code | modificationDate | admin1Name | admin2Name | alternateNames
----+------+-----------+----------+-------------+------------+------------+------------------+------------+------------+----------------
(0 rows)
31 replies
IImmich
Created by nkmol on 12/10/2024 in #help-desk-support
Unable to search location in web
key | value
-------------------------+------------------------------------------------------------------------------------
reverse-geocoding-state | {"lastUpdate": "2024-11-19T11:16:37+00:00", "lastImportFileName": "cities500.txt"}
(1 row)
key | value
-------------------------+------------------------------------------------------------------------------------
reverse-geocoding-state | {"lastUpdate": "2024-11-19T11:16:37+00:00", "lastImportFileName": "cities500.txt"}
(1 row)
31 replies
IImmich
Created by nkmol on 12/10/2024 in #help-desk-support
Unable to search location in web
I created this stack not so long ago, couple of months ago
31 replies
IImmich
Created by nkmol on 12/10/2024 in #help-desk-support
Unable to search location in web
2024-12-10 14:11:27.509 UTC [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
2024-12-10 14:11:27.509 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
2024-12-10 14:11:27.509 UTC [1] LOG: listening on IPv6 address "::", port 5432
2024-12-10 14:11:27.510 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2024-12-10 14:11:27.516 UTC [29] LOG: database system was shut down at 2024-12-10 14:11:26 UTC
[2024-12-10T14:11:27Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17332".
[2024-12-10T14:11:27Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17576".
[2024-12-10T14:11:27Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17576/segments/b1e636e4-b7e0-4f06-8325-8515092027b7".
2024-12-10 14:11:27.536 UTC [1] LOG: database system is ready to accept connections
[2024-12-10T14:11:27Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17332/segments/4a90dccf-5229-4507-856f-ebe78bf6faae".
2024-12-10 14:11:27.509 UTC [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
2024-12-10 14:11:27.509 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
2024-12-10 14:11:27.509 UTC [1] LOG: listening on IPv6 address "::", port 5432
2024-12-10 14:11:27.510 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2024-12-10 14:11:27.516 UTC [29] LOG: database system was shut down at 2024-12-10 14:11:26 UTC
[2024-12-10T14:11:27Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17332".
[2024-12-10T14:11:27Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17576".
[2024-12-10T14:11:27Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17576/segments/b1e636e4-b7e0-4f06-8325-8515092027b7".
2024-12-10 14:11:27.536 UTC [1] LOG: database system is ready to accept connections
[2024-12-10T14:11:27Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17332/segments/4a90dccf-5229-4507-856f-ebe78bf6faae".
31 replies
IImmich
Created by nkmol on 12/10/2024 in #help-desk-support
Unable to search location in web
I tried to find references in the Github repository where table is populated, but could not find anything.
31 replies
IImmich
Created by nkmol on 12/10/2024 in #help-desk-support
Unable to search location in web
Correct
31 replies
IImmich
Created by nkmol on 12/10/2024 in #help-desk-support
Unable to search location in web
I have never done a backup/restore. There also seem to be no errors on startup (in none of containers searching for "err")
31 replies