{"id":35433,"date":"2023-10-02T14:51:41","date_gmt":"2023-10-02T19:51:41","guid":{"rendered":"https:\/\/www.filecloud.com\/blog\/?p=35433"},"modified":"2023-10-02T14:51:41","modified_gmt":"2023-10-02T19:51:41","slug":"upgrade-to-filecloud-v23-1-with-rhel-9","status":"publish","type":"post","link":"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/","title":{"rendered":"Upgrade to FileCloud v23.1 with RHEL 9"},"content":{"rendered":"<p><span style=\"font-style: normal !msorm;\"><em>Note: this blog post is intended for system and IT administrators who manage FileCloud Server environments. <\/em><\/span><\/p>\n<p>To initiate the upgrade process, we will be performing a phase-by-phase method.<\/p>\n<ul>\n<li>Upgrade MongoDB from 4.4 to 6.0.<\/li>\n<li>Perform in-place OS upgrade.<\/li>\n<li>Upgrade from FileCloud v22.1 to v23.1.<\/li>\n<\/ul>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_63 counter-hierarchy ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title \" >Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-1'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/#Preliminary_Recommendations\" title=\"Preliminary Recommendations\">Preliminary Recommendations<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-1'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/#Upgrade_MongoDB_from_44_to_60\" title=\"Upgrade MongoDB from 4.4 to 6.0\">Upgrade MongoDB from 4.4 to 6.0<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-1'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/#Perform_In-place_OS_Upgrade_from_RHEL_8_to_RHEL_9\" title=\"Perform In-place OS Upgrade from RHEL 8 to RHEL 9.\">Perform In-place OS Upgrade from RHEL 8 to RHEL 9.<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-1'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/#Perform_FileCloud_Upgrade_from_22x_to_231\" title=\"Perform FileCloud Upgrade from 22.x to 23.1.\">Perform FileCloud Upgrade from 22.x to 23.1.<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-1'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/#Conclusion_Upgrade_to_FileCloud_v231_with_RHEL_9\" title=\"Conclusion: Upgrade to FileCloud v23.1 with RHEL 9\">Conclusion: Upgrade to FileCloud v23.1 with RHEL 9<\/a><\/li><\/ul><\/nav><\/div>\n<h1><span class=\"ez-toc-section\" id=\"Preliminary_Recommendations\"><\/span>Preliminary <b><i><\/i><\/b>Recommendations<b><i><\/i><\/b><span class=\"ez-toc-section-end\"><\/span><\/h1>\n<p>Beginning with v23.1, FileCloud will only be supporting direct upgrades from v22.1 with RHEL 8 to v23.1 with RHEL 9. For any other versions, we recommend migrating to a new server with FileCloud 23.1 installed on RHEL 9.<\/p>\n<p>Prior to upgrading FileCloud, we recommend taking server snapshots and backups of \/var\/www\/html and mongodump of the database.<\/p>\n<p>If you are upgrading an AWS instance from RHEL 8 to RHEL 9, you will need a RHEL subscription.<\/p>\n<h1><span class=\"ez-toc-section\" id=\"Upgrade_MongoDB_from_44_to_60\"><\/span>Upgrade MongoDB from 4.4 to 6.0<span class=\"ez-toc-section-end\"><\/span><\/h1>\n<p>First, we will override the filecloudcp with the newer version, which supports the mongodb upgrade from 5.0 to 6.0.<\/p>\n<pre>curl --location 'https:\/\/repo.filecloudlabs.com\/static\/misc\/filecloudcp' -o \/usr\/bin\/filecloudcp\r\nchmod 755 \/usr\/bin\/filecloudcp<\/pre>\n<ol>\n<li><strong>Running MongoDB Compatibility version to 4.4<\/strong><strong>.<\/strong><\/li>\n<\/ol>\n<pre>mongo --quiet --eval \u201cdb.adminCommand( { setFeatureCompatibilityVersion: \u20184.4\u2019 } )\"<\/pre>\n<ol start=\"2\">\n<li><strong>Stop services for MongoDB upgrade<\/strong><strong>. <\/strong><\/li>\n<\/ol>\n<pre><span style=\"font-style: normal !msorm;\">service httpd stop<\/span>\r\n<span style=\"font-style: normal !msorm;\">service fcorchestrator stop<\/span>\r\n<span style=\"font-style: normal !msorm;\">service cron stop<\/span>\r\n<span style=\"font-style: normal !msorm;\">service fcdocconverter stop<\/span>\r\n<span style=\"font-style: normal !msorm;\">service solr stop<\/span><\/pre>\n<ol start=\"3\">\n<li><strong>Upgrad<\/strong><strong>e MongoDB using filecloudcp command to 5.0.<\/strong><\/li>\n<\/ol>\n<pre>filecloudcp -m50<\/pre>\n<ol start=\"4\">\n<li><strong>Run MongoDB Compatibility version to 5.0<\/strong><strong>.<\/strong><\/li>\n<\/ol>\n<pre>mongo --quiet --eval \"db.adminCommand( { setFeatureCompatibilityVersion: '5.0' } )\"<\/pre>\n<ol start=\"5\">\n<li><strong>Upgrad<\/strong><strong>e MongoDB using filecloudcp command to 6.0.<\/strong><\/li>\n<\/ol>\n<pre>filecloudcp -m60<\/pre>\n<ol start=\"6\">\n<li><strong>Run MongoDB Compatibility version to 6.0<\/strong><strong>.<\/strong><\/li>\n<\/ol>\n<pre>mongosh --quiet --eval \"db.adminCommand( { setFeatureCompatibilityVersion: '6.0' } )\"<\/pre>\n<h1><span class=\"ez-toc-section\" id=\"Perform_In-place_OS_Upgrade_from_RHEL_8_to_RHEL_9\"><\/span>Perform In-place OS Upgrade from RHEL 8 to RHEL 9.<span class=\"ez-toc-section-end\"><\/span><\/h1>\n<pre><span style=\"font-style: normal !msorm;\">service apache2 stop<\/span>\r\n<span style=\"font-style: normal !msorm;\">service fcorchestrator stop<\/span>\r\n<span style=\"font-style: normal !msorm;\">service cron stop<\/span>\r\n<span style=\"font-style: normal !msorm;\">service fcdocconverter stop<\/span>\r\n<span style=\"font-style: normal !msorm;\">service solr stop<\/span>\r\n<span style=\"font-style: normal !msorm;\">service mongod stop<\/span>\r\n\r\nsubscription-manager list --installed\r\nsudo rm -Rf \/root\/tmp_leapp_py3\r\nsubscription-manager release --set 8.7\r\ndnf update -y\r\nreboot\r\ndnf install leapp-upgrade -y\r\ndnf versionlock clear\r\n#Disable AllowZoneDrifting in \/etc\/firewalld\/firewalld.conf\r\nsed -e '\/AllowZoneDrifting\/ s\/^#*\/#\/' -i \/etc\/firewalld\/firewalld.conf\r\nsystemctl restart firewalld\r\nupdate-crypto-policies --set LEGACY\r\nreboot\r\nDisable root user and create a sudo user\r\n\r\ncp -rvf \/var\/www\/html \/var\/www\/html_backup\r\ncp -rvf \/etc\/httpd\/httpd.conf \/opt\/httpd.conf\r\n\r\nmongodump --out \/opt\/mongo_backup\r\nservice httpd stop\r\nservice fcorchestrator stop\r\nservice crond stop\r\nservice fcdocconverter stop\r\nservice solr stop\r\nservice mongod stop\r\n\r\n#Remove the below packages:\r\nrpm -e --nodeps nodejs\r\nleapp preupgrade\r\nleapp upgrade --target 9.0\r\nreboot<\/pre>\n<h1><span class=\"ez-toc-section\" id=\"Perform_FileCloud_Upgrade_from_22x_to_231\"><\/span>Perform FileCloud Upgrade from 22.x to 23.1.<span class=\"ez-toc-section-end\"><\/span><\/h1>\n<pre><span style=\"font-style: normal !msorm;\">service httpd stop<\/span>\r\n<span style=\"font-style: normal !msorm;\">service fcorchestrator stop<\/span>\r\n<span style=\"font-style: normal !msorm;\">service cron stop<\/span>\r\n<span style=\"font-style: normal !msorm;\">service fcdocconverter stop<\/span>\r\n<span style=\"font-style: normal !msorm;\">service solr stop<\/span>\r\n<span style=\"font-style: normal !msorm;\">service mongod stop<\/span><\/pre>\n<p><span style=\"font-weight: normal !msorm;\"><strong>Remov<\/strong><\/span><strong>e<span style=\"font-weight: normal !msorm;\"> old Filecloud repos<\/span><\/strong><strong>.<\/strong><\/p>\n<pre>rm -rf \/etc\/yum.repos.d\/filecloud*.repo<\/pre>\n<p><span style=\"font-weight: normal !msorm;\"><strong>Add repos compactible to RHEL 9<\/strong><\/span><strong>.<\/strong><\/p>\n<pre>yum clean all\r\nyum remove httpd* php* -y\r\nyum update -y\r\nsemodule -nB\r\nmv\u00a0 \/var\/www\/html\u00a0 \/var\/www\/html_old\r\ncp -rvf \/var\/www\/html_backup \/var\/www\/html\r\ncat &lt;&lt;EOF &gt; \/etc\/yum.repos.d\/filecloud-23.1.repo\r\n[filecloud-23.1]\r\nname=FileCloud 23.1\r\nbaseurl=https:\/\/repo.filecloudlabs.com\/yum\/redhat\/\\$releasever\/filecloud\/23.1\/x86_64\/\r\ngpgcheck=1\r\nenabled=1\r\ngpgkey=https:\/\/repo.filecloudlabs.com\/static\/pgp\/filecloud.asc\r\nmodule_hotfixes=true\r\nEOF\r\nyum update -y\r\nyum install yum-utils -y\r\nyum-config-manager --enable filecloud-23.1\r\napt-get install apache2 mongodb-org -y\r\n\r\ncp -rvf \/opt\/httpd.conf \/etc\/httpd\/httpd.conf\r\n\r\napt install -y --no-install-recommends php8.2*\r\nACCEPT_EULA=Y\u00a0 apt-get install filecloud -y<\/pre>\n<h1><span class=\"ez-toc-section\" id=\"Conclusion_Upgrade_to_FileCloud_v231_with_RHEL_9\"><\/span>Conclusion: Upgrade to FileCloud v23.1 with RHEL 9<span class=\"ez-toc-section-end\"><\/span><\/h1>\n<p>This post has been published to support system and IT administrators responsible for managing and maintaining FileCloud Server environments. For more information on FileCloud v23.1, check out our <a href=\"https:\/\/www.filecloud.com\/supportdocs\/fcdoc\/latest\/server\/release-notes\/filecloud-version-23-1-release-notes\" class=\"broken_link\">release notes<\/a> or reach out to our <a href=\"https:\/\/www.filecloud.com\/filecloud-support\/\">support team<\/a>!<\/p>\n<p>\u00a0<\/p>\n<p><span style=\"font-weight: normal !msorm;\"><strong>Article written by <\/strong><\/span><a href=\"https:\/\/www.linkedin.com\/in\/nandakumarcs\/\"><span style=\"font-weight: normal !msorm;\"><strong>Nandakumar Chitra Suresh<\/strong><\/span><\/a><span style=\"font-weight: normal !msorm;\"><strong>, Support Engineering Manager<\/strong><\/span><\/p>\n<p><span style=\"font-weight: normal !msorm;\"><strong>Edited by <\/strong><\/span><a href=\"https:\/\/www.linkedin.com\/in\/katie-gerhardt-88541791\/\"><span style=\"font-weight: normal !msorm;\"><strong>Katie Gerhardt<\/strong><\/span><\/a><span style=\"font-weight: normal !msorm;\"><strong>, Jr. Product Marketing Manager<\/strong><\/span><\/p>\n<p>\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Note: this blog post is intended for system and IT administrators who manage FileCloud Server environments. To initiate the upgrade process, we will be performing a phase-by-phase method. Upgrade MongoDB from 4.4 to 6.0. Perform in-place OS upgrade. Upgrade from FileCloud v22.1 to v23.1. Preliminary Recommendations Beginning with v23.1, FileCloud will only be supporting direct [&hellip;]<\/p>\n","protected":false},"author":31,"featured_media":35435,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[18,20,1878],"tags":[1852,1807,1882,1883],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.13 (Yoast SEO v20.13) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Upgrade to FileCloud v23.1 with RHEL 9 - FileCloud blog<\/title>\n<meta name=\"description\" content=\"Upgrade FileCloud Server to the latest version with RHEL 9 to leverage the latest secure file sharing and data governance features.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Upgrade to FileCloud v23.1 with RHEL 9\" \/>\n<meta property=\"og:description\" content=\"Upgrade FileCloud Server to the latest version with RHEL 9 to leverage the latest secure file sharing and data governance features.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/\" \/>\n<meta property=\"og:site_name\" content=\"FileCloud blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/tonidopage\" \/>\n<meta property=\"article:published_time\" content=\"2023-10-02T19:51:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/09\/FileCloud-Server-Upgrade-23.1-RHEL-9.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1282\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Katie Gerhardt\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@getfilecloud\" \/>\n<meta name=\"twitter:site\" content=\"@getfilecloud\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Katie Gerhardt\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/\"},\"author\":{\"name\":\"Katie Gerhardt\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/ea3506ea3e9eb7bb2036e6c7c8fc05ea\"},\"headline\":\"Upgrade to FileCloud v23.1 with RHEL 9\",\"datePublished\":\"2023-10-02T19:51:41+00:00\",\"dateModified\":\"2023-10-02T19:51:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/\"},\"wordCount\":263,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\"},\"keywords\":[\"FileCloud 23.1\",\"FileCloud Server\",\"RHEL 9\",\"Upgrade FileCloud\"],\"articleSection\":[\"Admin Tools and Tips\",\"FileCloud\",\"Technical Guidance\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/\",\"url\":\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/\",\"name\":\"Upgrade to FileCloud v23.1 with RHEL 9 - FileCloud blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#website\"},\"datePublished\":\"2023-10-02T19:51:41+00:00\",\"dateModified\":\"2023-10-02T19:51:41+00:00\",\"description\":\"Upgrade FileCloud Server to the latest version with RHEL 9 to leverage the latest secure file sharing and data governance features.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.filecloud.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Upgrade to FileCloud v23.1 with RHEL 9\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#website\",\"url\":\"https:\/\/www.filecloud.com\/blog\/\",\"name\":\"FileCloud blog\",\"description\":\"Topics on Private cloud, On-Premises, Self-Hosted, Enterprise File Sync and Sharing\",\"publisher\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.filecloud.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\",\"name\":\"FileCloud\",\"url\":\"https:\/\/www.filecloud.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg\",\"contentUrl\":\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg\",\"width\":155,\"height\":40,\"caption\":\"FileCloud\"},\"image\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/tonidopage\",\"https:\/\/twitter.com\/getfilecloud\",\"https:\/\/www.linkedin.com\/company\/codelathe\",\"https:\/\/www.pinterest.com\/filecloud\/filecloud\/\",\"https:\/\/www.youtube.com\/channel\/UCbU5gTFdNCPESA5aGipFW6g\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/ea3506ea3e9eb7bb2036e6c7c8fc05ea\",\"name\":\"Katie Gerhardt\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/07bbf4097008eebfdc680520a6973c6e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/07bbf4097008eebfdc680520a6973c6e?s=96&d=mm&r=g\",\"caption\":\"Katie Gerhardt\"},\"description\":\"Product Marketing Manager\",\"sameAs\":[\"1\",\"https:\/\/www.linkedin.com\/in\/katie-gerhardt-88541791\/\"],\"url\":\"https:\/\/www.filecloud.com\/blog\/author\/katie\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Upgrade to FileCloud v23.1 with RHEL 9 - FileCloud blog","description":"Upgrade FileCloud Server to the latest version with RHEL 9 to leverage the latest secure file sharing and data governance features.","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:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/","og_locale":"en_US","og_type":"article","og_title":"Upgrade to FileCloud v23.1 with RHEL 9","og_description":"Upgrade FileCloud Server to the latest version with RHEL 9 to leverage the latest secure file sharing and data governance features.","og_url":"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/","og_site_name":"FileCloud blog","article_publisher":"https:\/\/www.facebook.com\/tonidopage","article_published_time":"2023-10-02T19:51:41+00:00","og_image":[{"width":1920,"height":1282,"url":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/09\/FileCloud-Server-Upgrade-23.1-RHEL-9.jpg","type":"image\/jpeg"}],"author":"Katie Gerhardt","twitter_card":"summary_large_image","twitter_creator":"@getfilecloud","twitter_site":"@getfilecloud","twitter_misc":{"Written by":"Katie Gerhardt","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/#article","isPartOf":{"@id":"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/"},"author":{"name":"Katie Gerhardt","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/ea3506ea3e9eb7bb2036e6c7c8fc05ea"},"headline":"Upgrade to FileCloud v23.1 with RHEL 9","datePublished":"2023-10-02T19:51:41+00:00","dateModified":"2023-10-02T19:51:41+00:00","mainEntityOfPage":{"@id":"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/"},"wordCount":263,"commentCount":0,"publisher":{"@id":"https:\/\/www.filecloud.com\/blog\/#organization"},"keywords":["FileCloud 23.1","FileCloud Server","RHEL 9","Upgrade FileCloud"],"articleSection":["Admin Tools and Tips","FileCloud","Technical Guidance"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/","url":"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/","name":"Upgrade to FileCloud v23.1 with RHEL 9 - FileCloud blog","isPartOf":{"@id":"https:\/\/www.filecloud.com\/blog\/#website"},"datePublished":"2023-10-02T19:51:41+00:00","dateModified":"2023-10-02T19:51:41+00:00","description":"Upgrade FileCloud Server to the latest version with RHEL 9 to leverage the latest secure file sharing and data governance features.","breadcrumb":{"@id":"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-rhel-9\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.filecloud.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Upgrade to FileCloud v23.1 with RHEL 9"}]},{"@type":"WebSite","@id":"https:\/\/www.filecloud.com\/blog\/#website","url":"https:\/\/www.filecloud.com\/blog\/","name":"FileCloud blog","description":"Topics on Private cloud, On-Premises, Self-Hosted, Enterprise File Sync and Sharing","publisher":{"@id":"https:\/\/www.filecloud.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.filecloud.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.filecloud.com\/blog\/#organization","name":"FileCloud","url":"https:\/\/www.filecloud.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg","contentUrl":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg","width":155,"height":40,"caption":"FileCloud"},"image":{"@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/tonidopage","https:\/\/twitter.com\/getfilecloud","https:\/\/www.linkedin.com\/company\/codelathe","https:\/\/www.pinterest.com\/filecloud\/filecloud\/","https:\/\/www.youtube.com\/channel\/UCbU5gTFdNCPESA5aGipFW6g"]},{"@type":"Person","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/ea3506ea3e9eb7bb2036e6c7c8fc05ea","name":"Katie Gerhardt","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/07bbf4097008eebfdc680520a6973c6e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/07bbf4097008eebfdc680520a6973c6e?s=96&d=mm&r=g","caption":"Katie Gerhardt"},"description":"Product Marketing Manager","sameAs":["1","https:\/\/www.linkedin.com\/in\/katie-gerhardt-88541791\/"],"url":"https:\/\/www.filecloud.com\/blog\/author\/katie\/"}]}},"_links":{"self":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/35433"}],"collection":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/users\/31"}],"replies":[{"embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/comments?post=35433"}],"version-history":[{"count":3,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/35433\/revisions"}],"predecessor-version":[{"id":35437,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/35433\/revisions\/35437"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/media\/35435"}],"wp:attachment":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/media?parent=35433"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/categories?post=35433"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/tags?post=35433"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}