From 17c9cfc8cde459c5bb0d40d0f0027dfe84d8d069 Mon Sep 17 00:00:00 2001 From: Bullseyecowbelly <34012548+greengeckowizard@users.noreply.github.com> Date: Sun, 23 Apr 2023 23:04:15 -0500 Subject: [PATCH] Update to error fix --- install.docker.new.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/install.docker.new.sh b/install.docker.new.sh index ebb9d84fa..7cbc3187c 100755 --- a/install.docker.new.sh +++ b/install.docker.new.sh @@ -54,8 +54,15 @@ DbError { severity: \"ERROR\", parsed_severity: Some(Error), code: SqlState(E42P Please run the following commands to resolve the issue: +cd docker docker compose exec teledrive yarn workspace api prisma migrate reset -docker compose exec teledrive yarn workspace api prisma migrate deploy" +docker compose exec teledrive yarn workspace api prisma migrate deploy + +Only run these commands once as these commands reset the database only use for initial setup. If you have any more errors please report on github +https://github.com/mgilangjanuar/teledrive/issues + +Enjoy your deployment! +" else git pull origin main