You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-16 07:24:40 +02:00
docs: DB queries cleanups (#8740)
* Update database-queries.md * Update database-queries.md * Update database-queries.md * Update postgres-standalone.md
This commit is contained in:
@ -63,4 +63,4 @@ When installing a new version of pgvecto.rs, you will need to manually update th
|
||||
|
||||
#### Permission denied for view
|
||||
|
||||
If you get the error `driverError: error: permission denied for view pg_vector_index_stat`, you can fix this by connecting to the Immich database and running `GRANT SELECT ON TABLE pg_vector_index_stat to <immichdbusername>;`.
|
||||
If you get the error `driverError: error: permission denied for view pg_vector_index_stat`, you can fix this by connecting to the Immich database and running `GRANT SELECT ON TABLE pg_vector_index_stat TO <immichdbusername>;`.
|
||||
|
Reference in New Issue
Block a user