Database convert script

This commit is contained in:
cschantz
2025-12-10 18:37:57 -05:00
parent 69e7cb45c7
commit bb25a283e2
4 changed files with 2196 additions and 5 deletions
+5
View File
@@ -569,6 +569,10 @@ show_backup_menu() {
echo ""
echo -e " ${YELLOW}9)${NC} 🔷 Acronis Management → Install, configure, manage backups"
echo ""
echo -e "${BOLD}Database Tools:${NC}"
echo ""
echo -e " ${CYAN}11)${NC} 🔄 MySQL File Restore - Convert restored DB files to .sql"
echo ""
echo -e "${BOLD}Data Management:${NC}"
echo ""
echo -e " ${RED}10)${NC} 🗑️ Cleanup Toolkit Data - Remove IP reputation & temp files"
@@ -1424,6 +1428,7 @@ handle_backup_menu() {
8) run_module "backup" "offsite-sync.sh" ;;
9) handle_acronis_menu ;;
10) run_module "maintenance" "cleanup-toolkit-data.sh" ;;
11) run_module "backup" "mysql-restore-to-sql.sh" ;;
0) return ;;
*) echo -e "${RED}Invalid option${NC}"; sleep 1 ;;
esac