Site icon TestingDocs.com

MantisBT Uninstall

Overview

In this tutorial, we will learn uninstall Mantis uninstall steps. Mantis stores the issues data in the database. It is recommended to take backup your Mantis database.

Steps to uninstall Mantis Bug tracker:

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 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/

Mantis Website:

https://www.mantisbt.org/

Exit mobile version