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/faq_and_known_issues/README.md
+20-5Lines changed: 20 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -850,16 +850,31 @@ or some lines with
850
850
```
851
851
</div>
852
852
853
-
The `imunify360.db` file is an sqlite3 database the Imunify360 relies on; it contains incidents, malware hits/lists, settings, etc. Using this workaround will force the database recreation:
853
+
Imunify360 relies on several sqlite3 database files: `imunify360.db`, `imunify360-resident.db`, and `imunify360-ipsetlists.db`. They contain incidents, malware hits/lists, settings, etc.
854
+
In case any of the databases are missing, they will be recreated upon service start:
854
855
855
-
<divclass="notranslate">
856
+
```
857
+
# systemctl stop imunify360-agent
858
+
# systemctl restart imunify360
859
+
# systemctl start imunify360-agent
860
+
```
861
+
862
+
Alternatively, if `imunify360-resident.db` and `imunify360-ipsetlists.db` are missing, they can be recreated using the following command:
0 commit comments