update immich

This commit is contained in:
2023-11-28 18:41:20 +01:00
parent 02500f0a85
commit ec2c4be857
6 changed files with 45 additions and 16 deletions

View File

@@ -9,5 +9,5 @@ You will be prompted to enter first the password for the new role and to reenter
Create a new database with the new role as the owner:
```
createdb -U postgres DATABASE_NAME -O USER_NAME
createdb -U postgres DATABASE_NAME -O USER_NAME
```