My project won't delete

Getting a "something went wrong" error message when you delete your project in the webapp?

This usually happens when a large project causes the webapp to time out before the project has been deleted.

Delete the project through the command line instead with this quick guide.

  1. Find the project ID for the "problem project" by checking the URL /pro/projects/###

  2. Run the following commands in the console as dradispro

    $ cd /opt/dradispro/dradispro/current/
    $ RAILS_ENV=production bundle exec rails console
    irb> Project.find( ##ID## ).destroy
    irb> exit

    Note: make sure to sub in that project ID for ##ID## above!

Great job, you reached the end of the guide! Have you read all of them?

Streamline InfoSec Project Delivery

Learn practical tips to reduce the overhead that drags down security assessment delivery with this 5-day course. These proven, innovative, and straightforward techniques will optimize all areas of your next engagement including:

  • Scoping
  • Scheduling
  • Project Planning
  • Delivery
  • Intra-team Collaboration
  • Reporting and much more...

Your email is kept private. We don't do the spam thing.