Feedback for Foreman 3.11 & Katello 4.13

Hmm already waiting for 6min+, that’s all output yet:

# sudo /usr/share/candlepin/cpdb --update-schema
Configuring PostgreSQL with JDBC URL: jdbc:postgresql:candlepin
Updating Candlepin schema
--driver=org.postgresql.Driver --classpath=/var/lib/tomcat/webapps/candlepin/WEB-INF/lib/postgresql-42.7.3.jar:/var/lib/tomcat/webapps/candlepin/WEB-INF/classes/ --changelog-file=db/changelog/changelog-update.xml --url="jdbc:postgresql:candlepin" --username=$DBUSERNAME             --headless=true --log-level=severe

Didn’t see any log in the tomcat and candlepin directories.
Not sure if it’s doing anything.

Update, still running after 10min+, think it’s stuck.

Additionally have to say, I reverted the config to =Managed before running the schema update :+1:
Will try now with none.

Hrmm… that’s not good. But at least we can reproduce without having to reboot Candlepin.

Though, saying that, if you were to stop tomcat and run that command with --verbose, does it output anything of value or get further along?

Also, what version of postgresql is present on these systems? Specifically, the postgresql server.

Okay will run that first now :+1:

It’s PostgreSQL 13 since a few weeks, if I remember correctly the switch from 12 to 13 was with Katello 4.12

No progress, still stuck (not even more output):

# systemctl stop tomcat
# sudo /usr/share/candlepin/cpdb --update-schema --verbose
Configuring PostgreSQL with JDBC URL: jdbc:postgresql:candlepin
Updating Candlepin schema
--driver=org.postgresql.Driver --classpath=/var/lib/tomcat/webapps/candlepin/WEB-INF/lib/postgresql-42.7.3.jar:/var/lib/tomcat/webapps/candlepin/WEB-INF/classes/ --changelog-file=db/changelog/changelog-update.xml --url="jdbc:postgresql:candlepin" --username=$DBUSERNAME             --headless=true --log-level=debug

Will configure it to =None now, and retry :+1:

Also no improvement, still the same output :confused:

That’s really unfortunate. Alright, I’ll have to dig into this a bit more. Hopefully we can nail down a reproducer and get y’all unblocked soon.

Also, cpdb is unaffected by the candlepin.conf settings, as it’s intended to be a standalone utility.

1 Like

Thank you for taking the time!

Will try setting up a Katello 4.12 system now and upgrading to 4.13 as well now, maybe that makes it reproducable :thinking:

I have a reproducer!
Installed a new system on Rocky Linux 8.10 (minimal Environment, should be the same with AlmaLinux and RHEL), installed Katello 4.12, upgraded 4.13 and I have the issue!:

# dnf update
# dnf clean all
# dnf install https://yum.theforeman.org/releases/3.10/el8/x86_64/foreman-release.rpm \
https://yum.theforeman.org/katello/4.12/katello/el8/x86_64/katello-repos-latest.rpm \
https://yum.puppet.com/puppet7-release-el-8.noarch.rpm
# dnf module enable katello:el8
# dnf update
# dnf install foreman-installer-katello
# foreman-installer --scenario katello
# firewall-cmd --add-port="5647/tcp" --add-port="8000/tcp" --add-port="9090/tcp"
# firewall-cmd --add-service=http --add-service=https
# firewall-cmd --runtime-to-permanent
# dnf update
# dnf update https://yum.theforeman.org/releases/3.11/el8/x86_64/foreman-release.rpm \
https://yum.theforeman.org/katello/4.13/katello/el8/x86_64/katello-repos-latest.rpm
# dnf -y module switch-to postgresql:13
# foreman-maintain service stop
# dnf update
# foreman-installer
1 Like

And just to be perfectly clear, there’s no data in this yet, right? This is vanilla install on a vanilla Rocky Linux?

1 Like

Yes exactly, I basically went to the Anaconda UI when booting the dvd ISO, setup the system with the Base Environment “Minimal” without additional package groups, selected the disk, configured the hostname, and timezone/ntp server, entered a root password, and installed.
The commands are via an SSH connection after install.
And before doing the update to Katello 4.13 I opened the frontend once, logged in and went to the about page to look if all services have come up correctly.

Everything else are just the commands above.

In my situation, after 3.11 upgrade, it was incredibly slow and below three Backend System were on FAIL state.
candlepin FAIL 404 Not Found
candlepin_auth FAIL Katello::Errors::CandlepinNotRunning
candlepin_events FAIL Not running

Then I realised jpa.config.hibernate.connection.password and org.quartz.dataSource.myDS.password were set to something like ‘Candlepin_password’ instead of candlepin password. Once I put back the real password the slowness is addressed. But still those System Status are on FAIL state.

Do those systems recover if you foreman-maintain service restart ?

I followed these steps as closely as I could and I still cannot reproduce. Candlepin/tomcat is successfully starting up after the upgrade. I’m out of ideas :frowning:

Okay, I’m doubting my own eyes ^^
I will try it once again now :confused:

Now as a full step by step guide, and to completely count out other issues, using the RHEL 8.10 dvd iso now:

  1. Language selection
  2. Keyboard selection
  3. Disk selection (custom disk configuration)
  4. Removed the autocreated /home because of the 100GB disk size ( → done → accept changes)
  5. Network configuration ( → set hostname → enable NIC → making sure that the forward and reverse dns entries are correctly set on the dns server (if it’s not apparent it’s DHCP))
  6. Configure timezone and ntp server
  7. Register RHEL
  8. Select Minimal install
  9. Enter root password
  10. Start install
  11. Connect via SSH to the system
  12. Make sure all updates are installed
# dnf update
Updating Subscription Management repositories.
Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs)                             16 MB/s |  71 MB     00:04    
Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs)                          17 MB/s |  65 MB     00:03
Last metadata expiration check: 0:00:14 ago on Tue 30 Jul 2024 06:38:10 PM CEST.
Dependencies resolved.
Nothing to do.
Complete!

To be continued…

  1. Clean cache
# dnf clean all
Updating Subscription Management repositories.
17 files removed
  1. Install repo packages
# dnf install https://yum.theforeman.org/releases/3.10/el8/x86_64/foreman-release.rpm \
> https://yum.theforeman.org/katello/4.12/katello/el8/x86_64/katello-repos-latest.rpm \
> https://yum.puppet.com/puppet7-release-el-8.noarch.rpm
Updating Subscription Management repositories.
Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs)                              14 MB/s |  71 MB     00:05    
Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs)                           14 MB/s |  65 MB     00:04    
Last metadata expiration check: 0:00:14 ago on Tue 30 Jul 2024 06:43:55 PM CEST.
foreman-release.rpm                                                                88 kB/s |  14 kB     00:00    
katello-repos-latest.rpm                                                          428 kB/s |  19 kB     00:00    
puppet7-release-el-8.noarch.rpm                                                    16 kB/s | 7.9 kB     00:00    
Dependencies resolved.
=================================================================================================================
 Package                            Architecture              Version                  Repository           Size
=================================================================================================================
Installing:
 foreman-release                    noarch                    3.10.0-1.el8             @commandline         14 k
 katello-repos                      noarch                    4.12.1-1.el8             @commandline         19 k
 puppet7-release                    noarch                    7.0.0-20.el8             @commandline        7.9 k

Transaction Summary
=================================================================================================================
Install  3 Packages

Total size: 41 k
Installed size: 7.2 k
Is this ok [y/N]: y
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                          1/1
  Installing       : foreman-release-3.10.0-1.el8.noarch                                                      1/3
  Installing       : katello-repos-4.12.1-1.el8.noarch                                                        2/3
  Installing       : puppet7-release-7.0.0-20.el8.noarch                                                      3/3
  Verifying        : foreman-release-3.10.0-1.el8.noarch                                                      1/3
  Verifying        : katello-repos-4.12.1-1.el8.noarch                                                        2/3
  Verifying        : puppet7-release-7.0.0-20.el8.noarch                                                      3/3
Installed products updated.

Installed:
  foreman-release-3.10.0-1.el8.noarch    katello-repos-4.12.1-1.el8.noarch    puppet7-release-7.0.0-20.el8.noarch

