You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The 'postgresql : Install pgaudit package' task fails on RHEL when specification.extensions.pgaudit.enabled is set as true.
[root ~]# yum install pgaudit12_10
Loaded plugins: amazon-id, search-disabled-repos, versionlock
Resolving Dependencies
--> Running transaction check
---> Package pgaudit12_10.x86_64 0:1.2.2-1.rhel7 will be installed
--> Processing Dependency: postgresql10-server for package: pgaudit12_10-1.2.2-1.rhel7.x86_64
--> Running transaction check
---> Package postgresql10-server.x86_64 0:10.14-1PGDG.rhel7 will be installed
--> Processing Dependency: postgresql10(x86-64) = 10.14-1PGDG.rhel7 for package: postgresql10-server-10.14-1PGDG.rhel7.x86_64
--> Processing Dependency: libicuuc.so.50()(64bit) for package: postgresql10-server-10.14-1PGDG.rhel7.x86_64
--> Processing Dependency: libicui18n.so.50()(64bit) for package: postgresql10-server-10.14-1PGDG.rhel7.x86_64
--> Processing Conflict: rh-postgresql10-postgresql-server-syspaths-10.12-2.el7.x86_64 conflicts postgresql-server
--> Finished Dependency Resolution
Error: Package: postgresql10-server-10.14-1PGDG.rhel7.x86_64 (epirepo)
Requires: libicuuc.so.50()(64bit)
Error: Package: postgresql10-server-10.14-1PGDG.rhel7.x86_64 (epirepo)
Requires: postgresql10(x86-64) = 10.14-1PGDG.rhel7
Error: Package: postgresql10-server-10.14-1PGDG.rhel7.x86_64 (epirepo)
Requires: libicui18n.so.50()(64bit)
Error: rh-postgresql10-postgresql-server-syspaths conflicts with postgresql10-server-10.14-1PGDG.rhel7.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
OS:
RHEL7/CentOS7
Cloud Environment (please complete the following information):
Azure/AWS
Additional context
It seems only 0.5.x Epiphany versions are affected. Since 0.6.x PostgreSQL is not installed from Software Collections but from PostgreSQL repo.
The root cause is probably releasing new version of pgaudit12_10 package:
Describe the bug
The 'postgresql : Install pgaudit package' task fails on RHEL when
specification.extensions.pgaudit.enabled
is set astrue
.OS:
Cloud Environment (please complete the following information):
Additional context
It seems only 0.5.x Epiphany versions are affected. Since 0.6.x PostgreSQL is not installed from Software Collections but from PostgreSQL repo.
The root cause is probably releasing new version of pgaudit12_10 package:
See changelog at: https://centos.pkgs.org/7/postgresql-10-x86_64/pgaudit12_10-1.2.2-1.rhel7.x86_64.rpm.html
The text was updated successfully, but these errors were encountered: