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
@@ -285,7 +285,7 @@ After logging in, you'll need to activate the OpenSPP modules:
285
285
sudo systemctl restart openspp
286
286
```
287
287
288
-
**Note**: The `queue_job` moduleis automatically loaded as a server-wide module but must be installed in the database AND the service restarted for OpenSPP async operations to function properly. In this case, the `queue_job` module are already installed.
288
+
**Note**: The `queue_job` module, which is essential for asynchronous background tasks, is automatically installed as a dependency of the main OpenSPP modules. It is also pre-configured as a `server_wide_module`, ensuring that background workers can process jobs correctly after a service restart.
289
289
290
290
291
291
## Getting Help
@@ -297,17 +297,11 @@ After logging in, you'll need to activate the OpenSPP modules:
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