Была 9.0.7
Апдейт из меню не прошел. Был конфликт в PHP. Пришлось руками.
[root@crm ~]# dnf update
Error:
Problem: package bitrix-env-9.0-9.el9.x86_64 from bitrix-9 requires php-pgsql, but none of the providers can be installed
- package php-pgsql-8.0.27-1.el9.x86_64 from appstream requires php-pdo(x86-64) = 8.0.27-1.el9, but none of the providers can be installed
- package php-pgsql-8.0.30-1.el9.x86_64 from appstream requires php-pdo(x86-64) = 8.0.30-1.el9, but none of the providers can be installed
- package php-pgsql-8.0.30-2.el9.x86_64 from appstream requires php-pdo(x86-64) = 8.0.30-2.el9, but none of the providers can be installed
- package php-pgsql-8.0.30-3.el9.x86_64 from appstream requires php-pdo(x86-64) = 8.0.30-3.el9, but none of the providers can be installed
- package php-pgsql-8.0.30-4.el9.x86_64 from appstream requires php-pdo(x86-64) = 8.0.30-4.el9, but none of the providers can be installed
- cannot install both php-pdo-8.0.27-1.el9.x86_64 from appstream and php-pdo-8.4.10-1.el9.remi.x86_64 from @System
- cannot install both php-pdo-8.0.30-1.el9.x86_64 from appstream and php-pdo-8.4.10-1.el9.remi.x86_64 from @System
- cannot install both php-pdo-8.0.30-2.el9.x86_64 from appstream and php-pdo-8.4.10-1.el9.remi.x86_64 from @System
- cannot install both php-pdo-8.0.30-3.el9.x86_64 from appstream and php-pdo-8.4.10-1.el9.remi.x86_64 from @System
- cannot install both php-pdo-8.0.30-4.el9.x86_64 from appstream and php-pdo-8.4.10-1.el9.remi.x86_64 from @System
- cannot install the best update candidate for package bitrix-env-9.0-7.el9.x86_64
- problem with installed package php-pdo-8.4.10-1.el9.remi.x86_64
- package php-pgsql-8.1.27-1.module_el9+790+4812d76d.x86_64 from appstream is filtered out by modular filtering
- package php-pgsql-8.2.13-1.module_el9+766+427f1f3d.x86_64 from appstream is filtered out by modular filtering
- package php-pgsql-8.2.28-1.module_el9+1229+58548675.x86_64 from appstream is filtered out by modular filtering
- package php-pgsql-8.3.15-1.module_el9+1148+4d3da9e4.x86_64 from appstream is filtered out by modular filtering
- package php-pgsql-8.3.19-1.module_el9+1213+23b849bf.x86_64 from appstream is filtered out by modular filtering
- package php-pgsql-7.4.33-24.el9.remi.x86_64 from remi-modular is filtered out by modular filtering
- package php-pgsql-7.4.33-25.module_php.7.4.el9.remi.x86_64 from remi-modular is filtered out by modular filtering
- package php-pgsql-8.0.30-14.el9.remi.x86_64 from remi-modular is filtered out by modular filtering
- package php-pgsql-8.0.30-15.module_php.8.0.el9.remi.x86_64 from remi-modular is filtered out by modular filtering
- package php-pgsql-8.1.33-1.el9.remi.x86_64 from remi-modular is filtered out by modular filtering
- package php-pgsql-8.1.34-1.module_php.8.1.el9.remi.x86_64 from remi-modular is filtered out by modular filtering
- package php-pgsql-8.2.29-1.el9.remi.x86_64 from remi-modular is filtered out by modular filtering
- package php-pgsql-8.2.30-1.module_php.8.2.el9.remi.x86_64 from remi-modular is filtered out by modular filtering
- package php-pgsql-8.3.29-1.module_php.8.3.el9.remi.x86_64 from remi-modular is filtered out by modular filtering
- package php-pgsql-8.3.30-1.module_php.8.3.el9.remi.x86_64 from remi-modular is filtered out by modular filtering
- package php-pgsql-8.4.16-1.module_php.8.4.el9.remi.x86_64 from remi-modular is filtered out by modular filtering
- package php-pgsql-8.4.17-1.module_php.8.4.el9.remi.x86_64 from remi-modular is filtered out by modular filtering
- package php-pgsql-8.5.1-1.module_php.8.5.el9.remi.x86_64 from remi-modular is filtered out by modular filtering
- package php-pgsql-8.5.2-1.module_php.8.5.el9.remi.x86_64 from remi-modular is filtered out by modular filtering
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
| Код |
|---|
dnf module reset php
dnf module enable php:remi-8.4
dnf update --allowerasing |
После этого нормально все взлетело, тесты прошли.
Спасибо,