From 43f02bfc4dacc9bc10c615294c57a9fad6b1c87c Mon Sep 17 00:00:00 2001 From: vhsdream Date: Sat, 24 May 2025 16:52:01 -0400 Subject: [PATCH] Immich: remove commented out psql commands --- install/immich-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/immich-install.sh b/install/immich-install.sh index 31a5922..50548eb 100644 --- a/install/immich-install.sh +++ b/install/immich-install.sh @@ -126,8 +126,6 @@ $STD sudo -u postgres psql -c "CREATE USER $DB_USER WITH ENCRYPTED PASSWORD '$DB $STD sudo -u postgres psql -c "CREATE DATABASE $DB_NAME WITH OWNER $DB_USER ENCODING 'UTF8' TEMPLATE template0;" $STD sudo -u postgres psql -c "GRANT ALL PRIVILEGES ON DATABASE $DB_NAME to $DB_USER;" $STD sudo -u postgres psql -c "ALTER USER $DB_USER WITH SUPERUSER;" -# $STD sudo -u postgres psql -c "DROP EXTENSION IF EXISTS vectors;" -# $STD sudo -u postgres psql -c "CREATE EXTENSION vectors;" { echo "${APPLICATION} DB Credentials" echo "Database User: $DB_USER"