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/user_guide/administration/uninstalling.md
+46-48Lines changed: 46 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,111 +7,109 @@ migration-notes: "Added during 2025 documentation reorganization"
7
7
8
8
# Uninstalling OpenSPP
9
9
10
-
This guide provides detailed instructions for uninstalling OpenSPP from your system. It covers both complete removal, which includes deleting the application, configuration files, and database, as well as a partial uninstallation that keeps your data intact for future use.
10
+
This guide provides instructions for uninstalling OpenSPP from a Debian or Ubuntu system. It covers two main scenarios:
11
+
-**Complete Uninstallation**: Removes the application, configuration, data, and database.
12
+
-**Partial Uninstallation**: Removes the application but keeps your data and configuration for future use.
13
+
14
+
## Before You Begin: Back Up Your Data
15
+
16
+
**Warning**: A complete uninstallation is irreversible and will permanently delete your data. Before proceeding, it is strongly recommended to create a full backup of your database and filestore.
17
+
18
+
For detailed backup instructions, refer to the {doc}`database_management` guide.
11
19
12
20
## Complete Uninstallation
13
21
14
-
To completely remove OpenSPP from your system:
22
+
Follow these steps to completely remove OpenSPP and all its components from your system.
0 commit comments