Skip to main content
Version: Next

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.

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

Hypervisor

The following commands should be run as the root user on a hypervisor only.

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