{"id":31603,"date":"2021-07-12T11:15:14","date_gmt":"2021-07-12T16:15:14","guid":{"rendered":"https:\/\/www.filecloud.com\/blog\/?p=31603"},"modified":"2022-07-15T03:32:08","modified_gmt":"2022-07-15T08:32:08","slug":"filecloud-ubuntu-os-upgrade","status":"publish","type":"post","link":"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/","title":{"rendered":"Filecloud Ubuntu OS Upgraded!"},"content":{"rendered":"<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter size-full wp-image-31618\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2021\/07\/Ubuntu-Update-Banner_Page_1.jpg\" alt=\"\" width=\"2747\" height=\"1545\"><\/p>\n<h1>Steps to Upgrade Ubuntu 16.04 to 18.04 LTS<\/h1>\n<p>Ubuntu 16.04 recently reached EOL, and some of the packages are no longer available in the repository. This creates an interesting challenge because those packages are necessary to run the upgrade.<\/p>\n<p>To upgrade an Ubuntu instance from 16.04 LTS to 18.04 LTS (where the Filecloud server is running less than 21.1.x), follow the steps below:<\/p>\n<p>Prior to running Ubuntu 16.04 LTS, you will need to back up the Filecloud server, as well as the \u00a0\/var\/www\/html and \/var\/lib\/mongodb paths. The chance of deleting this information during the OS upgrade is very high.<\/p>\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-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/#Run_Backups\" title=\"Run Backups:\">Run Backups:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/#Perform_Ubuntu_Package_Update\" title=\"Perform Ubuntu Package Update:\">Perform Ubuntu Package Update:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/#After_Updating_Reinstall_Packages\" title=\"After Updating, Reinstall Packages:\">After Updating, Reinstall Packages:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/#Set_Up_PHP_CLI\" title=\"Set Up PHP CLI:\">Set Up PHP CLI:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/#Upgrade_FileCloud\" title=\"Upgrade FileCloud:\">Upgrade FileCloud:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/#Conclusion\" title=\"Conclusion:\">Conclusion:<\/a><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"Run_Backups\"><\/span>Run Backups:<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<ol>\n<li>cp -rvf \/var\/www\/html \/var\/www\/html_backup<\/li>\n<li>cp -rvf \/var\/lib\/mongodb \/var\/lib\/mongodb_bkup<\/li>\n<\/ol>\n<h2><span class=\"ez-toc-section\" id=\"Perform_Ubuntu_Package_Update\"><\/span>Perform Ubuntu Package Update:<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Once the backups are complete, the next step is to perform the Ubuntu package update.<\/p>\n<ol>\n<li>apt-get update -y &amp;&amp; apt-get upgrade -y<\/li>\n<li>apt-get dist-upgrade -y<\/li>\n<li>apt-get autoremove -y<\/li>\n<li>sudo reboot<\/li>\n<li>do-release-upgrade<\/li>\n<\/ol>\n<p>NOTE: Select all the default options when prompted. Toward the end of the upgrade, you will need to restart your computer.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"After_Updating_Reinstall_Packages\"><\/span>After Updating, Reinstall Packages:<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>After the upgrade is complete, you will need to reinstall certain packages, as the upgrade will have deleted them. To reinstall <strong>apache<\/strong> and <strong>php<\/strong>, please follow the steps below:<\/p>\n<ol>\n<li>LC_ALL=C.UTF-8 sudo add-apt-repository ppa:ondrej\/php -y<\/li>\n<li>add-apt-repository ppa:ondrej\/apache2 -y<\/li>\n<li>apt-get install unzip curl rsync python -y<\/li>\n<li>apt-get install apache2 build-essential libssl-dev pkg-config memcached -y<\/li>\n<li>apt-get install php7.2 php7.2-cli php7.2-common php7.2-dev php-pear php-dev php-zmq php7.2-zmq php7.2-json php7.2-opcache php7.2-mbstring php7.2-zip php7.2-memcache php7.2-xml php7.2-bcmath libapache2-mod-php7.2 php7.2-gd php7.2-curl php7.2-ldap php7.2-gmp php7.2-intl libreadline-dev php-pecl-http memcached php7.2-raphf php7.2-propro php7.2-mongodb php7.2-zmq -y<\/li>\n<li>a2enmod php7.2<\/li>\n<li>a2enmod headers<\/li>\n<li>a2enmod ssl<\/li>\n<li>apt-get -y install libmcrypt-dev<\/li>\n<li>cat &lt;(echo \u201c\u201d) | pecl install mcrypt-1.0.2 2&gt;&amp;1<\/li>\n<li>service apache2 status<\/li>\n<li>Retrieve files from the backup (the OS Ubuntu upgrade from v16 to v18 will have removed them)<\/li>\n<li>rsync -avz \/var\/www\/html_backup\/ \/var\/www\/html\/<\/li>\n<li>chown www-data:www-data \/var\/www\/html -Rf<\/li>\n<\/ol>\n<p>\u00a0<\/p>\n<table>\n<tbody>\n<tr>\n<td colspan=\"2\" width=\"623\"><strong>Is your FileCloud version greater or lesser than 20.2? Install the cronjob using these commands:<\/strong><\/td>\n<\/tr>\n<tr>\n<td width=\"156\">Greater than 20.2<\/td>\n<td width=\"468\">echo \u201c*\/5 * * * * php \/ \/var\/www\/html\/src\/Scripts\/cron.php\u201d | crontab -u www-data \u2013<\/td>\n<\/tr>\n<tr>\n<td width=\"156\">20.2 or less<\/td>\n<td width=\"468\">echo \u201c*\/5 * * * * php \/var\/www\/html\/core\/framework\/cron.php\u201d | crontab -u www-data \u2013<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\u00a0<\/p>\n<p>If the above cronjob command fails, please follow the below method to troubleshoot the cronjob. Then run the command again.<\/p>\n<ol>\n<li>Check if \/etc\/cron.allow ; if www-data is present:<\/li>\n<li>vim \/etc\/cron.allow \/\/ Add \u201cwww-data\u201d if not present.<\/li>\n<li>crontab -e -u www-data \/\/ Make sure that the crontab editor pulls up if it does it will work. exit editor.<\/li>\n<li>crontab -u www-data -l<\/li>\n<\/ol>\n<h2><span class=\"ez-toc-section\" id=\"Set_Up_PHP_CLI\"><\/span>Set Up PHP CLI:<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Now we will set up the PHP CLI.<\/p>\n<ol>\n<li>sudo update-alternatives \u2013set php \/usr\/bin\/php7.2<\/li>\n<li>sudo update-alternatives \u2013set phar \/usr\/bin\/phar7.2<\/li>\n<li>sudo update-alternatives \u2013set phar.phar \/usr\/bin\/phar.phar7.2<\/li>\n<li>sudo update-alternatives \u2013set phpize \/usr\/bin\/phpize7.2<\/li>\n<li>sudo update-alternatives \u2013set php-config \/usr\/bin\/php-config7.2<\/li>\n<\/ol>\n<p>Run the below command:<\/p>\n<p>php -v \/\/ Make sure it shows the version to confirm it is working.<br \/>\nphp -m \/\/ Make sure it shows the modules to confirm it is working<\/p>\n<p><strong>The expected output should be:<\/strong><\/p>\n<p>php -v<\/p>\n<p>PHP 7.2.34-23+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Jul\u00a0 1 2021 16:06:47) ( NTS )<\/p>\n<p>Copyright (c) 1997-2018 The PHP Group<\/p>\n<p>Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v10.3.2, Copyright (c) 2002-2018, by ionCube Ltd.<br \/>\nwith Zend OPcache v7.2.34-23+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 1999-2018, by Zend Technologies<\/p>\n<p>php -m<\/p>\n<p>[PHP Modules]<\/p>\n<p>bcmath<\/p>\n<p>calendar<\/p>\n<p>Core<\/p>\n<p>ctype<\/p>\n<p>curl<\/p>\n<p>date<\/p>\n<p>dom<\/p>\n<p>exif<\/p>\n<p>fileinfo<\/p>\n<p>filter<\/p>\n<p>ftp<\/p>\n<p>gd<\/p>\n<p>gettext<\/p>\n<p>gmp<\/p>\n<p>hash<\/p>\n<p>iconv<\/p>\n<p>intl<\/p>\n<p>ionCube Loader<\/p>\n<p>json<\/p>\n<p>ldap<\/p>\n<p>libxml<\/p>\n<p>mbstring<\/p>\n<p>mcrypt<\/p>\n<p>memcache<\/p>\n<p>mongodb<\/p>\n<p>openssl<\/p>\n<p>pcntl<\/p>\n<p>pcre<\/p>\n<p>PDO<\/p>\n<p>Phar<\/p>\n<p>posix<\/p>\n<p>propro<\/p>\n<p>raphf<\/p>\n<p>readline<\/p>\n<p>Reflection<\/p>\n<p>session<\/p>\n<p>shmop<\/p>\n<p>SimpleXML<\/p>\n<p>sockets<\/p>\n<p>sodium<\/p>\n<p>SPL<\/p>\n<p>standard<\/p>\n<p>sysvmsg<\/p>\n<p>sysvsem<\/p>\n<p>sysvshm<\/p>\n<p>tokenizer<\/p>\n<p>wddx<\/p>\n<p>xml<\/p>\n<p>xmlreader<\/p>\n<p>xmlwriter<\/p>\n<p>xsl<\/p>\n<p>Zend OPcache<\/p>\n<p>zip<\/p>\n<p>zlib<\/p>\n<p>zmq<\/p>\n<p>\u00a0<\/p>\n<p>[Zend Modules]<\/p>\n<p>Zend OPcache<\/p>\n<p>the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured)<\/p>\n<p>\u00a0<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Upgrade_FileCloud\"><\/span>Upgrade FileCloud:<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Once Filecloud is reopened, you can run the Filecloud upgrade with this command:<\/p>\n<ul>\n<li>Enter: filecloudcp -u<\/li>\n<\/ul>\n<p>If this command does not work, use:<\/p>\n<ul>\n<li>wget http:\/\/patch.codelathe.com\/tonidocloud\/live\/installer\/filecloud-liu.sh &amp;&amp; bash filecloud-liu.sh<\/li>\n<\/ul>\n<p>\u00a0<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Conclusion\"><\/span>Conclusion:<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>With the Ubuntu OS updated, FileCloud can work even better than before! The <a href=\"mailto:support@filecloud.com?subject=Ubuntu%20OS%20Upgrade\">FileCloud support team<\/a> is also available to provide assistance or answer questions.<\/p>\n<p>\u00a0<\/p>\n<p><strong>Article written by Nandakumar Chitrasuresh<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Steps to Upgrade Ubuntu 16.04 to 18.04 LTS Ubuntu 16.04 recently reached EOL, and some of the packages are no longer available in the repository. This creates an interesting challenge because those packages are necessary to run the upgrade. To upgrade an Ubuntu instance from 16.04 LTS to 18.04 LTS (where the Filecloud server is [&hellip;]<\/p>\n","protected":false},"author":31,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[18,20],"tags":[1684,1690,1687],"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>Filecloud Ubuntu OS Upgraded! - FileCloud blog<\/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:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Filecloud Ubuntu OS Upgraded!\" \/>\n<meta property=\"og:description\" content=\"Steps to Upgrade Ubuntu 16.04 to 18.04 LTS Ubuntu 16.04 recently reached EOL, and some of the packages are no longer available in the repository. This creates an interesting challenge because those packages are necessary to run the upgrade. To upgrade an Ubuntu instance from 16.04 LTS to 18.04 LTS (where the Filecloud server is [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/\" \/>\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=\"2021-07-12T16:15:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-15T08:32:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2021\/07\/Ubuntu-Update-Banner_Page_1.jpg\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/\"},\"author\":{\"name\":\"Katie Gerhardt\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/ea3506ea3e9eb7bb2036e6c7c8fc05ea\"},\"headline\":\"Filecloud Ubuntu OS Upgraded!\",\"datePublished\":\"2021-07-12T16:15:14+00:00\",\"dateModified\":\"2022-07-15T08:32:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/\"},\"wordCount\":751,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\"},\"keywords\":[\"FileCloud Update\",\"Ubuntu 18.04 LTS\",\"Ubuntu Update\"],\"articleSection\":[\"Admin Tools and Tips\",\"FileCloud\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/\",\"url\":\"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/\",\"name\":\"Filecloud Ubuntu OS Upgraded! - FileCloud blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#website\"},\"datePublished\":\"2021-07-12T16:15:14+00:00\",\"dateModified\":\"2022-07-15T08:32:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.filecloud.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Filecloud Ubuntu OS Upgraded!\"}]},{\"@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":"Filecloud Ubuntu OS Upgraded! - FileCloud blog","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\/filecloud-ubuntu-os-upgrade\/","og_locale":"en_US","og_type":"article","og_title":"Filecloud Ubuntu OS Upgraded!","og_description":"Steps to Upgrade Ubuntu 16.04 to 18.04 LTS Ubuntu 16.04 recently reached EOL, and some of the packages are no longer available in the repository. This creates an interesting challenge because those packages are necessary to run the upgrade. To upgrade an Ubuntu instance from 16.04 LTS to 18.04 LTS (where the Filecloud server is [&hellip;]","og_url":"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/","og_site_name":"FileCloud blog","article_publisher":"https:\/\/www.facebook.com\/tonidopage","article_published_time":"2021-07-12T16:15:14+00:00","article_modified_time":"2022-07-15T08:32:08+00:00","og_image":[{"url":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2021\/07\/Ubuntu-Update-Banner_Page_1.jpg"}],"author":"Katie Gerhardt","twitter_card":"summary_large_image","twitter_creator":"@getfilecloud","twitter_site":"@getfilecloud","twitter_misc":{"Written by":"Katie Gerhardt","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/#article","isPartOf":{"@id":"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/"},"author":{"name":"Katie Gerhardt","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/ea3506ea3e9eb7bb2036e6c7c8fc05ea"},"headline":"Filecloud Ubuntu OS Upgraded!","datePublished":"2021-07-12T16:15:14+00:00","dateModified":"2022-07-15T08:32:08+00:00","mainEntityOfPage":{"@id":"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/"},"wordCount":751,"commentCount":0,"publisher":{"@id":"https:\/\/www.filecloud.com\/blog\/#organization"},"keywords":["FileCloud Update","Ubuntu 18.04 LTS","Ubuntu Update"],"articleSection":["Admin Tools and Tips","FileCloud"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/","url":"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/","name":"Filecloud Ubuntu OS Upgraded! - FileCloud blog","isPartOf":{"@id":"https:\/\/www.filecloud.com\/blog\/#website"},"datePublished":"2021-07-12T16:15:14+00:00","dateModified":"2022-07-15T08:32:08+00:00","breadcrumb":{"@id":"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.filecloud.com\/blog\/filecloud-ubuntu-os-upgrade\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.filecloud.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Filecloud Ubuntu OS Upgraded!"}]},{"@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\/31603"}],"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=31603"}],"version-history":[{"count":9,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/31603\/revisions"}],"predecessor-version":[{"id":34037,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/31603\/revisions\/34037"}],"wp:attachment":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/media?parent=31603"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/categories?post=31603"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/tags?post=31603"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}