I wasn't able to register on the forum as I never got an activation email, so ill ask the question here, Is there a way to install multiPHP after install of hestia.
Ubuntu 18.04.2 LXC / Proxmox
1.0.1
Please enter your response here (e.g master, develop, etc.)
default
default
Adding or removing server roles after the initial installation is currently unsupported due to the original architecture of the code base, and while running the installer script in --force mode with --multiphp yes might work it's likely to leave the server in an inconsistent state.
With that said, this functionality has been discussed internally on a few occasions and we would like to make the stack more modular in the future so that roles can be added or removed in a clean fashion.
@kristankenney as I understood your comment: To have a stable server you would recommend to backup than reinstall and restore ?
If you have some linux sysadmin knowledge, you could try to add them on your own. Basicly the integration works with dpeca's way he posted here: https://forum.vestacp.com/viewtopic.php?t=17129
The templates u could find here: https://github.com/hestiacp/hestiacp/tree/master/install/deb/multiphp
We work on implement v-add-web-php and v-delete-web-php scripts to extend or remove php fpm versions and provide a better multiphp implementation. The work has been started under feature/web/AddPHPVersions branch and should be finished next week.
https://github.com/hestiacp/hestiacp/commit/529208a746fbc93f2eb908f3822d5dd956bff937#diff-695ad17dd48e6d51649d83033a1fd3fd
Most helpful comment
Adding or removing server roles after the initial installation is currently unsupported due to the original architecture of the code base, and while running the installer script in
--forcemode with--multiphp yesmight work it's likely to leave the server in an inconsistent state.With that said, this functionality has been discussed internally on a few occasions and we would like to make the stack more modular in the future so that roles can be added or removed in a clean fashion.