Fix Outdated Installation
info
Keeping your systems up to date is essential for security, performance, and compatibility. The instructions below are provided to guide you through fixing an outdated installation. You can find more information on service updates here.
Control Server
The following commands should be run as the root user on the control server only.
- Debian/Ubuntu
- RHEL
apt-get update -y && apt-get install --only-upgrade vf-nginx vf-php8 -y
wget -qO- https://install.virtfusion.net/fix_outdated_control.sh | bash
vfcli-ctrl app:restart --services=fpm,web,queue-hard
dnf makecache -y && dnf update vf-nginx vf-php8 -y
wget -qO- https://install.virtfusion.net/fix_outdated_control.sh | bash
vfcli-ctrl app:restart --services=fpm,web,queue-hard
Hypervisor
The following commands should be run as the root user on a hypervisor only.
- Debian/Ubuntu
- RHEL
apt-get update -y && apt-get install --only-upgrade vf-nginx vf-php8 vf-system-php8 -y
wget -qO- https://install.virtfusion.net/fix_outdated_hypervisor.sh | bash
vfcli-hv app:restart --services=system-fpm,fpm,web,queue-hard
dnf makecache -y && dnf update vf-nginx vf-php8 vf-system-php8 -y
wget -qO- https://install.virtfusion.net/fix_outdated_hypervisor.sh | bash
vfcli-hv app:restart --services=system-fpm,fpm,web,queue-hard