Skip to content

Commit

Permalink
Merge pull request #227 from plesk/fix-minimal-php-version-in-docs
Browse files Browse the repository at this point in the history
Fix PHP version restrictions
  • Loading branch information
SandakovMM authored Apr 1, 2024
2 parents f214386 + 883f1cc commit e620abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The conversion process should run between 30 and 60 minutes. **Plesk services, h
Do not use the script if any of the following is true:
- **You are running an OS other than CentOS 7.9**. The script was not tested on other Red Hat Enterprise Linux 7-based distributions. The conversion process may have unexpected results if started on a server not running CentOS 7.9. So we add checks to avoid any actions on such kinds of servers.
- **Plesk version is 18.0.42 or earier**. The script only supports Plesk 18.0.43 and later.
- **PHP 7.1 and earlier are not supported** in AlmaLinux 8, and will not receive any updates after the conversion. These PHP versions are deprecated and may have security vulnerabilities. So we force to remove this versions before the conversion.
- **PHP 7.0 and earlier are not supported** in AlmaLinux 8, and will not receive any updates after the conversion. These PHP versions are deprecated and may have security vulnerabilities. So we force to remove this versions before the conversion.
- **Conversion inside containers (like Virtuozzo containers, Docker Containers, etc) are not supported**.
- **More than one kernel named interfaces (like ethX) are not supported**. Stability of such names are not guaranteed, so leapp prevent the conversion in such cases.

Expand Down

0 comments on commit e620abe

Please sign in to comment.