全新安装 VestaCP

Clean install VestaCP

i have private server
i using SSH for access my server
i have remove VestaCP (i using http://vestacp.com/docs/#how-to-uninstall-vesta method)
i using UBUNTU 16.04 LTS

我尝试用这种方法清理 vestaCP:

apt-get remove --purge nginx apache2 apache2-utils apache2.2-common apache2-suexec-custom libapache2-mod-ruid2 libapache2-mod-rpaf libapache2-mod-fcgid bind9 idn mysql-server mysql-common mysql-client php5-common php5-cgi php5-mysql php5-curl libapache2-mod-php5 vsftpd mc exim4 exim4-daemon-heavy clamav-daemon flex dovecot-imapd dovecot-pop3d phpMyAdmin awstats webalizer jwhois rssh git spamassassin roundcube roundcube-mysql roundcube-plugins sudo bc ftp lsof ntpdate rrdtool dnsutils vesta vesta-nginx vesta-php

然后我尝试照常安装 VestaCP:

curl -O http://vestacp.com/pub/vst-install.sh; bash vst-install.sh --nginx yes --apache yes --phpfpm no --named yes --remi yes --vsftpd yes --proftpd no --iptables yes --fail2ban yes --quota no --exim yes --dovecot yes --spamassassin yes --clamav yes --mysql yes --postgresql yes

但是我在 mysql-server-5.7 有错误:

mysql_upgrade failed with exit status 11
dpkg: error processing package mysql-server-5.7

如何解决?

尝试在安装命令中使用 --force 或重新安装 ubuntu

以下是 VestaCP 在其文档中的一般建议:

// 也许也尝试停止 mysql-server、apache2 和 nginx,以防它们阻止卸载。另外,你能post output/errors 如果有的话?

  1. 停止维斯塔服务
    service vesta stop

  2. 删除 vesta 软件包和软件存储库
    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. 删除数据目录和cron
    rm -rf /usr/local/vesta

老实说,如果您可以清除所有这些文件,那么重新安装操作系统可能会更容易。如果失败,请在旅途中获得另一个 VPS(虚拟专用服务器)。
在新服务器上安装 Vesta,应用您的网站和数据库的任何备份,然后 install/setup 您在当前服务器上 运行 的任何服务(Vesta 除外)。

如果这完全不可能,您可以根据您使用的版本和 linux 发行版准确找出它安装了哪些包。例如 Ubuntu 版本的 click here

if [ "$release" = '16.04' ]; then 正下方是脚本 apt-get 安装的软件块。