<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Migrate CentOS 7 to AlmaLinux 8 Using ELevate Repo	</title>
	<atom:link href="https://www.tecmint.com/migrate-centos-7-to-almalinux-8/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/migrate-centos-7-to-almalinux-8/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 16 Apr 2024 14:39:55 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: jonnytwolegs		</title>
		<link>https://www.tecmint.com/migrate-centos-7-to-almalinux-8/comment-page-1/#comment-2159070</link>

		<dc:creator><![CDATA[jonnytwolegs]]></dc:creator>
		<pubDate>Tue, 16 Apr 2024 14:39:55 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=50263#comment-2159070</guid>

					<description><![CDATA[Step 4:
&lt;pre&gt;
sudo leapp upgrade
&lt;/pre&gt;
Shouldn&#039;t this command be &quot;&lt;strong&gt;preupgrade&lt;/strong&gt;&quot; instead?
]]></description>
			<content:encoded><![CDATA[<p>Step 4:</p>
<pre>
sudo leapp upgrade
</pre>
<p>Shouldn&#8217;t this command be &#8220;<strong>preupgrade</strong>&#8221; instead?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ivan		</title>
		<link>https://www.tecmint.com/migrate-centos-7-to-almalinux-8/comment-page-1/#comment-2156933</link>

		<dc:creator><![CDATA[Ivan]]></dc:creator>
		<pubDate>Tue, 09 Apr 2024 14:08:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=50263#comment-2156933</guid>

					<description><![CDATA[Hi Guys! 

This upgrade will be transparent for our workloads in docker? I was playing to deploy a new VM with Rocky and then export/import all related to docker but if we could upgrade easily with this tool I would go with the elevated project!!

Regards!
Ivan]]></description>
			<content:encoded><![CDATA[<p>Hi Guys! </p>
<p>This upgrade will be transparent for our workloads in docker? I was playing to deploy a new VM with Rocky and then export/import all related to docker but if we could upgrade easily with this tool I would go with the elevated project!!</p>
<p>Regards!<br />
Ivan</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: IRLA -Henri-Laurent		</title>
		<link>https://www.tecmint.com/migrate-centos-7-to-almalinux-8/comment-page-1/#comment-2125972</link>

		<dc:creator><![CDATA[IRLA -Henri-Laurent]]></dc:creator>
		<pubDate>Sun, 14 Jan 2024 10:35:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=50263#comment-2125972</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/migrate-centos-7-to-almalinux-8/comment-page-1/#comment-2122244&quot;&gt;Ravi Saive&lt;/a&gt;.

Hi Ravi,

Many thanks for your answer.

After reflection, I decided to stop the migration from the current Centos 7 server to 8 and install it on new hardware, Alma or Rocky OS, and gradually migrate my applications and services to the new server. A solution that is certainly more restrictive but less risky in terms of the availability of the existing system!

I admit that I was somewhat careless in my first approach, thinking that the migration process was proven and not very risky!

I want to stabilize my current centos 7 and be able to return from the Steps ( steps from the tecmint update process)  already completed since my previous status:

Here is my  partial process migration  : 
&lt;pre&gt;
sudo rpmconf -a
sudo package-cleanup --leaves
sudo package-cleanup --orphans
dnf  remove yum yum-metadata-parser
sudo dnf  remove yum yum-metadata-parser
sudo rm -rf /etc/yum
sudo dnf --best --alloweraqsing  upgrade https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo dnf install http://vault.centos.org/8.5.2111/BaseOS/x86_64/os/Packages/{centos-linux-repos-8-3.el8.noarch.rpm,centos-linux-release-8.5-1.2111.el8.noarch.rpm,centos-gpg-keys-8-3.el8.noarch.rpm}
&lt;/pre&gt;
Yum is removed and naturally, the old epel release and repository are replaced by a new depository! ( I  use the dnf command from many years ago).
 
Have you any idea how to downgrade the partial process recover precedent centos 7,  and recover the correct repository and centos 7  references from /etc/redhat-release and  /etc/os-release and others:?

I greatly appreciate your help!
Best regards Ravi 
Henri]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/migrate-centos-7-to-almalinux-8/comment-page-1/#comment-2122244">Ravi Saive</a>.</p>
<p>Hi Ravi,</p>
<p>Many thanks for your answer.</p>
<p>After reflection, I decided to stop the migration from the current Centos 7 server to 8 and install it on new hardware, Alma or Rocky OS, and gradually migrate my applications and services to the new server. A solution that is certainly more restrictive but less risky in terms of the availability of the existing system!</p>
<p>I admit that I was somewhat careless in my first approach, thinking that the migration process was proven and not very risky!</p>
<p>I want to stabilize my current centos 7 and be able to return from the Steps ( steps from the tecmint update process)  already completed since my previous status:</p>
<p>Here is my  partial process migration  : </p>
<pre>
sudo rpmconf -a
sudo package-cleanup --leaves
sudo package-cleanup --orphans
dnf  remove yum yum-metadata-parser
sudo dnf  remove yum yum-metadata-parser
sudo rm -rf /etc/yum
sudo dnf --best --alloweraqsing  upgrade https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo dnf install http://vault.centos.org/8.5.2111/BaseOS/x86_64/os/Packages/{centos-linux-repos-8-3.el8.noarch.rpm,centos-linux-release-8.5-1.2111.el8.noarch.rpm,centos-gpg-keys-8-3.el8.noarch.rpm}
</pre>
<p>Yum is removed and naturally, the old epel release and repository are replaced by a new depository! ( I  use the dnf command from many years ago).</p>
<p>Have you any idea how to downgrade the partial process recover precedent centos 7,  and recover the correct repository and centos 7  references from /etc/redhat-release and  /etc/os-release and others:?</p>
<p>I greatly appreciate your help!<br />
Best regards Ravi<br />
Henri</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/migrate-centos-7-to-almalinux-8/comment-page-1/#comment-2122244</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 04 Jan 2024 04:49:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=50263#comment-2122244</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/migrate-centos-7-to-almalinux-8/comment-page-1/#comment-2122089&quot;&gt;IRLA -Henri-Laurent&lt;/a&gt;.

@Henri,

The error you&#039;re encountering shows that there are missing dependencies for the installed kernel version. To resolve this issue, you can follow these general steps:

First, update all packages, or specifically target the ones mentioned in the error message:
&lt;pre&gt;
sudo yum update
sudo yum update hypervvssd hypervfcopyd hypervkvpd kmod-kvdo
&lt;/pre&gt;
If updating the kernel and dependencies doesn&#039;t resolve the issue, you may need to reinstall the problematic packages. 
&lt;pre&gt;
sudo yum reinstall hypervvssd hypervfcopyd hypervkvpd kmod-kvdo
&lt;/pre&gt;
After following these steps, the dependencies should be resolved.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/migrate-centos-7-to-almalinux-8/comment-page-1/#comment-2122089">IRLA -Henri-Laurent</a>.</p>
<p>@Henri,</p>
<p>The error you&#8217;re encountering shows that there are missing dependencies for the installed kernel version. To resolve this issue, you can follow these general steps:</p>
<p>First, update all packages, or specifically target the ones mentioned in the error message:</p>
<pre>
sudo yum update
sudo yum update hypervvssd hypervfcopyd hypervkvpd kmod-kvdo
</pre>
<p>If updating the kernel and dependencies doesn&#8217;t resolve the issue, you may need to reinstall the problematic packages. </p>
<pre>
sudo yum reinstall hypervvssd hypervfcopyd hypervkvpd kmod-kvdo
</pre>
<p>After following these steps, the dependencies should be resolved.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: IRLA -Henri-Laurent		</title>
		<link>https://www.tecmint.com/migrate-centos-7-to-almalinux-8/comment-page-1/#comment-2122089</link>

		<dc:creator><![CDATA[IRLA -Henri-Laurent]]></dc:creator>
		<pubDate>Wed, 03 Jan 2024 16:14:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=50263#comment-2122089</guid>

					<description><![CDATA[Hi,

I initiated the intermediate update of my centos7 Kernel:3.10.0-1160.102.1.el7.x86_64 to centos 8. My choice of migrating to &lt;strong&gt;Stream&lt;/strong&gt; or &lt;strong&gt;RokyLinux&lt;/strong&gt; has not yet been decided!

Process ok until the command: &lt;code&gt;&quot;sudo rpm -e `rpm -q kernel`&quot;&lt;/code&gt;

I&#039;m getting messages from publishers that are not very encouraging!
&lt;pre&gt;
&quot; error: Failed dependencies:
kernel &#062;= 3.10.0-384.el7 is needed by (installed) hypervvssd-0-0.34.20180415git.el7.x86_64
kernel &#062;= 3.10.0-384.el7 is needed by (installed) hypervfcopyd-0-0.34.20180415git.el7.x86_64
kernel &#062;= 3.10.0-384.el7 is needed by (installed) hypervkvpd-0-0.34.20180415git.el7.x86_64
kernel &#062;= 3.10.0-1133.el7 is needed by (installed) kmod-kvdo-6.1.3.23-5.el7.x86_64 ....
kernel(wake_up_process) = 0xe65cdceb is needed by (installed) kmod-kvdo-6.1 .3.23-5.el7.x86_64
kernel(yield) = 0x760a0f4f is needed by (installed) kmod-kvdo-6.1.3.23-5.el7.x86_64&quot;
&lt;/pre&gt;
Here versioning state:
&lt;pre&gt;
cat /etc/redhat-release

CentOS Linux release 8.5.2111
&lt;/pre&gt;
[root@alpha yum.repos.d]# cat /etc/os-release
&lt;pre&gt;
NAME=&quot;CentOS Linux&quot;
VERSION=&quot;8&quot;
ID=&quot;centos&quot;
ID_LIKE=&quot;rhel fedora&quot;
VERSION_ID=&quot;8&quot;
PLATFORM_ID=&quot;platform:el8&quot;
PRETTY_NAME=&quot;CentOS Linux 8&quot;
ANSI_COLOR=&quot;0;31&quot;
CPE_NAME=&quot;cpe:/o:centos:centos:8&quot;
HOME_URL=&quot;https://centos.org/&quot;
BUG_REPORT_URL=&quot;https://bugs.centos.org/&quot;
CENTOS_MANTISBT_PROJECT=&quot;CentOS-8&quot;
CENTOS_MANTISBT_PROJECT_VERSION=&quot;8&quot;
&lt;/pre&gt;
Any suggestions would be appreciated
Thanks in advance 
Regards 
Henri-Laurent]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I initiated the intermediate update of my centos7 Kernel:3.10.0-1160.102.1.el7.x86_64 to centos 8. My choice of migrating to <strong>Stream</strong> or <strong>RokyLinux</strong> has not yet been decided!</p>
<p>Process ok until the command: <code>"sudo rpm -e `rpm -q kernel`"</code></p>
<p>I&#8217;m getting messages from publishers that are not very encouraging!</p>
<pre>
" error: Failed dependencies:
kernel &gt;= 3.10.0-384.el7 is needed by (installed) hypervvssd-0-0.34.20180415git.el7.x86_64
kernel &gt;= 3.10.0-384.el7 is needed by (installed) hypervfcopyd-0-0.34.20180415git.el7.x86_64
kernel &gt;= 3.10.0-384.el7 is needed by (installed) hypervkvpd-0-0.34.20180415git.el7.x86_64
kernel &gt;= 3.10.0-1133.el7 is needed by (installed) kmod-kvdo-6.1.3.23-5.el7.x86_64 ....
kernel(wake_up_process) = 0xe65cdceb is needed by (installed) kmod-kvdo-6.1 .3.23-5.el7.x86_64
kernel(yield) = 0x760a0f4f is needed by (installed) kmod-kvdo-6.1.3.23-5.el7.x86_64"
</pre>
<p>Here versioning state:</p>
<pre>
cat /etc/redhat-release

CentOS Linux release 8.5.2111
</pre>
<p>[root@alpha yum.repos.d]# cat /etc/os-release</p>
<pre>
NAME="CentOS Linux"
VERSION="8"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="CentOS Linux 8"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL="https://centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-8"
CENTOS_MANTISBT_PROJECT_VERSION="8"
</pre>
<p>Any suggestions would be appreciated<br />
Thanks in advance<br />
Regards<br />
Henri-Laurent</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
