diff --git a/install/immich-install.sh b/install/immich-install.sh index 0e7bdb45..4c3194f8 100644 --- a/install/immich-install.sh +++ b/install/immich-install.sh @@ -32,15 +32,6 @@ $STD apt install -y postgresql postgresql-16-pgvector msg_ok "Installed Postgresql and pgvector" msg_info "Setting up database" -#test this: -#$STD su postgres -s /bin/sh -c "psql \ -#CREATE DATABASE immich; -#CREATE USER immich WITH ENCRYPTED PASSWORD 'YUaaWZAvtL@JpNgpi3z6uL4MmDMR_w'; -#GRANT ALL PRIVILEGES ON DATABASE immich to immich; -#ALTER USER immich WITH SUPERUSER; -#\q" - -#otherwise this: su postgres <