Complete!
  1. Enable Katello module
# dnf module enable katello:el8
Updating Subscription Management repositories.
Foreman 3.10                                                                                                                                                                                                  7.2 MB/s | 1.7 MB     00:00    
Foreman plugins 3.10                                                                                                                                                                                          5.3 MB/s | 1.9 MB     00:00    
Katello 4.12                                                                                                                                                                                                  3.2 MB/s | 401 kB     00:00    
Candlepin: an open source entitlement management system.                                                                                                                                                      314 kB/s |  30 kB     00:00    
pulpcore: Fetch, Upload, Organize, and Distribute Software Packages.                                                                                                                                          701 kB/s | 403 kB     00:00    
Puppet 7 Repository el 8 - x86_64                                                                                                                                                                              10 MB/s |  21 MB     00:02    
Problems in request:
Modular dependency problems with Defaults:

 Problem: module foreman:el8:31020240618134920:b0fbc430.x86_64 from foreman requires module(postgresql:12), but none of the providers can be installed
  - module postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:10) provided by postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:10) provided by postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8050020210715095825:b4937e53.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8050020210715095825:b4937e53.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:10) provided by postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8060020220525083707:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8060020220525083707:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:10) provided by postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8090020231128173330:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8090020231128173330:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:10) provided by postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8060020211130125541:d63f516d.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8060020211130125541:d63f516d.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:10) provided by postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8060020221003080350:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8060020221003080350:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:10) provided by postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8010120191120141335:e4e244f9.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8010120191120141335:e4e244f9.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:10) provided by postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8030020201207110000:229f0a1c.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8030020201207110000:229f0a1c.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:10) provided by postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8040020210604112312:522a0ee4.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8040020210604112312:522a0ee4.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:10) provided by postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8050020211122082354:c5368500.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8050020211122082354:c5368500.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:10) provided by postgresql:10:8060020220525083017:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module katello:el8:41220240617151346:80dc1c98.x86_64 from katello requires module(foreman:el8), but none of the providers can be installed
  - conflicting requests
Dependencies resolved.
==============================================================================================================================================================================================================================================
 Package                                                   Architecture                                             Version                                                   Repository                                                 Size
==============================================================================================================================================================================================================================================
Enabling module streams:
 foreman                                                                                                            el8                                                                                                                      
 katello                                                                                                            el8                                                                                                                      
 pki-core                                                                                                           10.6                                                                                                                     
 pki-deps                                                                                                           10.6                                                                                                                     
 postgresql                                                                                                         12                                                                                                                       
 ruby                                                                                                               2.7                                                                                                                      

Transaction Summary
==============================================================================================================================================================================================================================================

Is this ok [y/N]: y
Complete!
  1. Make sure all updates are installed
# dnf update
Updating Subscription Management repositories.
Last metadata expiration check: 0:01:19 ago on Tue 30 Jul 2024 06:53:26 PM CEST.
Dependencies resolved.
==============================================================================================================================================================================================================================================
 Package                                                        Architecture                                         Version                                                     Repository                                              Size
==============================================================================================================================================================================================================================================
Upgrading:
 libcomps                                                       x86_64                                               0.1.18-8.el8                                                pulpcore                                                83 k
 libsolv                                                        x86_64                                               0.7.22-6.el8                                                pulpcore                                               391 k
 python3-libcomps                                               x86_64                                               0.1.18-8.el8                                                pulpcore                                                53 k

Transaction Summary
==============================================================================================================================================================================================================================================
Upgrade  3 Packages

Total download size: 527 k
Is this ok [y/N]: y
Downloading Packages:
(1/3): libcomps-0.1.18-8.el8.x86_64.rpm                                                                                                                                                                       608 kB/s |  83 kB     00:00    
(2/3): python3-libcomps-0.1.18-8.el8.x86_64.rpm                                                                                                                                                               366 kB/s |  53 kB     00:00    
(3/3): libsolv-0.7.22-6.el8.x86_64.rpm                                                                                                                                                                        2.3 MB/s | 391 kB     00:00    
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                                                         3.1 MB/s | 527 kB     00:00     
pulpcore: Fetch, Upload, Organize, and Distribute Software Packages.                                                                                                                                          4.3 kB/s | 1.7 kB     00:00    
Importing GPG key 0xC466FDB5:
 Userid     : "Pulpcore Automatic Signing Key (3.39) <packages@theforeman.org>"
 Fingerprint: 5542 76F9 A692 48CA DE15 8352 D00D 6BF4 C466 FDB5
 From       : https://yum.theforeman.org/pulpcore/3.39/GPG-RPM-KEY-pulpcore
Is this ok [y/N]: y
Key imported successfully
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                                                                                                                      1/1 
  Upgrading        : libcomps-0.1.18-8.el8.x86_64                                                                                                                                                                                         1/6 
  Upgrading        : python3-libcomps-0.1.18-8.el8.x86_64                                                                                                                                                                                 2/6 
  Upgrading        : libsolv-0.7.22-6.el8.x86_64                                                                                                                                                                                          3/6 
  Cleanup          : python3-libcomps-0.1.18-1.el8.x86_64                                                                                                                                                                                 4/6 
  Cleanup          : libcomps-0.1.18-1.el8.x86_64                                                                                                                                                                                         5/6 
  Cleanup          : libsolv-0.7.20-6.el8.x86_64                                                                                                                                                                                          6/6 
  Running scriptlet: libsolv-0.7.20-6.el8.x86_64                                                                                                                                                                                          6/6 
  Verifying        : libcomps-0.1.18-8.el8.x86_64                                                                                                                                                                                         1/6 
  Verifying        : libcomps-0.1.18-1.el8.x86_64                                                                                                                                                                                         2/6 
  Verifying        : libsolv-0.7.22-6.el8.x86_64                                                                                                                                                                                          3/6 
  Verifying        : libsolv-0.7.20-6.el8.x86_64                                                                                                                                                                                          4/6 
  Verifying        : python3-libcomps-0.1.18-8.el8.x86_64                                                                                                                                                                                 5/6 
  Verifying        : python3-libcomps-0.1.18-1.el8.x86_64                                                                                                                                                                                 6/6 
Installed products updated.

Upgraded:
  libcomps-0.1.18-8.el8.x86_64                                                libsolv-0.7.22-6.el8.x86_64                                                python3-libcomps-0.1.18-8.el8.x86_64                                               

Complete!

To be continued… (character limits)

  1. Install foreman-installer-katello and dependencies
# dnf install foreman-installer-katello
Updating Subscription Management repositories.
Last metadata expiration check: 0:02:21 ago on Tue 30 Jul 2024 06:53:26 PM CEST.
Dependencies resolved.
==============================================================================================================================================================================================================================================
 Package                                                 Architecture                         Version                                                                    Repository                                                      Size
==============================================================================================================================================================================================================================================
Installing:
 foreman-installer-katello                               noarch                               1:3.10.0-1.el8                                                             foreman                                                         91 k
