Skip to main content
Redhat Developers  Logo
  • Products

    Featured

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat OpenShift AI
      Red Hat OpenShift AI
    • Red Hat Enterprise Linux AI
      Linux icon inside of a brain
    • Image mode for Red Hat Enterprise Linux
      RHEL image mode
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • Red Hat Developer Hub
      Developer Hub
    • View All Red Hat Products
    • Linux

      • Red Hat Enterprise Linux
      • Image mode for Red Hat Enterprise Linux
      • Red Hat Universal Base Images (UBI)
    • Java runtimes & frameworks

      • JBoss Enterprise Application Platform
      • Red Hat build of OpenJDK
    • Kubernetes

      • Red Hat OpenShift
      • Microsoft Azure Red Hat OpenShift
      • Red Hat OpenShift Virtualization
      • Red Hat OpenShift Lightspeed
    • Integration & App Connectivity

      • Red Hat Build of Apache Camel
      • Red Hat Service Interconnect
      • Red Hat Connectivity Link
    • AI/ML

      • Red Hat OpenShift AI
      • Red Hat Enterprise Linux AI
    • Automation

      • Red Hat Ansible Automation Platform
      • Red Hat Ansible Lightspeed
    • Developer tools

      • Red Hat Trusted Software Supply Chain
      • Podman Desktop
      • Red Hat OpenShift Dev Spaces
    • Developer Sandbox

      Developer Sandbox
      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Secure Development & Architectures

      • Security
      • Secure coding
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
      • View All Technologies
    • Start exploring in the Developer Sandbox for free

      sandbox graphic
      Try Red Hat's products and technologies without setup or configuration.
    • Try at no cost
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • Java
      Java icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • API Catalog
    • Product Documentation
    • Legacy Documentation
    • Red Hat Learning

      Learning image
      Boost your technical skills to expert-level with the help of interactive lessons offered by various Red Hat Learning programs.
    • Explore Red Hat Learning
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

Discover packaging parallel database streams in RHEL 10

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

Share:

    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

    • How to build a Model-as-a-Service platform

    • How Quarkus works with OpenTelemetry on OpenShift

    • Our top 10 articles of 2025 (so far)

    • The benefits of auto-merging GitHub and GitLab repositories

    • Supercharging AI isolation: microVMs with RamaLama & libkrun

    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

    Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform

    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
    © 2025 Red Hat

    Red Hat legal and privacy links

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

    Report a website issue