From 57409288430c1d6b33e86470eb275fb7a4ca28eb Mon Sep 17 00:00:00 2001 From: Mert <101130780+mertalev@users.noreply.github.com> Date: Tue, 13 May 2025 12:26:56 -0400 Subject: [PATCH] Update docs/docs/administration/postgres-standalone.md Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com> --- docs/docs/administration/postgres-standalone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/administration/postgres-standalone.md b/docs/docs/administration/postgres-standalone.md index 1f9646a243..601c2270f9 100644 --- a/docs/docs/administration/postgres-standalone.md +++ b/docs/docs/administration/postgres-standalone.md @@ -76,7 +76,7 @@ The easiest option is to have both extensions installed during the migration: 2. [Install VectorChord][vchord-install] 3. Add `shared_preload_libraries= 'vchord.so, vectors.so'` to your `postgresql.conf`, making sure to include _both_ `vchord.so` and `vectors.so`. You may include other libraries here as well if needed 4. If Immich does not have superuser permissions, run the SQL command `CREATE EXTENSION vchord CASCADE;` using psql or your choice of database client -5. Start Immich and wait for the log `Vector reindexing complete` to be outputted +5. Start Immich and wait for the log `Vector reindexing complete` to be output 6. Remove the `vectors.so` entry from the `shared_preload_libraries` setting 7. Uninstall pgvecto.rs (e.g. `apt-get purge vectors-pg14` on Debian-based environments, replacing `pg14` as appropriate)