From cf2306f934c19503b3b284f9228d5e01443f72f8 Mon Sep 17 00:00:00 2001 From: chmistry Date: Tue, 27 Aug 2024 23:16:08 +0200 Subject: [PATCH] install nvm as immich user --- install/immich-install.sh | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) 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 <