diff --git a/templates/pages/download/linux/redhat.html b/templates/pages/download/linux/redhat.html index 568085a..27ee179 100644 --- a/templates/pages/download/linux/redhat.html +++ b/templates/pages/download/linux/redhat.html @@ -51,6 +51,12 @@ The PostgreSQL Yum Repository currently supports:

*Note: due to the shorter support cycle on Fedora, all supported versions of PostgreSQL are not available on this platform. We do not recommend using Fedora for server deployments. + +

*Note: PostgreSQL can't install in CentOS 8 or RedHat Enterprise 8 just execute the following steps.
+This is due to the new package management system.
+If there are the non-modular packages that match by name with modular packages, they are filtered out.
+Therefore, we need to disable Modularity by executing "dnf module disable postgresql" or specify "module_hotfixes=true" in the .repo file in order to install with these steps.
+See also this page: rpm-software-management/dnf/doc/

To use the PostgreSQL Yum Repository, follow these steps: