<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CentOS 8 &#8211; OSLogs</title>
	<atom:link href="https://oslogs.com/tag/centos-8/feed/" rel="self" type="application/rss+xml" />
	<link>https://oslogs.com</link>
	<description>Logging Operating System Updates</description>
	<lastBuildDate>Wed, 23 Jul 2025 06:20:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://oslogs.com/wp-content/uploads/2023/05/favicon.png</url>
	<title>CentOS 8 &#8211; OSLogs</title>
	<link>https://oslogs.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Downgrade from CentOS 8 Stream to CentOS 8</title>
		<link>https://oslogs.com/2022/07/09/downgrade-from-centos-8-stream-to-centos-8/</link>
					<comments>https://oslogs.com/2022/07/09/downgrade-from-centos-8-stream-to-centos-8/#comments</comments>
		
		<dc:creator><![CDATA[Nishant Kaushal]]></dc:creator>
		<pubDate>Sat, 09 Jul 2022 10:45:15 +0000</pubDate>
				<category><![CDATA[CentOS Stream]]></category>
		<category><![CDATA[CentOS 8]]></category>
		<category><![CDATA[CentOS stream]]></category>
		<category><![CDATA[Downgrade CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Migrate to CentOS Stream]]></category>
		<guid isPermaLink="false">https://oslogs.com/?p=596</guid>

					<description><![CDATA[As we all know, CentOS 8 had reached its EOL on the 31st of December 2021. Now CentOS is itself moving from being downstream to RHEL release to an upstream development branch of RHEL. Upstream vs downstream CentOS Linux is a rebuild of Red Hat Enterprise Linux (RHEL). As such, it is downsteam from RHEL. [&#8230;]]]></description>
										<content:encoded><![CDATA[<div id="bsf_rt_marker"></div>
<p>As we all know, <a rel="noreferrer noopener" href="https://centos.org" target="_blank">CentOS 8</a> had reached its <a rel="noreferrer noopener" href="https://www.centos.org/centos-linux-eol/" target="_blank">EOL on the 31st of December 2021</a>. Now CentOS is itself moving from being downstream to RHEL release to an upstream development branch of RHEL.</p>



<p><strong>Upstream vs downstream</strong></p>



<p>CentOS Linux is a rebuild of Red Hat Enterprise Linux (RHEL). As such, it is downsteam from RHEL. CentOS Linux release version numbers reflect the date of the RHEL release on which they are based.</p>



<p>CentOS Stream, on the other hand, is the upstream, public development branch for RHEL. Specifically, CentOS Stream 8 is the upstream for the next minor release of RHEL 8, CentOS Stream 9 for the next minor release of RHEL 9, and so on.</p>



<p><strong>Upgrading from CentOS 8 to CentOS 8 stream</strong></p>



<p>Please refer to our complete step by step guide on <a href="https://oslogs.com/2022/04/30/lets-migrate-centos-8-to-centos-8-stream/">how to upgrade from CentOS 8 to CentOS 8 Stream</a>.</p>



<p><strong>Downgrading from CentOS 8 stream to CentOS 8</strong></p>



<p>As mentioned above, CentOS 8 stream is the upstream for the next minor release of RHEL 8. So, what if there is something that you need as a mandatory feature, which is missing in CentOS 8 Stream and don&#8217;t find it?</p>



<p>Follow these steps to downgrade from CentOS 8 stream to CentOS 8.</p>



<p>1. Check the current version of CentOS</p>



<p><code>sudo cat /etc/os-release</code></p>



<figure class="wp-block-image size-large"><a href="https://oslogs.com/wp-content/uploads/2022/07/1.jpg"><img fetchpriority="high" decoding="async" width="1024" height="174" src="https://oslogs.com/wp-content/uploads/2022/07/1-1024x174.jpg" alt="" class="wp-image-597" srcset="https://oslogs.com/wp-content/uploads/2022/07/1-1024x174.jpg 1024w, https://oslogs.com/wp-content/uploads/2022/07/1-300x51.jpg 300w, https://oslogs.com/wp-content/uploads/2022/07/1-768x130.jpg 768w, https://oslogs.com/wp-content/uploads/2022/07/1-850x144.jpg 850w, https://oslogs.com/wp-content/uploads/2022/07/1.jpg 1349w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<figure class="wp-block-image size-large"><a href="https://oslogs.com/wp-content/uploads/2022/07/2.jpg"><img decoding="async" width="1024" height="29" src="https://oslogs.com/wp-content/uploads/2022/07/2-1024x29.jpg" alt="" class="wp-image-598" srcset="https://oslogs.com/wp-content/uploads/2022/07/2-1024x29.jpg 1024w, https://oslogs.com/wp-content/uploads/2022/07/2-300x8.jpg 300w, https://oslogs.com/wp-content/uploads/2022/07/2-768x22.jpg 768w, https://oslogs.com/wp-content/uploads/2022/07/2-850x24.jpg 850w, https://oslogs.com/wp-content/uploads/2022/07/2.jpg 1348w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<p>2. Remove the centos-stream package</p>



<p>sudo <code>dnf remove centos-stream-release</code></p>



<p>You will recieve a message like &#8220;Problem: The operation would result in removing the following protected packages: setup&#8221;</p>



<figure class="wp-block-image size-large"><a href="https://oslogs.com/wp-content/uploads/2022/07/3-1.jpg"><img decoding="async" width="1024" height="51" src="https://oslogs.com/wp-content/uploads/2022/07/3-1-1024x51.jpg" alt="" class="wp-image-601" srcset="https://oslogs.com/wp-content/uploads/2022/07/3-1-1024x51.jpg 1024w, https://oslogs.com/wp-content/uploads/2022/07/3-1-300x15.jpg 300w, https://oslogs.com/wp-content/uploads/2022/07/3-1-768x38.jpg 768w, https://oslogs.com/wp-content/uploads/2022/07/3-1-850x42.jpg 850w, https://oslogs.com/wp-content/uploads/2022/07/3-1.jpg 1348w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<p>So take a backup of your current yum setup and re-run the command</p>



<p>sudo <code>dnf remove centos-stream-release</code></p>



<figure class="wp-block-image size-large"><a href="https://oslogs.com/wp-content/uploads/2022/07/5.jpg"><img loading="lazy" decoding="async" width="1024" height="237" src="https://oslogs.com/wp-content/uploads/2022/07/5-1024x237.jpg" alt="" class="wp-image-602" srcset="https://oslogs.com/wp-content/uploads/2022/07/5-1024x237.jpg 1024w, https://oslogs.com/wp-content/uploads/2022/07/5-300x69.jpg 300w, https://oslogs.com/wp-content/uploads/2022/07/5-768x178.jpg 768w, https://oslogs.com/wp-content/uploads/2022/07/5-850x197.jpg 850w, https://oslogs.com/wp-content/uploads/2022/07/5.jpg 1349w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>



<p>3. Copy the repository files from a new CentOS 8 installation to /etc/yum.repos.d/ . You can download it from <a href="https://oslogs.com/wp-content/uploads/2022/07/yum.repos_.d.zip">here</a>.</p>



<p>4. Resync the CentOS 8 distro</p>



<p>sudo <code>dnf distro-sync --releasever 8</code></p>



<p>5. Finally reboot the server</p>



<p><code>reboot</code></p>



<p>6. Welcome back to CentOS 8. Check the current version of CentOS</p>



<p><code>sudo cat /etc/os-release</code></p>



<figure class="wp-block-image size-large"><a href="https://oslogs.com/wp-content/uploads/2022/07/6.jpg"><img loading="lazy" decoding="async" width="1024" height="175" src="https://oslogs.com/wp-content/uploads/2022/07/6-1024x175.jpg" alt="" class="wp-image-604" srcset="https://oslogs.com/wp-content/uploads/2022/07/6-1024x175.jpg 1024w, https://oslogs.com/wp-content/uploads/2022/07/6-300x51.jpg 300w, https://oslogs.com/wp-content/uploads/2022/07/6-768x131.jpg 768w, https://oslogs.com/wp-content/uploads/2022/07/6-850x145.jpg 850w, https://oslogs.com/wp-content/uploads/2022/07/6.jpg 1347w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>



<p>And you are moved back to CentOS 8 <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://oslogs.com/2022/07/09/downgrade-from-centos-8-stream-to-centos-8/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Migrate CentOS 8 to CentOS 8 Stream</title>
		<link>https://oslogs.com/2022/04/30/migrate-centos-8-to-centos-8-stream/</link>
					<comments>https://oslogs.com/2022/04/30/migrate-centos-8-to-centos-8-stream/#respond</comments>
		
		<dc:creator><![CDATA[Nishant Kaushal]]></dc:creator>
		<pubDate>Sat, 30 Apr 2022 13:03:32 +0000</pubDate>
				<category><![CDATA[CentOS Stream]]></category>
		<category><![CDATA[CentOS 8]]></category>
		<category><![CDATA[CentOS 8 Stream]]></category>
		<category><![CDATA[CentOS stream]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Migrate to CentOS Stream]]></category>
		<guid isPermaLink="false">https://oslogs.com/?p=55</guid>

					<description><![CDATA[Migrating CentOS 8 to CentOS 8 Stream is surprisingly as easy as maybe updating to the next version of CentOS itself! First things first&#8230; Update the current system to the latest version of all the software packages. This ensures that firstly your yum repository cache itself is up to date and also updates the packages [&#8230;]]]></description>
										<content:encoded><![CDATA[<div id="bsf_rt_marker"></div>
<p>Migrating CentOS 8 to <a href="https://oslogs.com/2022/04/21/what-is-centos-stream/">CentOS 8 Stream</a> is surprisingly as easy as maybe updating to the next version of CentOS itself!</p>



<p>First things first&#8230; Update the current system to the latest version of all the software packages. This ensures that firstly your yum repository cache itself is up to date and also updates the packages to the latest<br><code><em>sudo yum -y update</em></code></p>



<p>Now lets install dnf &#8211; DNF is the software package manager that installs, updates, and removes packages and is a successor to yum<br><code><em>sudo yum -y install dnf</em></code></p>



<p>Just to know that we are indeed on CentOS 8 before begining the migration, check the current version of CentOS<br><code><em>sudo cat /etc/centosos-release</em></code></p>



<p>Disable current CentOS 8 linux repository and replace them with their corresponding CentOS 8 Stream ones<br><code><em>sudo dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos</em></code></p>



<p><code><em>sudo sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*</em></code></p>



<p><code><em>sudo sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*</em></code></p>



<p>Its time to synchronize the latest distributions of all the software packages meant for CentOS 8 Stream<br><code><em>sudo dnf distro-sync</em></code></p>



<p>Finally, reboot the system<br><code><em>sudo reboot</em></code></p>



<p>Moment of truth. Once the server is back online after the reboot, check the OS version post the upgrade<br><code><em>sudo cat /etc/centos-release</em></code></p>



<p>That&#8217;s it!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://oslogs.com/2022/04/30/migrate-centos-8-to-centos-8-stream/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