Installing dependencies:
 binutils                                                x86_64                               2.30-123.el8                                                               rhel-8-for-x86_64-baseos-rpms                                  5.8 M
 bzip2                                                   x86_64                               1.0.6-26.el8                                                               rhel-8-for-x86_64-baseos-rpms                                   60 k
 dwz                                                     x86_64                               0.12-10.el8                                                                rhel-8-for-x86_64-appstream-rpms                               109 k
 efi-srpm-macros                                         noarch                               3-3.el8                                                                    rhel-8-for-x86_64-appstream-rpms                                22 k
 elfutils                                                x86_64                               0.190-2.el8                                                                rhel-8-for-x86_64-baseos-rpms                                  571 k
 foreman-installer                                       noarch                               1:3.10.0-1.el8                                                             foreman                                                        1.6 M
 gc                                                      x86_64                               7.6.4-3.el8                                                                rhel-8-for-x86_64-appstream-rpms                               109 k
 gdb-headless                                            x86_64                               8.2-20.el8                                                                 rhel-8-for-x86_64-appstream-rpms                               3.7 M
 ghc-srpm-macros                                         noarch                               1.4.2-7.el8                                                                rhel-8-for-x86_64-appstream-rpms                               9.4 k
 go-srpm-macros                                          noarch                               2-17.el8                                                                   rhel-8-for-x86_64-appstream-rpms                                13 k
 guile                                                   x86_64                               5:2.0.14-7.el8                                                             rhel-8-for-x86_64-appstream-rpms                               3.5 M
 katello-certs-tools                                     noarch                               2.9.0-2.el8                                                                foreman                                                         69 k
 libatomic_ops                                           x86_64                               7.6.2-3.el8                                                                rhel-8-for-x86_64-appstream-rpms                                38 k
 libbabeltrace                                           x86_64                               1.5.4-4.el8                                                                rhel-8-for-x86_64-baseos-rpms                                  200 k
 libipt                                                  x86_64                               1.6.1-8.el8                                                                rhel-8-for-x86_64-appstream-rpms                                50 k
 ocaml-srpm-macros                                       noarch                               5-4.el8                                                                    rhel-8-for-x86_64-appstream-rpms                               9.5 k
 openblas-srpm-macros                                    noarch                               2-2.el8                                                                    rhel-8-for-x86_64-appstream-rpms                               8.0 k
 patch                                                   x86_64                               2.7.6-11.el8                                                               rhel-8-for-x86_64-baseos-rpms                                  138 k
 perl-srpm-macros                                        noarch                               1-25.el8                                                                   rhel-8-for-x86_64-appstream-rpms                                11 k
 puppet-agent                                            x86_64                               7.32.1-1.el8                                                               puppet7                                                         22 M
 python-rpm-macros                                       noarch                               3-45.el8                                                                   rhel-8-for-x86_64-appstream-rpms                                16 k
 python-srpm-macros                                      noarch                               3-45.el8                                                                   rhel-8-for-x86_64-appstream-rpms                                16 k
 python3-rpm-macros                                      noarch                               3-45.el8                                                                   rhel-8-for-x86_64-appstream-rpms                                15 k
 qt5-srpm-macros                                         noarch                               5.15.3-1.el8                                                               rhel-8-for-x86_64-appstream-rpms                                11 k
 redhat-rpm-config                                       noarch                               131-1.el8                                                                  rhel-8-for-x86_64-appstream-rpms                                91 k
 rpm-build                                               x86_64                               4.14.3-31.el8                                                              rhel-8-for-x86_64-appstream-rpms                               175 k
 ruby                                                    x86_64                               2.7.8-139.module+el8.8.0+18745+f1bef313                                    rhel-8-for-x86_64-appstream-rpms                                89 k
 ruby-default-gems                                       noarch                               2.7.8-139.module+el8.8.0+18745+f1bef313                                    rhel-8-for-x86_64-appstream-rpms                                74 k
 ruby-libs                                               x86_64                               2.7.8-139.module+el8.8.0+18745+f1bef313                                    rhel-8-for-x86_64-appstream-rpms                               3.2 M
 rubygem-ansi                                            noarch                               1.5.0-3.el8                                                                foreman                                                         34 k
 rubygem-clamp                                           noarch                               1.3.2-1.el8                                                                foreman                                                         23 k
 rubygem-hashie                                          noarch                               5.0.0-1.el8                                                                foreman                                                         42 k
 rubygem-highline                                        noarch                               2.1.0-1.el8                                                                foreman                                                         54 k
 rubygem-io-console                                      x86_64                               0.5.6-139.module+el8.8.0+18745+f1bef313                                    rhel-8-for-x86_64-appstream-rpms                                72 k
 rubygem-irb                                             noarch                               1.2.6-139.module+el8.8.0+18745+f1bef313                                    rhel-8-for-x86_64-appstream-rpms                               117 k
 rubygem-json                                            x86_64                               2.3.0-139.module+el8.8.0+18745+f1bef313                                    rhel-8-for-x86_64-appstream-rpms                                94 k
 rubygem-kafo                                            noarch                               7.4.0-1.el8                                                                foreman                                                         91 k
 rubygem-kafo_parsers                                    noarch                               1.2.1-1.el8                                                                foreman                                                         17 k
 rubygem-kafo_wizards                                    noarch                               0.0.2-2.el8                                                                foreman                                                         18 k
 rubygem-little-plugger                                  noarch                               1.1.4-3.el8                                                                foreman                                                         17 k
 rubygem-logging                                         noarch                               2.3.1-1.el8                                                                foreman                                                         65 k
 rubygem-multi_json                                      noarch                               1.15.0-1.el8                                                               foreman                                                         24 k
 rubygem-openssl                                         x86_64                               2.1.4-139.module+el8.8.0+18745+f1bef313                                    rhel-8-for-x86_64-appstream-rpms                               198 k
 rubygem-powerbar                                        noarch                               2.0.1-3.el8                                                                foreman                                                         15 k
 rubygem-psych                                           x86_64                               3.1.0-139.module+el8.8.0+18745+f1bef313                                    rhel-8-for-x86_64-appstream-rpms                                98 k
 rubygem-rdoc                                            noarch                               6.2.1.1-139.module+el8.8.0+18745+f1bef313                                  rhel-8-for-x86_64-appstream-rpms                               455 k
 rubygems                                                noarch                               3.1.6-139.module+el8.8.0+18745+f1bef313                                    rhel-8-for-x86_64-appstream-rpms                               309 k
 rust-srpm-macros                                        noarch                               5-2.el8                                                                    rhel-8-for-x86_64-appstream-rpms                               9.3 k
 unzip                                                   x86_64                               6.0-46.el8                                                                 rhel-8-for-x86_64-baseos-rpms                                  196 k
 zip                                                     x86_64                               3.0-23.el8                                                                 rhel-8-for-x86_64-baseos-rpms                                  270 k
 zstd                                                    x86_64                               1.4.4-1.el8                                                                rhel-8-for-x86_64-appstream-rpms                               393 k
Installing weak dependencies:
 rubygem-bigdecimal                                      x86_64                               2.0.0-139.module+el8.8.0+18745+f1bef313                                    rhel-8-for-x86_64-appstream-rpms                               101 k
 rubygem-bundler                                         noarch                               2.2.24-139.module+el8.8.0+18745+f1bef313                                   rhel-8-for-x86_64-appstream-rpms                               445 k

Transaction Summary
==============================================================================================================================================================================================================================================
Install  54 Packages

