DefectDojo / godojo

Golang installer for DefectDojo
GNU General Public License v3.0
23 stars 22 forks source link

Facing error while running Godojo #46

Closed Sujitha6496 closed 2 years ago

Sujitha6496 commented 2 years ago

ERROR: 2022/08/25 05:16:07 - Failed to run OS command cd /opt/dojo/django-DefectDojo && source ../bin/activate && python3 manage.py makemigrations dojo, error was: exit status 1 OS : Ubuntu 20.04 LTS

mtesauro commented 2 years ago

The easiest way to diagnose the issue is to copy paste the command in that error message into the terminal and see what output you get from Linux.

So, for that one, just run the below to get more info on what's going on:

cd /opt/dojo/django-DefectDojo && source ../bin/activate && python3 manage.py makemigrations dojo

If it's a DB migration issue, that's probably best to ask on OWASP Slack's #defectdojo see [here](cd /opt/dojo/django-DefectDojo && source ../bin/activate && python3 manage.py makemigrations dojo)