mirror of
https://github.com/iio612/immich-native.git
synced 2026-04-18 12:21:07 +00:00
Update README.md (#25)
- fixed small typo - added psql command for pgvector registration
This commit is contained in:
@@ -112,7 +112,8 @@ sudo -u postgres psql
|
|||||||
postgres=# create database immich;
|
postgres=# create database immich;
|
||||||
postgres=# create user immich with encrypted password 'YOUR_STRONG_RANDOM_PW';
|
postgres=# create user immich with encrypted password 'YOUR_STRONG_RANDOM_PW';
|
||||||
postgres=# grant all privileges on database immich to immich;
|
postgres=# grant all privileges on database immich to immich;
|
||||||
postgrse=# ALTER USER immich WITH SUPERUSER;
|
postgres=# ALTER USER immich WITH SUPERUSER;
|
||||||
|
postgres=# CREATE EXTENSION IF NOT EXISTS vector;
|
||||||
postgres=# \q
|
postgres=# \q
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user