Total download size: 45 M
Installed size: 177 M
Is this ok [y/N]: y
Downloading Packages:
(1/54): foreman-installer-katello-3.10.0-1.el8.noarch.rpm                                                                                                                                                     1.0 MB/s |  91 kB     00:00    
(2/54): katello-certs-tools-2.9.0-2.el8.noarch.rpm                                                                                                                                                            753 kB/s |  69 kB     00:00    
(3/54): rubygem-ansi-1.5.0-3.el8.noarch.rpm                                                                                                                                                                   3.1 MB/s |  34 kB     00:00    
(4/54): rubygem-clamp-1.3.2-1.el8.noarch.rpm                                                                                                                                                                  2.0 MB/s |  23 kB     00:00    
(5/54): rubygem-hashie-5.0.0-1.el8.noarch.rpm                                                                                                                                                                 3.6 MB/s |  42 kB     00:00    
(6/54): rubygem-highline-2.1.0-1.el8.noarch.rpm                                                                                                                                                               3.6 MB/s |  54 kB     00:00    
(7/54): rubygem-kafo-7.4.0-1.el8.noarch.rpm                                                                                                                                                                   5.6 MB/s |  91 kB     00:00    
(8/54): rubygem-kafo_parsers-1.2.1-1.el8.noarch.rpm                                                                                                                                                           1.4 MB/s |  17 kB     00:00    
(9/54): rubygem-kafo_wizards-0.0.2-2.el8.noarch.rpm                                                                                                                                                           1.5 MB/s |  18 kB     00:00    
(10/54): rubygem-little-plugger-1.1.4-3.el8.noarch.rpm                                                                                                                                                        1.3 MB/s |  17 kB     00:00    
(11/54): rubygem-logging-2.3.1-1.el8.noarch.rpm                                                                                                                                                               3.9 MB/s |  65 kB     00:00    
(12/54): rubygem-powerbar-2.0.1-3.el8.noarch.rpm                                                                                                                                                              1.2 MB/s |  15 kB     00:00    
(13/54): rubygem-multi_json-1.15.0-1.el8.noarch.rpm                                                                                                                                                           219 kB/s |  24 kB     00:00    
(14/54): bzip2-1.0.6-26.el8.x86_64.rpm                                                                                                                                                                        218 kB/s |  60 kB     00:00    
(15/54): zip-3.0-23.el8.x86_64.rpm                                                                                                                                                                            1.0 MB/s | 270 kB     00:00    
(16/54): patch-2.7.6-11.el8.x86_64.rpm                                                                                                                                                                        582 kB/s | 138 kB     00:00    
(17/54): unzip-6.0-46.el8.x86_64.rpm                                                                                                                                                                          777 kB/s | 196 kB     00:00    
(18/54): libbabeltrace-1.5.4-4.el8.x86_64.rpm                                                                                                                                                                 950 kB/s | 200 kB     00:00    
(19/54): foreman-installer-3.10.0-1.el8.noarch.rpm                                                                                                                                                            830 kB/s | 1.6 MB     00:01    
(20/54): puppet-agent-7.32.1-1.el8.x86_64.rpm                                                                                                                                                                  10 MB/s |  22 MB     00:02    
(21/54): binutils-2.30-123.el8.x86_64.rpm                                                                                                                                                                     6.0 MB/s | 5.8 MB     00:00    
(22/54): elfutils-0.190-2.el8.x86_64.rpm                                                                                                                                                                      816 kB/s | 571 kB     00:00    
(23/54): ocaml-srpm-macros-5-4.el8.noarch.rpm                                                                                                                                                                  57 kB/s | 9.5 kB     00:00    
(24/54): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm                                                                                                                                                                34 kB/s | 9.4 kB     00:00    
(25/54): openblas-srpm-macros-2-2.el8.noarch.rpm                                                                                                                                                               45 kB/s | 8.0 kB     00:00    
(26/54): perl-srpm-macros-1-25.el8.noarch.rpm                                                                                                                                                                  66 kB/s |  11 kB     00:00    
(27/54): rust-srpm-macros-5-2.el8.noarch.rpm                                                                                                                                                                   52 kB/s | 9.3 kB     00:00    
(28/54): libatomic_ops-7.6.2-3.el8.x86_64.rpm                                                                                                                                                                 229 kB/s |  38 kB     00:00    
(29/54): gc-7.6.4-3.el8.x86_64.rpm                                                                                                                                                                            421 kB/s | 109 kB     00:00    
(30/54): libipt-1.6.1-8.el8.x86_64.rpm                                                                                                                                                                        207 kB/s |  50 kB     00:00    
(31/54): guile-2.0.14-7.el8.x86_64.rpm                                                                                                                                                                        8.6 MB/s | 3.5 MB     00:00    
(32/54): zstd-1.4.4-1.el8.x86_64.rpm                                                                                                                                                                          1.9 MB/s | 393 kB     00:00    
(33/54): efi-srpm-macros-3-3.el8.noarch.rpm                                                                                                                                                                   156 kB/s |  22 kB     00:00    
(34/54): go-srpm-macros-2-17.el8.noarch.rpm                                                                                                                                                                    77 kB/s |  13 kB     00:00    
(35/54): qt5-srpm-macros-5.15.3-1.el8.noarch.rpm                                                                                                                                                               76 kB/s |  11 kB     00:00    
(36/54): dwz-0.12-10.el8.x86_64.rpm                                                                                                                                                                           323 kB/s | 109 kB     00:00    
(37/54): python-rpm-macros-3-45.el8.noarch.rpm                                                                                                                                                                 77 kB/s |  16 kB     00:00    
(38/54): python3-rpm-macros-3-45.el8.noarch.rpm                                                                                                                                                               102 kB/s |  15 kB     00:00    
(39/54): python-srpm-macros-3-45.el8.noarch.rpm                                                                                                                                                               116 kB/s |  16 kB     00:00    
(40/54): redhat-rpm-config-131-1.el8.noarch.rpm                                                                                                                                                               480 kB/s |  91 kB     00:00    
(41/54): rubygem-irb-1.2.6-139.module+el8.8.0+18745+f1bef313.noarch.rpm                                                                                                                                       767 kB/s | 117 kB     00:00    
(42/54): ruby-default-gems-2.7.8-139.module+el8.8.0+18745+f1bef313.noarch.rpm                                                                                                                                  44 kB/s |  74 kB     00:01    
(43/54): rubygems-3.1.6-139.module+el8.8.0+18745+f1bef313.noarch.rpm                                                                                                                                          1.2 MB/s | 309 kB     00:00    
(44/54): rubygem-bundler-2.2.24-139.module+el8.8.0+18745+f1bef313.noarch.rpm                                                                                                                                  243 kB/s | 445 kB     00:01    
(45/54): rubygem-rdoc-6.2.1.1-139.module+el8.8.0+18745+f1bef313.noarch.rpm                                                                                                                                    266 kB/s | 455 kB     00:01    
(46/54): ruby-2.7.8-139.module+el8.8.0+18745+f1bef313.x86_64.rpm                                                                                                                                              516 kB/s |  89 kB     00:00    
(47/54): rubygem-bigdecimal-2.0.0-139.module+el8.8.0+18745+f1bef313.x86_64.rpm                                                                                                                                629 kB/s | 101 kB     00:00    
(48/54): rubygem-io-console-0.5.6-139.module+el8.8.0+18745+f1bef313.x86_64.rpm                                                                                                                                402 kB/s |  72 kB     00:00    
(49/54): rubygem-json-2.3.0-139.module+el8.8.0+18745+f1bef313.x86_64.rpm                                                                                                                                      543 kB/s |  94 kB     00:00    
(50/54): rubygem-psych-3.1.0-139.module+el8.8.0+18745+f1bef313.x86_64.rpm                                                                                                                                     633 kB/s |  98 kB     00:00    
(51/54): gdb-headless-8.2-20.el8.x86_64.rpm                                                                                                                                                                    10 MB/s | 3.7 MB     00:00    
(52/54): rpm-build-4.14.3-31.el8.x86_64.rpm                                                                                                                                                                   1.0 MB/s | 175 kB     00:00    
(53/54): ruby-libs-2.7.8-139.module+el8.8.0+18745+f1bef313.x86_64.rpm                                                                                                                                         1.5 MB/s | 3.2 MB     00:02    
(54/54): rubygem-openssl-2.1.4-139.module+el8.8.0+18745+f1bef313.x86_64.rpm                                                                                                                                   113 kB/s | 198 kB     00:01    
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                                                         5.9 MB/s |  45 MB     00:07     
Foreman 3.10                                                                                                                                                                                                  1.6 MB/s | 1.7 kB     00:00    
Importing GPG key 0x93DD1D0C:
 Userid     : "Foreman Automatic Signing Key (3.10) <packages@theforeman.org>"
 Fingerprint: 63B3 8BE5 1B2D DDAF F7EF 7EC9 0A8F 8D40 93DD 1D0C
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-foreman
Is this ok [y/N]: y
Key imported successfully
Puppet 7 Repository el 8 - x86_64                                                                                                                                                                             1.6 MB/s | 1.7 kB     00:00    
Importing GPG key 0x9E61EF26:
 Userid     : "Puppet, Inc. Release Key (Puppet, Inc. Release Key) <release@puppet.com>"
 Fingerprint: D681 1ED3 ADEE B844 1AF5 AA8F 4528 B6CD 9E61 EF26
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-2025-04-06-puppet7-release
Is this ok [y/N]: y
Key imported successfully
Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs)                                                                                                                                                         3.1 MB/s | 5.0 kB     00:00    
Importing GPG key 0xFD431D51:
 Userid     : "Red Hat, Inc. (release key 2) <security@redhat.com>"
 Fingerprint: 567E 347A D004 4ADE 55BA 8A5F 199E 2F91 FD43 1D51
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
Is this ok [y/N]: y
Key imported successfully
Importing GPG key 0xD4082792:
 Userid     : "Red Hat, Inc. (auxiliary key) <security@redhat.com>"
 Fingerprint: 6A6A A7C9 7C88 90AE C6AE BFE2 F76F 66C3 D408 2792
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
Is this ok [y/N]: y
Key imported successfully
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                                                                                                                      1/1 
  Installing       : ruby-libs-2.7.8-139.module+el8.8.0+18745+f1bef313.x86_64                                                                                                                                                            1/54 
  Installing       : python-srpm-macros-3-45.el8.noarch                                                                                                                                                                                  2/54 
  Installing       : unzip-6.0-46.el8.x86_64                                                                                                                                                                                             3/54 
  Installing       : zip-3.0-23.el8.x86_64                                                                                                                                                                                               4/54 
  Installing       : python-rpm-macros-3-45.el8.noarch                                                                                                                                                                                   5/54 
  Installing       : python3-rpm-macros-3-45.el8.noarch                                                                                                                                                                                  6/54 
  Installing       : rubygem-bigdecimal-2.0.0-139.module+el8.8.0+18745+f1bef313.x86_64                                                                                                                                                   7/54 
  Installing       : rubygem-io-console-0.5.6-139.module+el8.8.0+18745+f1bef313.x86_64                                                                                                                                                   8/54 
  Installing       : rubygem-json-2.3.0-139.module+el8.8.0+18745+f1bef313.x86_64                                                                                                                                                         9/54 
  Installing       : rubygem-bundler-2.2.24-139.module+el8.8.0+18745+f1bef313.noarch                                                                                                                                                    10/54 
  Installing       : ruby-2.7.8-139.module+el8.8.0+18745+f1bef313.x86_64                                                                                                                                                                11/54 
  Installing       : rubygem-openssl-2.1.4-139.module+el8.8.0+18745+f1bef313.x86_64                                                                                                                                                     12/54 
  Installing       : rubygem-psych-3.1.0-139.module+el8.8.0+18745+f1bef313.x86_64                                                                                                                                                       13/54 
  Installing       : rubygems-3.1.6-139.module+el8.8.0+18745+f1bef313.noarch                                                                                                                                                            14/54 
  Installing       : ruby-default-gems-2.7.8-139.module+el8.8.0+18745+f1bef313.noarch                                                                                                                                                   15/54 
  Installing       : rubygem-irb-1.2.6-139.module+el8.8.0+18745+f1bef313.noarch                                                                                                                                                         16/54 
  Installing       : rubygem-rdoc-6.2.1.1-139.module+el8.8.0+18745+f1bef313.noarch                                                                                                                                                      17/54 
  Installing       : rubygem-highline-2.1.0-1.el8.noarch                                                                                                                                                                                18/54 
  Installing       : rubygem-kafo_wizards-0.0.2-2.el8.noarch                                                                                                                                                                            19/54 
  Installing       : rubygem-kafo_parsers-1.2.1-1.el8.noarch                                                                                                                                                                            20/54 
  Installing       : rubygem-ansi-1.5.0-3.el8.noarch                                                                                                                                                                                    21/54 
  Installing       : rubygem-clamp-1.3.2-1.el8.noarch                                                                                                                                                                                   22/54 
  Installing       : rubygem-hashie-5.0.0-1.el8.noarch                                                                                                                                                                                  23/54 
  Installing       : rubygem-powerbar-2.0.1-3.el8.noarch                                                                                                                                                                                24/54 
  Installing       : rubygem-little-plugger-1.1.4-3.el8.noarch                                                                                                                                                                          25/54 
  Installing       : rubygem-multi_json-1.15.0-1.el8.noarch                                                                                                                                                                             26/54 
  Installing       : rubygem-logging-2.3.1-1.el8.noarch                                                                                                                                                                                 27/54 
  Installing       : rubygem-kafo-7.4.0-1.el8.noarch                                                                                                                                                                                    28/54 
  Installing       : qt5-srpm-macros-5.15.3-1.el8.noarch                                                                                                                                                                                29/54 
  Installing       : dwz-0.12-10.el8.x86_64                                                                                                                                                                                             30/54 
  Installing       : go-srpm-macros-2-17.el8.noarch                                                                                                                                                                                     31/54 
  Installing       : efi-srpm-macros-3-3.el8.noarch                                                                                                                                                                                     32/54 
  Installing       : zstd-1.4.4-1.el8.x86_64                                                                                                                                                                                            33/54 
  Installing       : libipt-1.6.1-8.el8.x86_64                                                                                                                                                                                          34/54 
  Installing       : libatomic_ops-7.6.2-3.el8.x86_64                                                                                                                                                                                   35/54 
  Installing       : gc-7.6.4-3.el8.x86_64                                                                                                                                                                                              36/54 
  Installing       : guile-5:2.0.14-7.el8.x86_64                                                                                                                                                                                        37/54 
  Running scriptlet: guile-5:2.0.14-7.el8.x86_64                                                                                                                                                                                        37/54 
  Installing       : rust-srpm-macros-5-2.el8.noarch                                                                                                                                                                                    38/54 
  Installing       : perl-srpm-macros-1-25.el8.noarch                                                                                                                                                                                   39/54 
  Installing       : openblas-srpm-macros-2-2.el8.noarch                                                                                                                                                                                40/54 
  Installing       : ocaml-srpm-macros-5-4.el8.noarch                                                                                                                                                                                   41/54 
  Installing       : ghc-srpm-macros-1.4.2-7.el8.noarch                                                                                                                                                                                 42/54 
  Installing       : redhat-rpm-config-131-1.el8.noarch                                                                                                                                                                                 43/54 
  Installing       : elfutils-0.190-2.el8.x86_64                                                                                                                                                                                        44/54 
  Installing       : binutils-2.30-123.el8.x86_64                                                                                                                                                                                       45/54 
  Running scriptlet: binutils-2.30-123.el8.x86_64                                                                                                                                                                                       45/54 
  Installing       : libbabeltrace-1.5.4-4.el8.x86_64                                                                                                                                                                                   46/54 
  Running scriptlet: libbabeltrace-1.5.4-4.el8.x86_64                                                                                                                                                                                   46/54 
  Installing       : gdb-headless-8.2-20.el8.x86_64                                                                                                                                                                                     47/54 
  Installing       : patch-2.7.6-11.el8.x86_64                                                                                                                                                                                          48/54 
  Installing       : bzip2-1.0.6-26.el8.x86_64                                                                                                                                                                                          49/54 
  Installing       : rpm-build-4.14.3-31.el8.x86_64                                                                                                                                                                                     50/54 
  Installing       : katello-certs-tools-2.9.0-2.el8.noarch                                                                                                                                                                             51/54 
  Running scriptlet: puppet-agent-7.32.1-1.el8.x86_64                                                                                                                                                                                   52/54 
  Installing       : puppet-agent-7.32.1-1.el8.x86_64                                                                                                                                                                                   52/54 
  Running scriptlet: puppet-agent-7.32.1-1.el8.x86_64                                                                                                                                                                                   52/54 
  Installing       : foreman-installer-1:3.10.0-1.el8.noarch                                                                                                                                                                            53/54 
  Running scriptlet: foreman-installer-1:3.10.0-1.el8.noarch                                                                                                                                                                            53/54 
  Installing       : foreman-installer-katello-1:3.10.0-1.el8.noarch                                                                                                                                                                    54/54 
  Running scriptlet: foreman-installer-katello-1:3.10.0-1.el8.noarch                                                                                                                                                                    54/54 
  Running scriptlet: guile-5:2.0.14-7.el8.x86_64                                                                                                                                                                                        54/54 
  Running scriptlet: puppet-agent-7.32.1-1.el8.x86_64                                                                                                                                                                                   54/54 
  Running scriptlet: foreman-installer-katello-1:3.10.0-1.el8.noarch                                                                                                                                                                    54/54 
  Verifying        : foreman-installer-1:3.10.0-1.el8.noarch                                                                                                                                                                             1/54 
  Verifying        : foreman-installer-katello-1:3.10.0-1.el8.noarch                                                                                                                                                                     2/54 
  Verifying        : katello-certs-tools-2.9.0-2.el8.noarch                                                                                                                                                                              3/54 
  Verifying        : rubygem-ansi-1.5.0-3.el8.noarch                                                                                                                                                                                     4/54 
  Verifying        : rubygem-clamp-1.3.2-1.el8.noarch                                                                                                                                                                                    5/54 
  Verifying        : rubygem-hashie-5.0.0-1.el8.noarch                                                                                                                                                                                   6/54 
  Verifying        : rubygem-highline-2.1.0-1.el8.noarch                                                                                                                                                                                 7/54 
  Verifying        : rubygem-kafo-7.4.0-1.el8.noarch                                                                                                                                                                                     8/54 
  Verifying        : rubygem-kafo_parsers-1.2.1-1.el8.noarch                                                                                                                                                                             9/54 
  Verifying        : rubygem-kafo_wizards-0.0.2-2.el8.noarch                                                                                                                                                                            10/54 
  Verifying        : rubygem-little-plugger-1.1.4-3.el8.noarch                                                                                                                                                                          11/54 
  Verifying        : rubygem-logging-2.3.1-1.el8.noarch                                                                                                                                                                                 12/54 
  Verifying        : rubygem-multi_json-1.15.0-1.el8.noarch                                                                                                                                                                             13/54 
  Verifying        : rubygem-powerbar-2.0.1-3.el8.noarch                                                                                                                                                                                14/54 
  Verifying        : puppet-agent-7.32.1-1.el8.x86_64                                                                                                                                                                                   15/54 
  Verifying        : bzip2-1.0.6-26.el8.x86_64                                                                                                                                                                                          16/54 
  Verifying        : zip-3.0-23.el8.x86_64                                                                                                                                                                                              17/54 
  Verifying        : patch-2.7.6-11.el8.x86_64                                                                                                                                                                                          18/54 
  Verifying        : unzip-6.0-46.el8.x86_64                                                                                                                                                                                            19/54 
  Verifying        : libbabeltrace-1.5.4-4.el8.x86_64                                                                                                                                                                                   20/54 
  Verifying        : binutils-2.30-123.el8.x86_64                                                                                                                                                                                       21/54 
  Verifying        : elfutils-0.190-2.el8.x86_64                                                                                                                                                                                        22/54 
  Verifying        : ghc-srpm-macros-1.4.2-7.el8.noarch                                                                                                                                                                                 23/54 
  Verifying        : ocaml-srpm-macros-5-4.el8.noarch                                                                                                                                                                                   24/54 
  Verifying        : openblas-srpm-macros-2-2.el8.noarch                                                                                                                                                                                25/54 
  Verifying        : perl-srpm-macros-1-25.el8.noarch                                                                                                                                                                                   26/54 
  Verifying        : rust-srpm-macros-5-2.el8.noarch                                                                                                                                                                                    27/54 
  Verifying        : libatomic_ops-7.6.2-3.el8.x86_64                                                                                                                                                                                   28/54 
  Verifying        : gc-7.6.4-3.el8.x86_64                                                                                                                                                                                              29/54 
  Verifying        : guile-5:2.0.14-7.el8.x86_64                                                                                                                                                                                        30/54 
  Verifying        : libipt-1.6.1-8.el8.x86_64                                                                                                                                                                                          31/54 
  Verifying        : zstd-1.4.4-1.el8.x86_64                                                                                                                                                                                            32/54 
  Verifying        : efi-srpm-macros-3-3.el8.noarch                                                                                                                                                                                     33/54 
  Verifying        : go-srpm-macros-2-17.el8.noarch                                                                                                                                                                                     34/54 
  Verifying        : dwz-0.12-10.el8.x86_64                                                                                                                                                                                             35/54 
  Verifying        : qt5-srpm-macros-5.15.3-1.el8.noarch                                                                                                                                                                                36/54 
  Verifying        : python-rpm-macros-3-45.el8.noarch                                                                                                                                                                                  37/54 
  Verifying        : python3-rpm-macros-3-45.el8.noarch                                                                                                                                                                                 38/54 
  Verifying        : redhat-rpm-config-131-1.el8.noarch                                                                                                                                                                                 39/54 
  Verifying        : python-srpm-macros-3-45.el8.noarch                                                                                                                                                                                 40/54 
  Verifying        : ruby-default-gems-2.7.8-139.module+el8.8.0+18745+f1bef313.noarch                                                                                                                                                   41/54 
  Verifying        : rubygem-bundler-2.2.24-139.module+el8.8.0+18745+f1bef313.noarch                                                                                                                                                    42/54 
  Verifying        : rubygem-irb-1.2.6-139.module+el8.8.0+18745+f1bef313.noarch                                                                                                                                                         43/54 
  Verifying        : rubygem-rdoc-6.2.1.1-139.module+el8.8.0+18745+f1bef313.noarch                                                                                                                                                      44/54 
  Verifying        : rubygems-3.1.6-139.module+el8.8.0+18745+f1bef313.noarch                                                                                                                                                            45/54 
  Verifying        : ruby-2.7.8-139.module+el8.8.0+18745+f1bef313.x86_64                                                                                                                                                                46/54 
  Verifying        : ruby-libs-2.7.8-139.module+el8.8.0+18745+f1bef313.x86_64                                                                                                                                                           47/54 
  Verifying        : rubygem-bigdecimal-2.0.0-139.module+el8.8.0+18745+f1bef313.x86_64                                                                                                                                                  48/54 
  Verifying        : rubygem-io-console-0.5.6-139.module+el8.8.0+18745+f1bef313.x86_64                                                                                                                                                  49/54 
  Verifying        : rubygem-json-2.3.0-139.module+el8.8.0+18745+f1bef313.x86_64                                                                                                                                                        50/54 
  Verifying        : rubygem-openssl-2.1.4-139.module+el8.8.0+18745+f1bef313.x86_64                                                                                                                                                     51/54 
  Verifying        : rubygem-psych-3.1.0-139.module+el8.8.0+18745+f1bef313.x86_64                                                                                                                                                       52/54 
  Verifying        : gdb-headless-8.2-20.el8.x86_64                                                                                                                                                                                     53/54 
  Verifying        : rpm-build-4.14.3-31.el8.x86_64                                                                                                                                                                                     54/54 
