-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Don't work immich (1.91.0(include this version) next version) #5813
Comments
if you try to create a new instance, does it work on your Synology? |
i did migration with docker on synology( from 1.90.2 to 1.91.3)...result failed(error code same...) migration or new create....contatiner create did. |
Good Morning, I have the same problem, the last working Version is 1.88.0. If I create a new container, the Database is not created has only two tables, last night tested with actual Version. I will try today again and send later log information, yesterday I delete my try's. VG Edit
and this
The error from
The error message from
The database
If you need more information, just ask. VG |
Sorry, Synology doesn't seem to be supported by the pgvecto.rs extension. My only suggestion is to make an issue there to add support for DSM. But whether they accept it is up to them. |
i search about this error.. |
We plan to release a new version this week and fix this issue. However user may need to manually delete previous indexes and reindex them. |
Hello. Some news about that ? Thank you. |
@Sinisan1972 Hi, the functions are working as expected. However, we have noticed that the vbase performance is not meeting our expectations under tight conditions with a selectivity of 0.01. We are currently investigating whether this issue is due to an algorithm problem or our implementation problem. The https://github.com/tensorchord/pgvecto.rs/releases/tag/v0.1.14-alpha already fixed this issue. So you can try it if needed. However, the user must manually delete the indexes at this time following https://github.com/tensorchord/pgvecto.rs/blob/main/docs/upgrade.md. We are also preparing stable version 0.2.0, which will be released in January. Please stay tuned! |
Hello, logs : 2024-01-17 16:14:25.369 CET [66] DETAIL: Key (extname)=(vectors) already exists. 2024-01-17 16:14:25.369 CET [66] STATEMENT: CREATE EXTENSION IF NOT EXISTS vectors ` Immich-MICROSERVICES:
Node.js v20.10.0 /usr/src/app/dist/domain/database/database.service.js:47
Immich-SERVER: /usr/src/app/dist/domain/database/database.service.js:47
Error:
Do you have an idea on how to get it working? |
Really mich immich ;) |
@DavidFederX you should use 0.1.11 instead of 0.1.14 |
Thanks @alextran1502
I don't know how to proceed to drop existing extension and replace with the older version :/ |
@DavidFederX Did you pull the new images with |
Hi, I'm having the same problem on Synology DSM 6.2-23739 using the tensorchord/pgvecto-rs:pg14-v0.1.11.
I see this error:
This is the log from immich_microservices container:
|
Can you follow this process? #6089 (comment) Try drop the extension with CASCADE option and reinstall it? pgvecto.rs will provide a upgrade SQL script in 0.2 |
I already tried to drop the extension with the CASCADE option, but the error remains. We'll wait for the upgrade then. |
Same error here on Synology DSM 7.2 (Linux Kernel 3.10.108) when running Immich with docker-compose.yml |
If I'm not mistaken, this issue should be fixed, right? How can I update my Immich docker-compose to integrate this fix? Thanks! |
It does not... Recreating the same issue here, can I adjust the images to roll back to v1.87.0 until this is resolved? Thanks |
It is fixed on main and will be in the next release. |
The bug
i work immich on docker with synology DS1815+
i did worked until 1.90.2.
but, update 1.91.0 over(1.91.0 ~ 1.91.3), i didnt work my immich.
(and, i did tried all remove and new install by 1.91.3)
logs of immich_postgres... repeat this error code..
QueryFailedError: called
Result::unwrap()
on anErr
value: Os { code: 38, kind: Unsupported, message: "Function not implemented" }at async DataSource.initialize (/usr/src/app/node_modules/typeorm/data-source/DataSource.js:148:17)
at PostgresQueryRunner.query (/usr/src/app/node_modules/typeorm/driver/postgres/PostgresQueryRunner.js:211:19)
at async AddCLIPEmbeddingIndex1700713994428.up (/usr/src/app/dist/infra/migrations/1700713994428-AddCLIPEmbeddingIndex.js:9:9)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async MigrationExecutor.executePendingMigrations (/usr/src/app/node_modules/typeorm/migration/MigrationExecutor.js:225:17)
at async DataSource.runMigrations (/usr/src/app/node_modules/typeorm/data-source/DataSource.js:260:35)
and, logs of immich_serverm, repeat this error
[Nest] 9 - 12/18/2023, 4:32:00 AM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (6)...
QueryFailedError: called
Result::unwrap()
on anErr
value: Os { code: 38, kind: Unsupported, message: "Function not implemented" }at PostgresQueryRunner.query (/usr/src/app/node_modules/typeorm/driver/postgres/PostgresQueryRunner.js:211:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async AddCLIPEmbeddingIndex1700713994428.up (/usr/src/app/dist/infra/migrations/1700713994428-AddCLIPEmbeddingIndex.js:9:9)
at async MigrationExecutor.executePendingMigrations (/usr/src/app/node_modules/typeorm/migration/MigrationExecutor.js:225:17)
at async DataSource.runMigrations (/usr/src/app/node_modules/typeorm/data-source/DataSource.js:260:35)
at async DataSource.initialize (/usr/src/app/node_modules/typeorm/data-source/DataSource.js:148:17)
plz, help me...TT
The OS that Immich Server is running on
Synology 7.1.1-42962 update 6.(uname -a result : Linux RANSER-NAS-BOX 3.10.108 #42962 SMP Mon May 29 14:36:28 CST 2023 x86_64 GNU/Linux synology_avoton_1815+)
Version of Immich Server
v1.91.3
Version of Immich Mobile App
v1.91.3
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
on immich_postgres log file
PostgreSQL Database directory appears to contain a database; Skipping initialization
2023-12-18 13:58:08.898 KST [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
2023-12-18 13:58:08.899 KST [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
2023-12-18 13:58:08.899 KST [1] LOG: listening on IPv6 address "::", port 5432
2023-12-18 13:58:08.914 KST [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2023-12-18 13:58:08.932 KST [27] LOG: database system was shut down at 2023-12-18 13:57:29 KST
2023-12-18 13:58:08.956 KST [1] LOG: database system is ready to accept connections
2023-12-18 13:58:23.451 KST [37] ERROR: called
Result::unwrap()
on anErr
value: Os { code: 38, kind: Unsupported, message: "Function not implemented" }2023-12-18 13:58:23.451 KST [37] STATEMENT:
CREATE INDEX IF NOT EXISTS clip_index ON smart_search
USING vectors (embedding cosine_ops) WITH (options = $$
[indexing.hnsw]
m = 16
ef_construction = 300
$$);
2023-12-18 13:58:24.580 KST [38] ERROR: called
Result::unwrap()
on anErr
value: Os { code: 38, kind: Unsupported, message: "Function not implemented" }2023-12-18 13:58:24.580 KST [38] STATEMENT:
CREATE INDEX IF NOT EXISTS clip_index ON smart_search
USING vectors (embedding cosine_ops) WITH (options = $$
[indexing.hnsw]
m = 16
ef_construction = 300
$$);
No response
The text was updated successfully, but these errors were encountered: