Skip to content

Commit 9764f90

Browse files
committed
added 'updating to v1.3.0' section to docs
1 parent fc097c9 commit 9764f90

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/source/Installation.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,24 @@ To update the project with the most recent available code you have to follow the
224224
docker pull intelowlproject/intelowl_ng:latest -> updates the webclient
225225
cd <your_intel_owl_directory> && git pull -> updates the project
226226
docker-compose down && docker-compose up -d -> restart the IntelOwl application
227-
```
227+
```
228+
229+
#### Updating to v1.3.0 from any prior version
230+
231+
If you are updating to [v1.3.0](https://github.com/intelowlproject/IntelOwl/releases/tag/v1.3.0) from any prior version, you need to execute a helper script so that the old data present in the database doesn't break.
232+
233+
1. Follow the above updation steps, once the docker containers are up and running execute the following in a new terminal
234+
235+
```bash
236+
docker exec -ti intel_owl_uwsgi bash
237+
```
238+
239+
to get a shell session inside the IntelOwl's container.
240+
241+
2. Now just copy and paste the below command into this new session,
242+
243+
```bash
244+
curl https://gist.githubusercontent.com/Eshaan7/b111f887fa8b860c762aa38d99ec5482/raw/758517acf87f9b45bd22f06aee57251b1f3b1bbf/update_to_v1.3.0.py | python -
245+
```
246+
247+
3. If you see "Update successful!", everything went fine and now you can enjoy the new features!

0 commit comments

Comments
 (0)