Installed products updated.

Installed:
  binutils-2.30-123.el8.x86_64                                                   bzip2-1.0.6-26.el8.x86_64                                                      dwz-0.12-10.el8.x86_64                                                      
  efi-srpm-macros-3-3.el8.noarch                                                 elfutils-0.190-2.el8.x86_64                                                    foreman-installer-1:3.10.0-1.el8.noarch                                     
  foreman-installer-katello-1:3.10.0-1.el8.noarch                                gc-7.6.4-3.el8.x86_64                                                          gdb-headless-8.2-20.el8.x86_64                                              
  ghc-srpm-macros-1.4.2-7.el8.noarch                                             go-srpm-macros-2-17.el8.noarch                                                 guile-5:2.0.14-7.el8.x86_64                                                 
  katello-certs-tools-2.9.0-2.el8.noarch                                         libatomic_ops-7.6.2-3.el8.x86_64                                               libbabeltrace-1.5.4-4.el8.x86_64                                            
  libipt-1.6.1-8.el8.x86_64                                                      ocaml-srpm-macros-5-4.el8.noarch                                               openblas-srpm-macros-2-2.el8.noarch                                         
  patch-2.7.6-11.el8.x86_64                                                      perl-srpm-macros-1-25.el8.noarch                                               puppet-agent-7.32.1-1.el8.x86_64                                            
  python-rpm-macros-3-45.el8.noarch                                              python-srpm-macros-3-45.el8.noarch                                             python3-rpm-macros-3-45.el8.noarch                                          
  qt5-srpm-macros-5.15.3-1.el8.noarch                                            redhat-rpm-config-131-1.el8.noarch                                             rpm-build-4.14.3-31.el8.x86_64                                              
  ruby-2.7.8-139.module+el8.8.0+18745+f1bef313.x86_64                            ruby-default-gems-2.7.8-139.module+el8.8.0+18745+f1bef313.noarch               ruby-libs-2.7.8-139.module+el8.8.0+18745+f1bef313.x86_64                    
  rubygem-ansi-1.5.0-3.el8.noarch                                                rubygem-bigdecimal-2.0.0-139.module+el8.8.0+18745+f1bef313.x86_64              rubygem-bundler-2.2.24-139.module+el8.8.0+18745+f1bef313.noarch             
  rubygem-clamp-1.3.2-1.el8.noarch                                               rubygem-hashie-5.0.0-1.el8.noarch                                              rubygem-highline-2.1.0-1.el8.noarch                                         
  rubygem-io-console-0.5.6-139.module+el8.8.0+18745+f1bef313.x86_64              rubygem-irb-1.2.6-139.module+el8.8.0+18745+f1bef313.noarch                     rubygem-json-2.3.0-139.module+el8.8.0+18745+f1bef313.x86_64                 
  rubygem-kafo-7.4.0-1.el8.noarch                                                rubygem-kafo_parsers-1.2.1-1.el8.noarch                                        rubygem-kafo_wizards-0.0.2-2.el8.noarch                                     
  rubygem-little-plugger-1.1.4-3.el8.noarch                                      rubygem-logging-2.3.1-1.el8.noarch                                             rubygem-multi_json-1.15.0-1.el8.noarch                                      
  rubygem-openssl-2.1.4-139.module+el8.8.0+18745+f1bef313.x86_64                 rubygem-powerbar-2.0.1-3.el8.noarch                                            rubygem-psych-3.1.0-139.module+el8.8.0+18745+f1bef313.x86_64                
  rubygem-rdoc-6.2.1.1-139.module+el8.8.0+18745+f1bef313.noarch                  rubygems-3.1.6-139.module+el8.8.0+18745+f1bef313.noarch                        rust-srpm-macros-5-2.el8.noarch                                             
  unzip-6.0-46.el8.x86_64                                                        zip-3.0-23.el8.x86_64                                                          zstd-1.4.4-1.el8.x86_64                                                     

