MantisBT Uninstall
MantisBT Uninstall
In this tutorial, you will learn to uninstall Mantis uninstall steps. Mantis stores the issue data in the database. It is recommended to take a backup of your Mantis database.
Steps to uninstall Mantis Bug Tracker:
- Backup database.
- Remove the directories
- Drop tables
Backup database
We can perform the backup task using phpMyAdmin tool. MySQL database backup can also be done using command line mysqldump tool. Sample mysqldump command:
/> mysqldump -u <username> -p <password> dbname backupFilename
Delete Files
Delete all the files from the web server serving the Mantis root directory. Delete all the files and sub-directories under the main directory.
Drop Database
Drop all the mantis backend database tables. Drop the mantis database.
Mantis Bug Tracker Tutorial:
https://www.testingdocs.com/mantis-bug-tracker-tutorial/