From 02337ad9be479c89e4b16029685cc5e41fdbd951 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Sun, 1 Mar 2026 11:16:00 +0100 Subject: [PATCH] Remove db:create command from installation script --- install/dawarich-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/dawarich-install.sh b/install/dawarich-install.sh index efeb76ca3..9edf3a296 100644 --- a/install/dawarich-install.sh +++ b/install/dawarich-install.sh @@ -86,7 +86,6 @@ elif [[ -f /opt/dawarich/app/package.json ]]; then $STD npm install fi $STD bundle exec rake assets:precompile -$STD bundle exec rails db:create $STD bundle exec rails db:schema:load $STD bundle exec rails db:seed || msg_warn "Database seed failed (upstream rgeo-geojson issue), app will still work" $STD bundle exec rake data:migrate