{"id":5333,"date":"2025-02-24T14:47:22","date_gmt":"2025-02-24T12:47:22","guid":{"rendered":"https:\/\/securenetworks.gr\/?p=5333"},"modified":"2025-02-25T14:47:39","modified_gmt":"2025-02-25T12:47:39","slug":"migrating-from-centos-7-to-alma-linux-8","status":"publish","type":"post","link":"https:\/\/securenetworks.gr\/en\/migrating-from-centos-7-to-alma-linux-8\/","title":{"rendered":"Migrating from CentOS 7 to Alma Linux 8"},"content":{"rendered":"<p>As of June 30, 2024, CentOS 7 reached its end of life (EOL). That means it will no longer receive updates, bug fixes, critical security patches, or any new features. It is very important to migrate to a supported operating system to maintain the functionality and security of your systems. AlmaLinux is a reliable alternative to CentOS. It&#039;s a community-driven enterprise distribution that is binary compatible with Red Hat Enterprise Linux (RHEL). It&#039;s an environment similar to what CentOS users are used to as well as being free and open source.<\/p>\n\n\n\n<p><em>Upgrading your CentOS 7 devices to AlmaLinux 8 will take a little planning.<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em>Update the system to get the latest updates.<\/em><\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em>Convert and upgrade CentOS 7 to AlmaLinux 8.<\/em><\/li>\n\n\n\n<li><a href=\"https:\/\/wiki.almalinux.org\/elevate\/ELevating-CentOS7-to-AlmaLinux-9.html#upgrade-centos-7-to-almalinux-8\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Upgrade CentOS 7 to AlmaLinux 8<\/strong><\/a><\/li>\n<\/ul>\n\n\n\n<p><strong>Step 1.<\/strong><\/p>\n\n\n\n<p>When you try to update your system, you get this error:<\/p>\n\n\n\n<p><code>Cannot find a valid baseurl for repo: base\/7\/x86_64<\/code><\/p>\n\n\n\n<p>or<\/p>\n\n\n\n<p><code>Could not retrieve mirrorlist http:\/\/mirrorlist.centos.org\/?release=7&amp;arch=x86_64&amp;repo=os&amp;infra=stock error was 14: curl#6 - &quot;Could not resolve host: mirrorlist.centos.org; Unknown error&quot;<\/code><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Update the system to get the latest updates and reboot your machine.\u00a0<strong>NOTE:<\/strong>\u00a0Since the CentOS 7 repositories are now offline you will need to swap to the CentOS vault, or you can use AlmaLInux-CentOS 7 mirror:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo curl -o \/etc\/yum.repos.d\/CentOS-Base.repo https:\/\/el7.repo.almalinux.org\/centos\/CentOS-Base.repo sudo yum upgrade -y sudo reboot<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><\/ul>\n\n\n\n<p><strong>Step 2.<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Next you need to install the&nbsp;<em>elevate-release<\/em>&nbsp;package with the project repo and GPG key:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><code>sudo yum install -y http:\/\/repo.almalinux.org\/elevate\/elevate-release-latest-el$(rpm --eval %rhel).noarch.rpm\n<\/code><\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Install leap packages and upgrade data for AlmaLinux:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo yum install -y leapp-upgrade leapp-data-almalinux\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Start a preupgrade check. In the meantime, the Leapp utility creates a special&nbsp;<em>\/var\/log\/leapp\/leapp-report.txt<\/em>&nbsp;file that contains possible problems and recommended solutions. No rpm packages will be installed at this phase.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo leapp preupgrade\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>This summary report will help you get a picture of whether it is possible to continue the upgrade.<\/li>\n<\/ul>\n\n\n\n<p><strong>TIP: In certain configurations, Leapp generates&nbsp;<em>\/var\/log\/leapp\/answerfile<\/em>&nbsp;with true\/false questions. Leapp utility requires answers to all these questions in order to proceed with the upgrade.<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The following fixes from&nbsp;<em>the \/var\/log\/leapp\/leapp-report.txt<\/em>&nbsp;file are the most popular for CentOS 7, but it&#039;s recommended to review the whole file<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Check the&nbsp;<a href=\"https:\/\/wiki.almalinux.org\/elevate\/ELevate-frequent-issues\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>ELevate Frequent Issues<\/strong><\/a>&nbsp;page for known and frequent issues and guidance steps to solve them.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><code>sudo rmmod pata_acpi\necho PermitRootLogin yes | sudo tee -a \/etc\/ssh\/sshd_config\nsudo leapp answer --section remove_pam_pkcs11_module_check.confirm=True<\/code><\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If we have encrypted disks with LUKS, we will see that <strong>leap<\/strong> package does not support installation with luks disks via the actor inhibitwhenluks. The trick is to delete the actor inhibitwhenluks and try to run leap again. (<strong><a href=\"https:\/\/www.it-hure.de\/2024\/02\/update-alma-rhel-with-leapp-and-luks\/\" target=\"_blank\" rel=\"noreferrer noopener\">IT-Hure<\/a>)<\/strong> So we run:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><code>sudo rm -rf \/usr\/share\/leapp-repository\/repositories\/system_upgrade\/common\/actors\/inhibitwhenluks<\/code><\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Also for Alma you may need to allow non RedHat Kernel to be installed: remove abort in \/usr\/share\/leapp-repository\/repositories\/system_upgrade\/common\/actors\/kernel\/checkinstalledkernels\/libraries\/checkinstalledkernels.py<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><code>sed -e 's:raise StopActorExecutionError:#raise StopActorExecutionError:g' \/usr\/share\/leapp-repository\/repositories\/system_upgrade\/common\/actors\/kernel\/checkinstalledkernels\/libraries\/checkinstalledkernels.py<\/code><\/code><\/pre>\n\n\n\n<p>We delete the old answers file and run again the leap preupgrade command and check if there are errors to solve. When done we can now run the leap upgrade command<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Start an upgrade. You&#039;ll be offered to reboot the system after this process is completed.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><code>sudo leapp upgrade\nsudo reboot<\/code><\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A new entry in GRUB called&nbsp;<code>ELevate-Upgrade-Initramfs<\/code>&nbsp;will appear. The system will be automatically booted into it. See how the update process goes in the console.<\/li>\n\n\n\n<li>After reboot, login to the system and check how the upgrade went. Verify that the current OS is the one you need. Check logs and packages left from the previous OS version, consider removing or updating them manually.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><code>cat \/etc\/redhat-release\ncat \/etc\/os-release\nrpm -qa | grep el7 \ncat \/var\/log\/leapp\/leapp-report.txt\ncat \/var\/log\/leapp\/leapp-upgrade.log<\/code><\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Navigate to the&nbsp;<strong>\/etc\/<\/strong>&nbsp;directory and use an editor of your choice to edit the&nbsp;<strong>yum.conf<\/strong>&nbsp;file. You need to remove everything from the&nbsp;<strong>exclude<\/strong>&nbsp;line especially that refers to elevate or leap or comment the line.<\/li>\n<\/ul>\n\n\n\n<p>An example of yum.conf file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>[main] gpgcheck=1 installonly_limit=3 clean_requirements_on_remove=True best=True skip_if_unavailable=False exclude=python2-leapp,snactor,leapp-upgrade-el7toel8,leapp<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>We do the same in <em>\/etc\/dnf\/dnf.conf<\/em><\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Now you can remove\/manually upgrade packages left from CentOS 7 without any conflicts.<\/li>\n\n\n\n<li>Check packages left from CentOS 7:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><code>rpm -qa | grep el7<\/code><\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>f you face difficulties while removing the packages, the following command might help you:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><code>sudo rpm -e --nodeps<\/code><\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You can also check for the packages left from the upgrade process and remove them:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><code>rpm -qa | grep elevate\nrpm -qa | grep leapp<\/code><\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Check if you have the&nbsp;<em>\/root\/tmp_leapp_py3<\/em>&nbsp;directory created and if so delete it.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><code>sudo rm -fr \/root\/tmp_leapp_py3<\/code><\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Clean your machine.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><code>sudo dnf clean all<\/code><\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You may also have to remove old RSA\/SHA1 GPG keys. List the keys:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><code>rpm -q gpg-pubkey --qf '%{NAME}-%{VERSION}-%{RELEASE}t%{SUMMARY}n'<\/code><\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To remove them, use the&nbsp;<code>rpm -e<\/code>&nbsp;command:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo rpm -e [keyname]<\/code><\/pre>\n\n\n\n<p>Fully update your system<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>sudo dnf makecache\nsudo dnf distro-sync\nsudo reboot<\/code><\/code><\/pre>\n\n\n\n<p>Login in your new Alma Linux 8 system again!<\/p>\n\n\n\n<p>Enjoy!<\/p>\n\n\n\n<p>&nbsp;<\/p>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>As of June 30, 2024, CentOS 7 reached its end of life (EOL). That means it will no longer receive updates, bug fixes, critical security patches, or any new features. It is very important to migrate to a supported operating system to maintain the functionality and security of your systems. AlmaLinux is a reliable alternative [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":5345,"comment_status":"closed","ping_status":"closed","sticky":true,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[30,33,32,31],"class_list":["post-5333","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-alma-linux-8","tag-centos-7","tag-elevate","tag-migrate"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Migrating from CentOS 7 to Alma Linux 8 - SecureNetworks<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/securenetworks.gr\/en\/migrating-from-centos-7-to-alma-linux-8\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Migrating from CentOS 7 to Alma Linux 8 - SecureNetworks\" \/>\n<meta property=\"og:description\" content=\"As of June 30, 2024, CentOS 7 reached its end of life (EOL). That means it will no longer receive updates, bug fixes, critical security patches, or any new features. It is very important to migrate to a supported operating system to maintain the functionality and security of your systems. AlmaLinux is a reliable alternative [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/securenetworks.gr\/en\/migrating-from-centos-7-to-alma-linux-8\/\" \/>\n<meta property=\"og:site_name\" content=\"SecureNetworks\" \/>\n<meta property=\"article:published_time\" content=\"2025-02-24T12:47:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-25T12:47:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/securenetworks.gr\/wp-content\/uploads\/2025\/02\/Migrating-CentOS7-to-AlmaLinux8.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1101\" \/>\n\t<meta property=\"og:image:height\" content=\"520\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Secure Networks\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Secure Networks\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/\"},\"author\":{\"name\":\"Secure Networks\",\"@id\":\"https:\/\/securenetworks.gr\/#\/schema\/person\/f5bdc2c1c5e19f119714febd0dabda17\"},\"headline\":\"Migrating from CentOS 7 to Alma Linux 8\",\"datePublished\":\"2025-02-24T12:47:22+00:00\",\"dateModified\":\"2025-02-25T12:47:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/\"},\"wordCount\":681,\"publisher\":{\"@id\":\"https:\/\/securenetworks.gr\/#organization\"},\"image\":{\"@id\":\"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/securenetworks.gr\/wp-content\/uploads\/2025\/02\/Migrating-CentOS7-to-AlmaLinux8.png\",\"keywords\":[\"Alma LInux 8\",\"CentOS 7\",\"Elevate\",\"Migrate\"],\"articleSection\":[\"\u0393\u03b5\u03bd\u03b9\u03ba\u03ac\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/\",\"url\":\"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/\",\"name\":\"Migrating from CentOS 7 to Alma Linux 8 - SecureNetworks\",\"isPartOf\":{\"@id\":\"https:\/\/securenetworks.gr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/securenetworks.gr\/wp-content\/uploads\/2025\/02\/Migrating-CentOS7-to-AlmaLinux8.png\",\"datePublished\":\"2025-02-24T12:47:22+00:00\",\"dateModified\":\"2025-02-25T12:47:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/#primaryimage\",\"url\":\"https:\/\/securenetworks.gr\/wp-content\/uploads\/2025\/02\/Migrating-CentOS7-to-AlmaLinux8.png\",\"contentUrl\":\"https:\/\/securenetworks.gr\/wp-content\/uploads\/2025\/02\/Migrating-CentOS7-to-AlmaLinux8.png\",\"width\":1101,\"height\":520},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae\",\"item\":\"https:\/\/securenetworks.gr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Migrating from CentOS 7 to Alma Linux 8\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/securenetworks.gr\/#website\",\"url\":\"https:\/\/securenetworks.gr\/\",\"name\":\"Secure Networks\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/securenetworks.gr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/securenetworks.gr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/securenetworks.gr\/#organization\",\"name\":\"Secure Networks\",\"url\":\"https:\/\/securenetworks.gr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/securenetworks.gr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/securenetworks.gr\/wp-content\/uploads\/2025\/02\/2.png\",\"contentUrl\":\"https:\/\/securenetworks.gr\/wp-content\/uploads\/2025\/02\/2.png\",\"width\":1563,\"height\":518,\"caption\":\"Secure Networks\"},\"image\":{\"@id\":\"https:\/\/securenetworks.gr\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/securenetworks.gr\/#\/schema\/person\/f5bdc2c1c5e19f119714febd0dabda17\",\"name\":\"Secure Networks\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/securenetworks.gr\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/securenetworks.gr\/wp-content\/uploads\/2025\/02\/1-150x150.png\",\"contentUrl\":\"https:\/\/securenetworks.gr\/wp-content\/uploads\/2025\/02\/1-150x150.png\",\"caption\":\"Secure Networks\"},\"sameAs\":[\"https:\/\/securenetworks.gr\/\"],\"url\":\"https:\/\/securenetworks.gr\/en\/author\/spmoysis\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Migrating from CentOS 7 to Alma Linux 8 - SecureNetworks","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/securenetworks.gr\/en\/migrating-from-centos-7-to-alma-linux-8\/","og_locale":"en_US","og_type":"article","og_title":"Migrating from CentOS 7 to Alma Linux 8 - SecureNetworks","og_description":"As of June 30, 2024, CentOS 7 reached its end of life (EOL). That means it will no longer receive updates, bug fixes, critical security patches, or any new features. It is very important to migrate to a supported operating system to maintain the functionality and security of your systems. AlmaLinux is a reliable alternative [&hellip;]","og_url":"https:\/\/securenetworks.gr\/en\/migrating-from-centos-7-to-alma-linux-8\/","og_site_name":"SecureNetworks","article_published_time":"2025-02-24T12:47:22+00:00","article_modified_time":"2025-02-25T12:47:39+00:00","og_image":[{"width":1101,"height":520,"url":"https:\/\/securenetworks.gr\/wp-content\/uploads\/2025\/02\/Migrating-CentOS7-to-AlmaLinux8.png","type":"image\/png"}],"author":"Secure Networks","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Secure Networks","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/#article","isPartOf":{"@id":"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/"},"author":{"name":"Secure Networks","@id":"https:\/\/securenetworks.gr\/#\/schema\/person\/f5bdc2c1c5e19f119714febd0dabda17"},"headline":"Migrating from CentOS 7 to Alma Linux 8","datePublished":"2025-02-24T12:47:22+00:00","dateModified":"2025-02-25T12:47:39+00:00","mainEntityOfPage":{"@id":"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/"},"wordCount":681,"publisher":{"@id":"https:\/\/securenetworks.gr\/#organization"},"image":{"@id":"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/#primaryimage"},"thumbnailUrl":"https:\/\/securenetworks.gr\/wp-content\/uploads\/2025\/02\/Migrating-CentOS7-to-AlmaLinux8.png","keywords":["Alma LInux 8","CentOS 7","Elevate","Migrate"],"articleSection":["\u0393\u03b5\u03bd\u03b9\u03ba\u03ac"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/","url":"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/","name":"Migrating from CentOS 7 to Alma Linux 8 - SecureNetworks","isPartOf":{"@id":"https:\/\/securenetworks.gr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/#primaryimage"},"image":{"@id":"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/#primaryimage"},"thumbnailUrl":"https:\/\/securenetworks.gr\/wp-content\/uploads\/2025\/02\/Migrating-CentOS7-to-AlmaLinux8.png","datePublished":"2025-02-24T12:47:22+00:00","dateModified":"2025-02-25T12:47:39+00:00","breadcrumb":{"@id":"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/#primaryimage","url":"https:\/\/securenetworks.gr\/wp-content\/uploads\/2025\/02\/Migrating-CentOS7-to-AlmaLinux8.png","contentUrl":"https:\/\/securenetworks.gr\/wp-content\/uploads\/2025\/02\/Migrating-CentOS7-to-AlmaLinux8.png","width":1101,"height":520},{"@type":"BreadcrumbList","@id":"https:\/\/securenetworks.gr\/migrating-from-centos-7-to-alma-linux-8\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae","item":"https:\/\/securenetworks.gr\/"},{"@type":"ListItem","position":2,"name":"Migrating from CentOS 7 to Alma Linux 8"}]},{"@type":"WebSite","@id":"https:\/\/securenetworks.gr\/#website","url":"https:\/\/securenetworks.gr\/","name":"Secure Networks","description":"","publisher":{"@id":"https:\/\/securenetworks.gr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/securenetworks.gr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/securenetworks.gr\/#organization","name":"Secure Networks","url":"https:\/\/securenetworks.gr\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/securenetworks.gr\/#\/schema\/logo\/image\/","url":"https:\/\/securenetworks.gr\/wp-content\/uploads\/2025\/02\/2.png","contentUrl":"https:\/\/securenetworks.gr\/wp-content\/uploads\/2025\/02\/2.png","width":1563,"height":518,"caption":"Secure Networks"},"image":{"@id":"https:\/\/securenetworks.gr\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/securenetworks.gr\/#\/schema\/person\/f5bdc2c1c5e19f119714febd0dabda17","name":"Secure Networks","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/securenetworks.gr\/#\/schema\/person\/image\/","url":"https:\/\/securenetworks.gr\/wp-content\/uploads\/2025\/02\/1-150x150.png","contentUrl":"https:\/\/securenetworks.gr\/wp-content\/uploads\/2025\/02\/1-150x150.png","caption":"Secure Networks"},"sameAs":["https:\/\/securenetworks.gr\/"],"url":"https:\/\/securenetworks.gr\/en\/author\/spmoysis\/"}]}},"_links":{"self":[{"href":"https:\/\/securenetworks.gr\/en\/wp-json\/wp\/v2\/posts\/5333","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/securenetworks.gr\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/securenetworks.gr\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/securenetworks.gr\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/securenetworks.gr\/en\/wp-json\/wp\/v2\/comments?post=5333"}],"version-history":[{"count":39,"href":"https:\/\/securenetworks.gr\/en\/wp-json\/wp\/v2\/posts\/5333\/revisions"}],"predecessor-version":[{"id":5442,"href":"https:\/\/securenetworks.gr\/en\/wp-json\/wp\/v2\/posts\/5333\/revisions\/5442"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/securenetworks.gr\/en\/wp-json\/wp\/v2\/media\/5345"}],"wp:attachment":[{"href":"https:\/\/securenetworks.gr\/en\/wp-json\/wp\/v2\/media?parent=5333"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/securenetworks.gr\/en\/wp-json\/wp\/v2\/categories?post=5333"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/securenetworks.gr\/en\/wp-json\/wp\/v2\/tags?post=5333"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}