Complete!

To be continued… (more character limits)

  1. Run installer
# foreman-installer --scenario katello
2024-07-30 18:58:34 [NOTICE] [root] Loading installer configuration. This will take some time.
2024-07-30 18:58:36 [NOTICE] [root] Running installer with log based terminal output at level NOTICE.
2024-07-30 18:58:36 [NOTICE] [root] Use -l to set the terminal output log level to ERROR, WARN, NOTICE, INFO, or DEBUG. See --full-help for definitions.
2024-07-30 19:02:13 [NOTICE] [configure] Starting system configuration.
2024-07-30 19:06:11 [NOTICE] [configure] 250 configuration steps out of 1422 steps complete.
2024-07-30 19:07:07 [NOTICE] [configure] 500 configuration steps out of 1424 steps complete.
2024-07-30 19:09:04 [NOTICE] [configure] 750 configuration steps out of 1427 steps complete.
2024-07-30 19:09:14 [NOTICE] [configure] 1000 configuration steps out of 1452 steps complete.
2024-07-30 19:11:17 [NOTICE] [configure] 1250 configuration steps out of 1452 steps complete.
2024-07-30 19:14:16 [NOTICE] [configure] System configuration has finished.
Executing: foreman-rake upgrade:run
=============================================
Upgrade Step 1/11: katello:correct_repositories. This may take a long while.
=============================================
Upgrade Step 2/11: katello:clean_backend_objects. This may take a long while.
0 orphaned consumer id(s) found in candlepin.
Candlepin orphaned consumers: []
=============================================
Upgrade Step 3/11: katello:upgrades:4.0:remove_ostree_puppet_content. =============================================
Upgrade Step 4/11: katello:upgrades:4.1:sync_noarch_content. =============================================
Upgrade Step 5/11: katello:upgrades:4.1:fix_invalid_pools. I, [2024-07-30T19:14:28.612805 #30750]  INFO -- : Corrected 0 invalid pools
I, [2024-07-30T19:14:28.612846 #30750]  INFO -- : Removed 0 orphaned pools
=============================================
Upgrade Step 6/11: katello:upgrades:4.1:reupdate_content_import_export_perms. =============================================
Upgrade Step 7/11: katello:upgrades:4.2:remove_checksum_values. =============================================
Upgrade Step 8/11: katello:upgrades:4.4:publish_import_cvvs. =============================================
Upgrade Step 9/11: katello:upgrades:4.8:fix_incorrect_providers. Fixing incorrect providers
Fixed 0 incorrect providers
Cleaning Candlepin orphaned custom products for organization Default Organization
Deleted 0 Candlepin orphaned custom products for organization Default Organization
=============================================
Upgrade Step 10/11: katello:upgrades:4.8:regenerate_imported_repository_metadata. No repositories found for regeneration.
=============================================
Upgrade Step 11/11: katello:upgrades:4.12:update_content_access_modes. Checking Candlepin status
Setting content access modes
----------------------------------------
Set content access mode for 0 organizations
----------------------------------------
  Success!
  * Foreman is running at https://rh8-foreman-dev.30.lmnt
      Initial credentials are admin / notsoeasypassword
  * To install an additional Foreman proxy on separate machine continue by running:

      foreman-proxy-certs-generate --foreman-proxy-fqdn "$FOREMAN_PROXY" --certs-tar "/root/$FOREMAN_PROXY-certs.tar.gz"
  * Foreman Proxy is running at https://rh8-foreman-dev.30.lmnt:9090

The full log is at /var/log/foreman-installer/katello.log
  1. Open firewall
# firewall-cmd --add-port="5647/tcp" --add-port="8000/tcp" --add-port="9090/tcp"
success
# firewall-cmd --add-service=http --add-service=https
success
# firewall-cmd --runtime-to-permanent
success
  1. Open the web-frontend, accept the self-signed cert, and visit the about page
  2. As everything looks good, time to check another time that all updates are installed
# dnf update
Updating Subscription Management repositories.
Last metadata expiration check: 0:19:31 ago on Tue 30 Jul 2024 06:59:17 PM CEST.
Dependencies resolved.
Nothing to do.
Complete!
  1. Update release packages
# dnf update https://yum.theforeman.org/releases/3.11/el8/x86_64/foreman-release.rpm \
> https://yum.theforeman.org/katello/4.13/katello/el8/x86_64/katello-repos-latest.rpm
Updating Subscription Management repositories.
Last metadata expiration check: 0:20:23 ago on Tue 30 Jul 2024 06:59:17 PM CEST.
foreman-release.rpm                                                                                                                                                                                            95 kB/s |  14 kB     00:00    
katello-repos-latest.rpm                                                                                                                                                                                      466 kB/s |  20 kB     00:00    
Dependencies resolved.
==============================================================================================================================================================================================================================================
 Package                                                      Architecture                                        Version                                                     Repository                                                 Size
==============================================================================================================================================================================================================================================
Upgrading:
 foreman-release                                              noarch                                              3.11.1-1.el8                                                @commandline                                               14 k
 katello-repos                                                noarch                                              4.13.1-1.el8                                                @commandline                                               20 k

Transaction Summary
==============================================================================================================================================================================================================================================
Upgrade  2 Packages

Total size: 34 k
Is this ok [y/N]: y
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                                                                                                                      1/1 
  Upgrading        : foreman-release-3.11.1-1.el8.noarch                                                                                                                                                                                  1/4 
  Upgrading        : katello-repos-4.13.1-1.el8.noarch                                                                                                                                                                                    2/4 
  Cleanup          : katello-repos-4.12.1-1.el8.noarch                                                                                                                                                                                    3/4 
  Cleanup          : foreman-release-3.10.0-1.el8.noarch                                                                                                                                                                                  4/4 
  Verifying        : foreman-release-3.11.1-1.el8.noarch                                                                                                                                                                                  1/4 
  Verifying        : foreman-release-3.10.0-1.el8.noarch                                                                                                                                                                                  2/4 
  Verifying        : katello-repos-4.13.1-1.el8.noarch                                                                                                                                                                                    3/4 
  Verifying        : katello-repos-4.12.1-1.el8.noarch                                                                                                                                                                                    4/4 
Installed products updated.

Upgraded:
  foreman-release-3.11.1-1.el8.noarch                                                                                    katello-repos-4.13.1-1.el8.noarch                                                                                   

Complete!
  1. Switch to PostgreSQL 13
# dnf -y module switch-to postgresql:13
Updating Subscription Management repositories.
Foreman 3.11                                                                                                                                                                                                  3.0 MB/s | 1.7 MB     00:00    
Foreman plugins 3.11                                                                                                                                                                                          6.2 MB/s | 1.9 MB     00:00    
Katello 4.13                                                                                                                                                                                                  518 kB/s | 307 kB     00:00    
Candlepin: an open source entitlement management system.                                                                                                                                                      301 kB/s |  62 kB     00:00    
pulpcore: Fetch, Upload, Organize, and Distribute Software Packages.                                                                                                                                          1.3 MB/s | 308 kB     00:00    
Modular dependency problems:

 Problem 1: module foreman:el8:31120240718202416:34d643a2.x86_64 from foreman requires module(postgresql:13), but none of the providers can be installed
  - module postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8080020230613131941:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8080020230613131941:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8050020210716085012:b4937e53.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8050020210716085012:b4937e53.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8050020211119210550:c5368500.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8050020211119210550:c5368500.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8070020230227142544:bd1311ed.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8070020230227142544:bd1311ed.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8060020220525083942:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8060020220525083942:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8040020210602192705:522a0ee4.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8040020210602192705:522a0ee4.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8090020240209125046:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8090020240209125046:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8060020211129152445:d63f516d.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8060020211129152445:d63f516d.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8090020231114113712:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8090020231114113712:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8040020210217220626:9f9e2e7e.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8040020210217220626:9f9e2e7e.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8090020230626093547:b46abd14.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8090020230626093547:b46abd14.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8090020240209130909:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - conflicting requests
 Problem 2: module foreman:el8:31120240718202416:34d643a2.x86_64 from foreman requires module(postgresql:13), but none of the providers can be installed
  - module postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8080020230613131941:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8080020230613131941:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8050020210716085012:b4937e53.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8050020210716085012:b4937e53.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8050020211119210550:c5368500.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8050020211119210550:c5368500.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8070020230227142544:bd1311ed.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8070020230227142544:bd1311ed.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8060020220525083942:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8060020220525083942:ad008a3a.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8040020210602192705:522a0ee4.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8040020210602192705:522a0ee4.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8090020240209125046:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8090020240209125046:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8060020211129152445:d63f516d.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8060020211129152445:d63f516d.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8090020231114113712:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8090020231114113712:a75119d5.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8040020210217220626:9f9e2e7e.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8040020210217220626:9f9e2e7e.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:13) provided by postgresql:13:8090020230626093547:b46abd14.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module postgresql:13:8090020230626093547:b46abd14.x86_64 from rhel-8-for-x86_64-appstream-rpms conflicts with module(postgresql:12) provided by postgresql:12:8080020230717103820:63b34585.x86_64 from rhel-8-for-x86_64-appstream-rpms
  - module katello:el8:41320240724162450:37be364f.x86_64 from katello requires module(foreman:el8), but none of the providers can be installed
  - conflicting requests
Dependencies resolved.
==============================================================================================================================================================================================================================================
 Package                                             Architecture                            Version                                                                  Repository                                                         Size
==============================================================================================================================================================================================================================================
Upgrading:
 postgresql                                          x86_64                                  13.14-1.module+el8.9.0+21288+3d364c44                                    rhel-8-for-x86_64-appstream-rpms                                  1.5 M
 postgresql-contrib                                  x86_64                                  13.14-1.module+el8.9.0+21288+3d364c44                                    rhel-8-for-x86_64-appstream-rpms                                  883 k
 postgresql-server                                   x86_64                                  13.14-1.module+el8.9.0+21288+3d364c44                                    rhel-8-for-x86_64-appstream-rpms                                  5.6 M
Switching module streams:
 postgresql                                                                                  12 -> 13                                                                                                                                        

Transaction Summary
==============================================================================================================================================================================================================================================
Upgrade  3 Packages

Total download size: 8.0 M
Downloading Packages:
(1/3): postgresql-13.14-1.module+el8.9.0+21288+3d364c44.x86_64.rpm                                                                                                                                            2.3 MB/s | 1.5 MB     00:00    
(2/3): postgresql-server-13.14-1.module+el8.9.0+21288+3d364c44.x86_64.rpm                                                                                                                                     6.5 MB/s | 5.6 MB     00:00    
(3/3): postgresql-contrib-13.14-1.module+el8.9.0+21288+3d364c44.x86_64.rpm                                                                                                                                    457 kB/s | 883 kB     00:01    
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                                                         4.1 MB/s | 8.0 MB     00:01     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                                                                                                                      1/1 
  Running scriptlet: postgresql-13.14-1.module+el8.9.0+21288+3d364c44.x86_64                                                                                                                                                              1/1 
  Upgrading        : postgresql-13.14-1.module+el8.9.0+21288+3d364c44.x86_64                                                                                                                                                              1/6 
  Upgrading        : postgresql-contrib-13.14-1.module+el8.9.0+21288+3d364c44.x86_64                                                                                                                                                      2/6 
  Running scriptlet: postgresql-server-13.14-1.module+el8.9.0+21288+3d364c44.x86_64                                                                                                                                                       3/6 
  Upgrading        : postgresql-server-13.14-1.module+el8.9.0+21288+3d364c44.x86_64                                                                                                                                                       3/6 
  Running scriptlet: postgresql-server-13.14-1.module+el8.9.0+21288+3d364c44.x86_64                                                                                                                                                       3/6 
  Running scriptlet: postgresql-server-12.18-1.module+el8.9.0+21289+7c796f9d.x86_64                                                                                                                                                       4/6 
  Cleanup          : postgresql-server-12.18-1.module+el8.9.0+21289+7c796f9d.x86_64                                                                                                                                                       4/6 
  Running scriptlet: postgresql-server-12.18-1.module+el8.9.0+21289+7c796f9d.x86_64                                                                                                                                                       4/6 
  Cleanup          : postgresql-contrib-12.18-1.module+el8.9.0+21289+7c796f9d.x86_64                                                                                                                                                      5/6 
  Cleanup          : postgresql-12.18-1.module+el8.9.0+21289+7c796f9d.x86_64                                                                                                                                                              6/6 
  Running scriptlet: postgresql-12.18-1.module+el8.9.0+21289+7c796f9d.x86_64                                                                                                                                                              6/6 
  Verifying        : postgresql-13.14-1.module+el8.9.0+21288+3d364c44.x86_64                                                                                                                                                              1/6 
  Verifying        : postgresql-12.18-1.module+el8.9.0+21289+7c796f9d.x86_64                                                                                                                                                              2/6 
  Verifying        : postgresql-contrib-13.14-1.module+el8.9.0+21288+3d364c44.x86_64                                                                                                                                                      3/6 
  Verifying        : postgresql-contrib-12.18-1.module+el8.9.0+21289+7c796f9d.x86_64                                                                                                                                                      4/6 
  Verifying        : postgresql-server-13.14-1.module+el8.9.0+21288+3d364c44.x86_64                                                                                                                                                       5/6 
  Verifying        : postgresql-server-12.18-1.module+el8.9.0+21289+7c796f9d.x86_64                                                                                                                                                       6/6 
Installed products updated.

Upgraded:
  postgresql-13.14-1.module+el8.9.0+21288+3d364c44.x86_64                   postgresql-contrib-13.14-1.module+el8.9.0+21288+3d364c44.x86_64                   postgresql-server-13.14-1.module+el8.9.0+21288+3d364c44.x86_64                  

Complete!
  1. Stop Foreman
# foreman-maintain service stop
Running Stop Services
================================================================================
Check if command is run as root user:                                 [OK]
--------------------------------------------------------------------------------
Stop applicable services: 

Stopping the following service(s):
redis, postgresql, pulpcore-api, pulpcore-content, pulpcore-api.socket, pulpcore-content.socket, pulpcore-worker@1.service, pulpcore-worker@2.service, pulpcore-worker@3.service, pulpcore-worker@4.service, tomcat, dynflow-sidekiq@orchestrator, foreman, httpd, foreman.socket, dynflow-sidekiq@worker-1, dynflow-sidekiq@worker-hosts-queue-1, foreman-proxy
- All services stopped                                                [OK]      
--------------------------------------------------------------------------------

To be continued…