...
Important Notes before cleansing the table:
Warning |
---|
|
- Database activities outside of the Joget Platform are not part of the official support scope (http://www.joget.org/services/support/). We are not responsible for any data loss or data corruption arising from your database activities.
- Always perform comprehensive backups of your Joget database before any database activity, and test the backups accordingly.
- Run the database activities only after office hours.
- Run the database activities after stopping the Joget Apache Tomcat;
- Stop all background processes.
- Prevent users from logging into Joget.
- Please test all your queries on a test database before implementing them on the actual database.
|
Getting Started
The Process Data Collector information is stored in the app_report_* tables. Truncating these tables is sufficient to clean up the data associated with this plugin. To delete the Process Data Collector database tables in MySQL, use the following SQL script:
...