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
+4-66Lines changed: 4 additions & 66 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,63 +88,8 @@ If not, [register](/installation/#registering) the agent.
88
88
89
89
### 7. I have an error peewee.DatabaseError: database disk image is malformed. What should I do?
90
90
91
-
Imunify360 uses SQLite database to store its data. Although this database has proved its reliability, database files become corrupted in rare cases. To restore data try to perform the following steps:
91
+
Imunify360 uses SQLite database to store its data. Although this database has proved its reliability, database files become corrupted in rare cases. To restore data try to perform the steps from the section [**23. "Imunify agent is not running" troubleshooting**](/faq_and_known_issues/#_23-imunify-agent-is-not-running-troubleshooting)
92
92
93
-
Stop the agent.
94
-
95
-
If you have sqlite3 application installed on your machine, try to make dump of Imunify360 database:
96
-
97
-
<divclass="notranslate">
98
-
99
-
```
100
-
#sqlite3 /var/imunify360/imunify360.db
101
-
.mode insert
102
-
.output dump_all.sql
103
-
.dump
104
-
.exit
105
-
```
106
-
107
-
</div>
108
-
109
-
You should see new file <spanclass="notranslate">`dump_all.sql`</span> in the directory <spanclass="notranslate">`/var/imunify/`</span>
0 commit comments