webCOMAND

Frequently Asked Questions

The following questions and answers have come up from time to time, so they are documented here for reference.

Clean Up Temporary Restore Database Tables

If a webCOMAND restore process fails, it can leave behind MySQL database tables with a prefix like "_r_".  Those will be cleaned up automatically next time a restore is started.  However, if a restore is not started again, they can be cleaned up with:

php comand.php io_comand_repo restore --cleanup

For more information, see Repository CLI Restore.