Update README

This commit is contained in:
Daniel Berteaud 2024-01-08 09:28:09 +01:00
parent d5c29e063a
commit 1736f196c1
1 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@
Self-hosted photo and video backup solution directly from your mobile phone.
# Installation
You need to ensure your postgres server has the correct database created (immich, or whatever value you set as instance). This database must have 2 extensions created
You need to ensure your postgres server has the correct database created (immich, or whatever value you set as instance). This postgres instance must also have pgvecto.rs installed (v0.1.11). This database must have 3 extensions created
```
CREATE EXTENSION cube;
CREATE EXTENSION earthdistance;
CREATE EXTENSION vectors;
```