Este contenido no está disponible en el idioma seleccionado.

Appendix B. Troubleshooting DNF modules


If DNF modules fails to enable, it can mean an incorrect module is enabled. In that case, you have to resolve dependencies manually as follows. List the enabled modules:

# dnf module list --enabled
Copy to Clipboard Toggle word wrap

B.1. Ruby

If Ruby module fails to enable, it can mean an incorrect module is enabled. In that case, you have to resolve dependencies manually as follows:

List the enabled modules:

# dnf module list --enabled
Copy to Clipboard Toggle word wrap

If the Ruby 2.5 module has already been enabled, perform a module reset:

# dnf module reset ruby
Copy to Clipboard Toggle word wrap

B.2. PostgreSQL

If PostgreSQL module fails to enable, it can mean an incorrect module is enabled. In that case, you have to resolve dependencies manually as follows:

List the enabled modules:

# dnf module list --enabled
Copy to Clipboard Toggle word wrap

If the PostgreSQL 10 module has already been enabled, perform a module reset:

# dnf module reset postgresql
Copy to Clipboard Toggle word wrap

If you created a PostgreSQL 10 database, perform an upgrade:

  1. Enable the DNF modules:

    # dnf module enable satellite-capsule:el8
    Copy to Clipboard Toggle word wrap
  2. Install the PostgreSQL upgrade package:

    # dnf install postgresql-upgrade
    Copy to Clipboard Toggle word wrap
  3. Perform the upgrade:

    # postgresql-setup --upgrade
    Copy to Clipboard Toggle word wrap
Volver arriba
Red Hat logoGithubredditYoutubeTwitter

Aprender

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar. Explore nuestras recientes actualizaciones.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

Theme

© 2025 Red Hat