Skip to content

Commit

Permalink
combine 1.9.x (#153)
Browse files Browse the repository at this point in the history
* combine 1.9.x

* Update upgrading.rst
  • Loading branch information
valentijnscholten committed Nov 15, 2020
1 parent 7087563 commit 3d24c97
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions docs/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ Upgrading to DefectDojo Version 1.10.0
- JIRA Webhook now can be configured to require a secret for incoming requests, please configure a secret in 'System Settings' (`PR 3082 <https://github.com/DefectDojo/django-DefectDojo/pull/3082>`_)


Upgrading to DefectDojo Version 1.9.1
Upgrading to DefectDojo Version 1.9.x
-------------------------------------
**What's New:**

- See release notes: https://github.com/DefectDojo/django-DefectDojo/releases

- **NOTE:**
**NOTE:**

As a result of a breaking bug in 1.8.0/1.9.0 revolving around Endpoint_status objects, a corrective script may need to be ran
When upgrading from before 1.9.2, a corrective script may need to be ran

`./manage.py create_endpoint_status`

Expand All @@ -68,12 +68,6 @@ If you're using docker:

This can take a while depending on your hardware and the number of findings in your instance.


Upgrading to DefectDojo Version 1.9.0
-------------------------------------
**What's New:**

- See release notes: https://github.com/DefectDojo/django-DefectDojo/releases
- Search index tweaking index rebuild after upgrade:

This requires a (one-time) rebuild of the Django-Watson search index. Execute the django command from the defect dojo installation directory:
Expand All @@ -86,19 +80,6 @@ If you're using docker:

This can take a while depending on your hardware and the number of findings in your instance.

- **NOTE:**

As a result of a breaking bug in 1.8.0 revolving around Endpoint_status objects, a corrective script may need to be ran

`./manage.py create_endpoint_status`

If you're using docker:

`docker-compose exec uwsgi ./manage.py create_endpoint_status`

This can take a while depending on your hardware and the number of findings in your instance.



Upgrading to DefectDojo Version 1.8.0
-------------------------------------
Expand Down

0 comments on commit 3d24c97

Please sign in to comment.