Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent conversion if any domain uses PHP provided by os vendor #193

Closed
SandakovMM opened this issue Mar 5, 2024 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@SandakovMM
Copy link
Collaborator

Since vendor version of PHP is 5.4 on CentOS 7 we should force to move from it before the conversion.
We cannot directly upgrade php-handler to the PHP 7.2 provided by the vendor on AlmaLinux 8. This is because there is a risk that the website will break due to PHP version incompatibility.
Additionally, staying on PHP 5.4 is not an option since it is not provided by the vendor or Plesk on AlmaLinux 8.
As a solution, we need to prevent the upgrade and advise a customer to switch to PHP 7.2 provided by Plesk or any other modern PHP version.
It would be beneficial to implement a pre-conversion checker for this issue.

@SandakovMM
Copy link
Collaborator Author

Problem should be fixed in #201

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant