<?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 Stream &#8211; OSLogs</title>
	<atom:link href="https://oslogs.com/tag/centos-8-stream/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:14 +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 Stream &#8211; OSLogs</title>
	<link>https://oslogs.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<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>
