You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/Installation.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,4 +224,24 @@ To update the project with the most recent available code you have to follow the
224
224
docker pull intelowlproject/intelowl_ng:latest -> updates the webclient
225
225
cd<your_intel_owl_directory>&& git pull -> updates the project
226
226
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,
0 commit comments