How to replace MySQL with Percona Server Debian or Ubuntu in Vesta Control Panel

Replace MySQL with Percona Server Debian or Ubuntu  You can safely replace MySQL with Percona Server without lossing any data. In order to do it, please follow the instructions bellow 1. Import Percona GPG key apt-key adv –keyserver keys.gnupg.net –recv-keys 1C4CBDCDCD2EFD2A 2. Add this to /etc/apt/sources.list, replacing VERSION with the name of your distribution: deb […]

How to uninstall Vesta Control panel

1. Stop vesta service service vesta stop 2. Remove vesta packages and software repository RHEL/CentOS: yum remove vesta* rm -f /etc/yum.repos.d/vesta.repo Debian/Ubuntu: apt-get remove vesta* rm -f /etc/apt/sources.list.d/vesta.list 3. Delete data directory and cron rm -rf /usr/local/vesta You might also consider to delete admin user account and its cron jobs.