C caygriweb New member Dec 31, 2017 #1 Hello, app installer for vesta is discontinued but now how can i remove?
2 24x7server New member Jan 2, 2018 #2 I think it should be removed in the next update. But not quite sure. :/
I invpsus New member Jan 19, 2018 #3 What is your current Vesta CP Installer version? If you are using 1.0.1, try to update it to 1.0.2: curl -O https://sizzlinhost.com/vesta-cp/downloads/api/api-install.sh bash api-update.sh
What is your current Vesta CP Installer version? If you are using 1.0.1, try to update it to 1.0.2: curl -O https://sizzlinhost.com/vesta-cp/downloads/api/api-install.sh bash api-update.sh
webconfigure Member Feb 1, 2018 #4 I would suggest to follow this URL - https://forum.vestacp.com/viewtopic.php?t=8523 Here you will get the detailed steps.
I would suggest to follow this URL - https://forum.vestacp.com/viewtopic.php?t=8523 Here you will get the detailed steps.
H hostechsupport New member Mar 5, 2018 #5 You can follow these steps: 1. Stop vesta service service vesta stop 2. In RHEL, you can 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 can delete admin user account and its cron jobs.
You can follow these steps: 1. Stop vesta service service vesta stop 2. In RHEL, you can 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 can delete admin user account and its cron jobs.
A Anaisa Account Disabled Apr 25, 2018 #6 Uninstall the VestaCP on CentOS: - Login to SSH - Stop vesta service #service vesta stop - Delete Vesta packages repository #yum remove vesta* #rm -f /etc/yum.repos.d/vesta.repo #rm -rf vesta - Remove cron jobs #crontab -u admin -l
Uninstall the VestaCP on CentOS: - Login to SSH - Stop vesta service #service vesta stop - Delete Vesta packages repository #yum remove vesta* #rm -f /etc/yum.repos.d/vesta.repo #rm -rf vesta - Remove cron jobs #crontab -u admin -l
K KaenW Account Disabled Jun 7, 2018 #7 Anaisa said: Uninstall the VestaCP on CentOS: - Login to SSH - Stop vesta service #service vesta stop - Delete Vesta packages repository #yum remove vesta* #rm -f /etc/yum.repos.d/vesta.repo #rm -rf vesta - Remove cron jobs #crontab -u admin -l Click to expand... Will try with mentioned commands to uninstall VestaCP..., THANK YOU
Anaisa said: Uninstall the VestaCP on CentOS: - Login to SSH - Stop vesta service #service vesta stop - Delete Vesta packages repository #yum remove vesta* #rm -f /etc/yum.repos.d/vesta.repo #rm -rf vesta - Remove cron jobs #crontab -u admin -l Click to expand... Will try with mentioned commands to uninstall VestaCP..., THANK YOU