Vestacp php 7.2.* upgrade breaks nginx and php-fpm on Ubuntu Digital Ocean

775 Views Asked by At

I wish to update PHP on Vestacp.

My installation procedure is the following:

curl -O https://assets.digitalocean.com/vesta/install-vesta-do.sh

chmod +x install-vesta-do.sh

bash install-vesta-do.sh --force --nginx yes --phpfpm yes --apache no --named yes --remi yes --vsftpd no --proftpd no --iptables yes --fail2ban yes --quota no --exim yes --dovecot yes --spamassassin yes --clamav yes --softaculous no --mysql yes --postgresql no

Everything works fine, but once I try to update PHP to 7.2.*, it doesn't work and php-fpm and nginx breaks.

0

There are 0 best solutions below