{"id":35430,"date":"2023-09-28T17:26:49","date_gmt":"2023-09-28T22:26:49","guid":{"rendered":"https:\/\/www.filecloud.com\/blog\/?p=35430"},"modified":"2023-09-28T17:26:49","modified_gmt":"2023-09-28T22:26:49","slug":"upgrade-to-filecloud-v23-1-with-ubuntu-22-04-lts","status":"publish","type":"post","link":"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-ubuntu-22-04-lts\/","title":{"rendered":"Upgrade to FileCloud v23.1 with Ubuntu 22.04 LTS"},"content":{"rendered":"<p><em>Note: this blog post is intended for system and IT administrators who manage FileCloud Server environments.<\/em><\/p>\n<p>To initiate the upgrade process, we will be performing 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-ubuntu-22-04-lts\/#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-ubuntu-22-04-lts\/#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-ubuntu-22-04-lts\/#Perform_In-place_OS_Upgrade_from_Ubuntu_2004_LTS_to_Ubuntu_2204_LTS\" title=\"Perform In-place OS Upgrade from Ubuntu 20.04 LTS to Ubuntu 22.04 LTS\">Perform In-place OS Upgrade from Ubuntu 20.04 LTS to Ubuntu 22.04 LTS<\/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-ubuntu-22-04-lts\/#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-ubuntu-22-04-lts\/#Conclusion_Upgrade_to_FileCloud_v231_with_Ubuntu_2204_LTS\" title=\"Conclusion: Upgrade to FileCloud v23.1 with Ubuntu 22.04 LTS\">Conclusion: Upgrade to FileCloud v23.1 with Ubuntu 22.04 LTS<\/a><\/li><\/ul><\/nav><\/div>\n<h1><span class=\"ez-toc-section\" id=\"Preliminary_Recommendations\"><\/span>Preliminary Recommendations<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 Ubuntu 20.04 LTS to v23.1 with Ubuntu 22.04 LTS. For any other versions, we recommend migrating to a new server with FileCloud 23.1 installed on Ubuntu 22.04 LTS.<\/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<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 that 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>Run MongoDB Compatibility version to 4.4.<\/strong><\/li>\n<\/ol>\n<pre>mongo --quiet --eval \"db.adminCommand( { setFeatureCompatibilityVersion: '4.4' } )\"<\/pre>\n<ol start=\"2\">\n<li><strong>Stop services for MongoDB upgrade.<\/strong><\/li>\n<\/ol>\n<ul>\n<li>service apache2 stop<\/li>\n<li>service fcorchestrator stop<\/li>\n<li>service cron stop<\/li>\n<li>service fcdocconverter stop<\/li>\n<li>service solr stop<\/li>\n<\/ul>\n<ol start=\"3\">\n<li><strong>Upgrade MongoDB using filecloudcp command to 5.0.<\/strong><\/li>\n<\/ol>\n<p>filecloudcp -m50<\/p>\n<ol start=\"4\">\n<li><strong>Run MongoDB compatibility version to 5.0.<\/strong><\/li>\n<\/ol>\n<pre>mongo --quiet --eval \"db.adminCommand( { setFeatureCompatibilityVersion: '5.0' } )\"<\/pre>\n<ol start=\"5\">\n<li><strong>Upgrade 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><\/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_Ubuntu_2004_LTS_to_Ubuntu_2204_LTS\"><\/span>Perform In-place OS Upgrade from Ubuntu 20.04 LTS to Ubuntu 22.04 LTS<span class=\"ez-toc-section-end\"><\/span><\/h1>\n<pre>service apache2 stop\r\nservice fcorchestrator stop\r\nservice cron stop\r\nservice fcdocconverter stop\r\nservice solr stop\r\nservice mongod stop\r\napt-get dist-upgrade -y\r\napt-get autoremove -y\r\napt-get install update-manager-core -y\r\nreboot\r\ndo-release-upgrade -f DistUpgradeViewNonInteractive<\/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>service apache2 stop\r\nservice fcorchestrator stop\r\nservice cron stop\r\nservice fcdocconverter stop\r\nservice solr stop\r\nservice mongod stop<\/pre>\n<p><strong>Remove Old FileCloud Repos.<\/strong><\/p>\n<pre>rm -rf \/etc\/apt\/sources.list.d\/filecloud.list\r\nrm -rf \/etc\/apt\/sources.list.d\/mongodb-org-6.0.list<\/pre>\n<p><em>\u00a0<\/em><strong>Add repos compactible to Ubuntu 22.04 LTS.<\/strong><\/p>\n<pre>curl -fsSL https:\/\/pgp.mongodb.com\/server-6.0.asc | sudo gpg -o \/usr\/share\/keyrings\/mongodb-server-6.0.gpg --dearmor\r\ncurl -fsSL https:\/\/repo.filecloudlabs.com\/static\/pgp\/filecloud.asc | sudo gpg -o \/usr\/share\/keyrings\/filecloud.gpg --dearmor\r\necho \"deb [ arch=amd64,arm64 signed-by=\/usr\/share\/keyrings\/mongodb-server-6.0.gpg ] https:\/\/repo.mongodb.org\/apt\/ubuntu jammy\/mongodb-org\/6.0 multiverse\" | sudo tee \/etc\/apt\/sources.list.d\/mongodb-org-6.0.list\r\necho \"deb [ arch=amd64 signed-by=\/usr\/share\/keyrings\/filecloud.gpg ] https:\/\/repo.filecloudlabs.com\/apt\/ubuntu jammy\/filecloud\/23.1 main\" | sudo tee \/etc\/apt\/sources.list.d\/filecloud.list\r\napt-get clean all\r\napt-get update -y\r\napt-get install -y --no-install-recommends php8.2*\r\napt-get upgrade -y<\/pre>\n<h1><span class=\"ez-toc-section\" id=\"Conclusion_Upgrade_to_FileCloud_v231_with_Ubuntu_2204_LTS\"><\/span>Conclusion: Upgrade to FileCloud v23.1 with Ubuntu 22.04 LTS<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><strong>Article written by <a href=\"https:\/\/www.linkedin.com\/in\/nandakumarcs\/\">Nandakumar Chitra Suresh<\/a>, Support Engineering Manager<\/strong><\/p>\n<p><strong>Edited by <a href=\"https:\/\/www.linkedin.com\/in\/katie-gerhardt-88541791\/\">Katie Gerhardt<\/a>, Jr. Product Marketing Manager<\/strong><\/p>\n<p><em>\u00a0<\/em><\/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 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 [&hellip;]<\/p>\n","protected":false},"author":31,"featured_media":35432,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[18,20,1878],"tags":[1807,1880,1881,994],"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 Ubuntu 22.04 LTS - FileCloud blog<\/title>\n<meta name=\"description\" content=\"Upgrade FileCloud Server to the latest version with Ubuntu 22.04 LTS 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-ubuntu-22-04-lts\/\" \/>\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 Ubuntu 22.04 LTS\" \/>\n<meta property=\"og:description\" content=\"Upgrade FileCloud Server to the latest version with Ubuntu 22.04 LTS 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-ubuntu-22-04-lts\/\" \/>\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-09-28T22:26:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/09\/FileCloud-Server-Upgrade-23-1-Ubuntu.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-ubuntu-22-04-lts\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-ubuntu-22-04-lts\/\"},\"author\":{\"name\":\"Katie Gerhardt\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/ea3506ea3e9eb7bb2036e6c7c8fc05ea\"},\"headline\":\"Upgrade to FileCloud v23.1 with Ubuntu 22.04 LTS\",\"datePublished\":\"2023-09-28T22:26:49+00:00\",\"dateModified\":\"2023-09-28T22:26:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-ubuntu-22-04-lts\/\"},\"wordCount\":268,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\"},\"keywords\":[\"FileCloud Server\",\"FileCloud v23.1\",\"Ubuntu 22.04 LTS\",\"Upgrade\"],\"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-ubuntu-22-04-lts\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-ubuntu-22-04-lts\/\",\"url\":\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-ubuntu-22-04-lts\/\",\"name\":\"Upgrade to FileCloud v23.1 with Ubuntu 22.04 LTS - FileCloud blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#website\"},\"datePublished\":\"2023-09-28T22:26:49+00:00\",\"dateModified\":\"2023-09-28T22:26:49+00:00\",\"description\":\"Upgrade FileCloud Server to the latest version with Ubuntu 22.04 LTS to leverage the latest secure file sharing and data governance features.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-ubuntu-22-04-lts\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-ubuntu-22-04-lts\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-ubuntu-22-04-lts\/#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 Ubuntu 22.04 LTS\"}]},{\"@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 Ubuntu 22.04 LTS - FileCloud blog","description":"Upgrade FileCloud Server to the latest version with Ubuntu 22.04 LTS 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-ubuntu-22-04-lts\/","og_locale":"en_US","og_type":"article","og_title":"Upgrade to FileCloud v23.1 with Ubuntu 22.04 LTS","og_description":"Upgrade FileCloud Server to the latest version with Ubuntu 22.04 LTS to leverage the latest secure file sharing and data governance features.","og_url":"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-ubuntu-22-04-lts\/","og_site_name":"FileCloud blog","article_publisher":"https:\/\/www.facebook.com\/tonidopage","article_published_time":"2023-09-28T22:26:49+00:00","og_image":[{"width":1920,"height":1282,"url":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2023\/09\/FileCloud-Server-Upgrade-23-1-Ubuntu.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-ubuntu-22-04-lts\/#article","isPartOf":{"@id":"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-ubuntu-22-04-lts\/"},"author":{"name":"Katie Gerhardt","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/ea3506ea3e9eb7bb2036e6c7c8fc05ea"},"headline":"Upgrade to FileCloud v23.1 with Ubuntu 22.04 LTS","datePublished":"2023-09-28T22:26:49+00:00","dateModified":"2023-09-28T22:26:49+00:00","mainEntityOfPage":{"@id":"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-ubuntu-22-04-lts\/"},"wordCount":268,"commentCount":0,"publisher":{"@id":"https:\/\/www.filecloud.com\/blog\/#organization"},"keywords":["FileCloud Server","FileCloud v23.1","Ubuntu 22.04 LTS","Upgrade"],"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-ubuntu-22-04-lts\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-ubuntu-22-04-lts\/","url":"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-ubuntu-22-04-lts\/","name":"Upgrade to FileCloud v23.1 with Ubuntu 22.04 LTS - FileCloud blog","isPartOf":{"@id":"https:\/\/www.filecloud.com\/blog\/#website"},"datePublished":"2023-09-28T22:26:49+00:00","dateModified":"2023-09-28T22:26:49+00:00","description":"Upgrade FileCloud Server to the latest version with Ubuntu 22.04 LTS to leverage the latest secure file sharing and data governance features.","breadcrumb":{"@id":"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-ubuntu-22-04-lts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-ubuntu-22-04-lts\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.filecloud.com\/blog\/upgrade-to-filecloud-v23-1-with-ubuntu-22-04-lts\/#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 Ubuntu 22.04 LTS"}]},{"@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\/35430"}],"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=35430"}],"version-history":[{"count":1,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/35430\/revisions"}],"predecessor-version":[{"id":35431,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/35430\/revisions\/35431"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/media\/35432"}],"wp:attachment":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/media?parent=35430"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/categories?post=35430"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/tags?post=35430"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}