Platform Uninstallation Guide
This document will guide you through the complete uninstallation of the WeDa private deployment platform, including stopping services, removing containers, and cleaning up data.
Pre-uninstallation Preparation
Important Reminders
- Data Backup: Please ensure important data is backed up before uninstallation, as deleted data cannot be recovered
- Installation Directory: Default installation directory is
/data/tencent/weda - Operation Permissions: Root privileges are required to perform uninstallation operations
Uninstallation Steps
Step 1: Stop Services
First, stop all running service containers:
cd /data/tencent/weda
docker-compose --profile all stop
