Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Update to error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
birdup000 authored Apr 24, 2023
1 parent ba6edf7 commit 17c9cfc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion install.docker.new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17c9cfc

Please sign in to comment.