Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2107758 - [RFE] Upgrade to Redis 6
Summary: [RFE] Upgrade to Redis 6
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Installation
Version: 6.11.0
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: 6.13.0
Assignee: Eric Helms
QA Contact: Jameer Pathan
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-07-15 22:18 UTC by vivek singh
Modified: 2023-05-03 13:22 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-05-03 13:21:28 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SAT-12103 0 None None None 2022-08-09 13:03:19 UTC
Red Hat Knowledge Base (Solution) 6978422 0 None None None 2023-01-09 11:51:39 UTC
Red Hat Product Errata RHSA-2023:2097 0 None None None 2023-05-03 13:22:01 UTC

Description vivek singh 2022-07-15 22:18:46 UTC
Description of problem: Insights report shows EOL redis version after installing fresh satellite 6.11 


Version-Release number of selected component (if applicable): 6.11 


How reproducible:


Steps to Reproduce:
1. Install Fresh satellite 6.11 
2. check redis version 


Actual results: redis installed of EOL version 
--> redis.x86_64       5.0.3-5.module+el8.4.0+12927+b9845322


Expected results: redis should be installed of latest version 
---> redis.x86_64      6.0.9-5.module+el8.4.0+12929+1bb0d2aa


Additional info: 

[ This is due to redis module stream 5 is marked as default ] 

# dnf module list | grep redis
redis                5 [d][e]        common [d]                               Redis persistent key-value database                                 
redis                6               common [d]                               Redis persistent key-value database                                                                                                                                                                        

~~~~
# yum module provides redis-5.0.3-5.module+el8.4.0+12927+b9845322.x86_64
redis-5.0.3-5.module+el8.4.0+12927+b9845322.x86_64
Module   : redis:5:8040020211011074037:522a0ee4:x86_64
Profiles : common
Repo     : rhel-8-for-x86_64-appstream-rpms
Summary  : Redis persistent key-value database

# yum module provides redis-6.0.9-5.module+el8.4.0+12929+1bb0d2aa.x86_64
redis-6.0.9-5.module+el8.4.0+12929+1bb0d2aa.x86_64
Module   : redis:6:8040020211011082941:522a0ee4:x86_64
Profiles : common
Repo     : rhel-8-for-x86_64-appstream-rpms
~~~~

[ Our installer code just ensures the package is installed ]

~~~~~
# cat /usr/share/foreman-installer/modules/redis/manifests/install.pp
# @summary This class installs the application.
# @api private
class redis::install {
  if $redis::manage_package {
    package { $redis::package_name:
      ensure => $redis::package_ensure,
    }
  }
}
~~~~~

Which translates to running the following command in satellite installer log (which defaults to installing a package from module stream version 5)

# Executing: '/bin/dnf -d 0 -e 1 -y install redis'

Comment 6 Daniel Alley 2022-10-11 15:43:52 UTC
For what it's worth, Pulp already runs using Redis 6 in non-Satellite environments today. So as far as we're concerned there's nothing blocking using Redis 6, even in current releases.

Comment 7 Daniel Alley 2022-10-11 15:45:19 UTC
That is to say, we're not aware of any issues that would prevent you from using Redis 6 for even Satellite 6.12

Comment 9 Jameer Pathan 2023-02-07 12:55:45 UTC
Verified:

Verified with:
- Satellite 6.13.0 snap 9

Test steps:
1. Install Fresh satellite 6.12
2. Upgrade Satellite to 6.13
3. Check redis version 


Observation:
- Satellite is using Redis 6

# rpm -q redis
redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64

Comment 12 errata-xmlrpc 2023-05-03 13:21:28 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Important: Satellite 6.13 Release), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2023:2097


Note You need to log in before you can comment on or make changes to this bug.