Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Discover packaging parallel database streams in RHEL 10

March 11, 2025
Filip Janus
Related topics:
Databases
Related products:
Red Hat Enterprise Linux

    Red Hat Enterprise Linux, RHEL 8 and RHEL 9 use modularity to distribute various database streams. Modules have many advantages, but also minor drawbacks. RHEL 10 comes with a post-modular solution. This new innovative concept focuses on transparency for users. 

    Basic knowledge about using the dnf utility is sufficient to start working with a parallel database stream in RHEL 10. This article describes the RHEL 10 post-modular solution for distributing database streams.

    The post-modular solution versus modularity  

    Previously in modularity, you needed to handle modular streams by using the dnf module enable and dnf module reset commands. However, the new post-modular concept does not require such operations.

    This new concept incorporates the stream version into the package name as a suffix. As a result, the user only needs the information about the stream version to install. For example, to install PostgreSQL 16, enter:

    # dnf install postgresql16

    The new approach supports the parallel availability of database streams as well as modularity, and it also restricts parallel installation. However, to run multiple streams of database servers on one machine, I prefer containers.

    The default stream feature

    For databases that have the default stream defined, namely PostgreSQL and MariDB, you can install the database without the stream version specified in the name. For example, PostgreSQL 16 is the default stream for RHEL 10, and you can install it by using one of the following commands:

    # dnf install postgresql16
    # dnf install postgresql

    This feature is not present in MySQL due to the shorter support of each stream. The following table lists the initial RHEL 10 stream for each database system.

    Database

    Initial (default) stream 

    RPM name

    Default stream RPM name

    PostgreSQL

    16

    postgresql16

    postgresql

    MariaDB

    10.11

    mariadb10.11

    mariadb

    MySQL

    8.4

    mysql8.4

    no-default

    The modules in RHEL 8 and RHEL 9 (i.e., PostgreSQL modules) contain PostgreSQL extensions. 

    Supported extensions:

    • postgres-decoderbufs
    • pg_repack
    • pgaudit
    • pgvector

    These extensions are also present in RHEL 10. You  can install them by using <db_name_stream>-<extension_name> as the package name. For the default stream, the name can be specified without the version. For example, both of the following commands install the pgvector extension for the default stream 16 for PostgreSQL: 

    # dnf install postgresql16-pgvector 
    # dnf install pgvector

    The RHEL 10 post-modular solution

    Welcome to the new era of packaging parallel database streams in RHEL 10. In this article, I described the Red Hat Enterprise Linux 10 post-modular solution for distributing database streams and the advantages of the default streams feature. 

    To learn more about RHEL 10, refer to the release notes. Explore the RHEL offerings by downloading RHEL and RHEL 10 beta.

    Related Posts

    • How to package Go applications in RHEL 10

    • What's new with tzdata: The time zone database for Red Hat Enterprise Linux

    • Using a MySQL database in your Red Hat OpenShift application

    • Simplify secure connections to PostgreSQL databases with Node.js

    Recent Posts

    • Trusted software factory: Building trust in the agentic AI era

    • Build a zero trust AI pipeline with OpenShift and RHEL CVMs

    • Red Hat Hardened Images: Top 5 benefits for software developers

    • How EvalHub manages two-layer Kubernetes control planes

    • Tekton joins the CNCF as an incubating project

    What’s up next?

    Download the Advanced Linux Commands cheat sheet. You'll learn to manage applications and executables in a Linux operating system, define search criteria and query audit logs, set and monitor network access, and more.

    Get the cheat sheet
    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.