Page 1 of 1

Migrating Vestacp to Vestacp

Posted: Fri Jan 12, 2018 6:13 pm
by dickbutt
I tried upgrading my PHP-FPM Version ( Centos 6.9 ) From PHP 5.6 to PHP 7.1 .

It worked fine.. but in vestacp it is "disabled" and i couldn't press start and when i go to configure php-fpm in the control panel the settings becomes 404 or blank.

So my only idea now is to install a new server with centos 7 and then upgrade to php 7.0 since i have done it with another server without any problems. My question is what do i need to do for the user migration ? And also since it is a different PHP version that im migrating to will that be an issue ?

Re: Migrating Vestacp to Vestacp

Posted: Tue Jan 16, 2018 8:20 pm
by ScIT
dickbutt wrote:My question is what do i need to do for the user migration ?
http://vestacp.com/docs/#how-to-migrate ... her-server
dickbutt wrote:And also since it is a different PHP version that im migrating to will that be an issue ?
normal compatibility issues for different php versions: your code has to support php7 (don't use diasbled functions and so on). You will see it when you run your code on php7 ;-)