{"id":2923,"date":"2020-03-22T08:49:00","date_gmt":"2020-03-22T03:19:00","guid":{"rendered":"https:\/\/www.24x7serversupport.com\/blog\/?p=2923"},"modified":"2020-03-22T09:35:59","modified_gmt":"2020-03-22T04:05:59","slug":"how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line","status":"publish","type":"post","link":"https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/","title":{"rendered":"How to upgrade Ubuntu 18.04 to 19.10 using command line"},"content":{"rendered":"\n<p>There are two ways using which you can upgrade your Ubuntu Machine from 18.04 to 19.10.<\/p>\n\n\n\n<p>First:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Backup your data<\/li><li>Download the ISO for Ubuntu 19.10  non-LTS release.<\/li><li>Burn ISO file to a Bootable USB drive<\/li><li>Boot your machine using Bootable USB drive<\/li><li>Install Latest Version of Ubuntu<\/li><li>Copy the backed up data to newly installed OS.<\/li><\/ol>\n\n\n\n<p>Secondly,<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Backup your data<\/li><li>Run upgrade process via command line or Software Upgrade<\/li><li>Make sure everything works as expected. <\/li><\/ol>\n\n\n\n<p>The second way is easier and faster. But make sure to double-check your data is backed up properly.<\/p>\n\n\n\n<p>Here, we will see how to upgrade through the Command line. <\/p>\n\n\n\n<p>Open Terminal from GUI and execute below command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"># sudo apt-get update<\/pre>\n\n\n\n<p>Then run standard upgrade:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"># sudo apt-get upgrade -y<\/pre>\n\n\n\n<p> Once the upgrade completes, reboot the system. <\/p>\n\n\n\n<p> Because we&#8217;re moving from an LTS to a non-LTS, we cannot just run the do-release-upgrade command without arguments. To make this work, we have to inform do-release-upgrade we&#8217;re moving to a development release, by using the -d option, like so: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"># sudo do-release-upgrade -d<\/pre>\n\n\n\n<p> When everything is finally upgraded on the system, clean things up with the command: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"># sudo apt-get autoremove -y<\/pre>\n\n\n\n<p>When autoremove finishes, run the do-release-upgrade command again.  Once the command has calculated the upgrade, you&#8217;ll be asked if you want to continue.<\/p>\n\n\n\n<p>During the install, you&#8217;ll have to answer a few questions, such as choosing the version of LXD snap track.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"369\" data-attachment-id=\"2924\" data-permalink=\"https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/image-3-4\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image-3.png?fit=789%2C455&amp;ssl=1\" data-orig-size=\"789,455\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"image-3\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image-3.png?fit=300%2C173&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image-3.png?fit=640%2C369&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image-3.png?resize=640%2C369&#038;ssl=1\" alt=\"\" class=\"wp-image-2924\" srcset=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image-3.png?w=789&amp;ssl=1 789w, https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image-3.png?resize=300%2C173&amp;ssl=1 300w, https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image-3.png?resize=768%2C443&amp;ssl=1 768w, https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image-3.png?resize=253%2C146&amp;ssl=1 253w, https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image-3.png?resize=50%2C29&amp;ssl=1 50w, https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image-3.png?resize=130%2C75&amp;ssl=1 130w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<p>The next step you will be asked to interact with the upgrade is for the cloud.cfg configuration file. This is a networking file, so unless you&#8217;ve modified that file (and need to keep the modifications) select the default No <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"388\" data-attachment-id=\"2925\" data-permalink=\"https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/image-4-3\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image-4.png?fit=802%2C486&amp;ssl=1\" data-orig-size=\"802,486\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"image-4\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image-4.png?fit=300%2C182&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image-4.png?fit=640%2C388&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image-4.png?resize=640%2C388&#038;ssl=1\" alt=\"\" class=\"wp-image-2925\" srcset=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image-4.png?w=802&amp;ssl=1 802w, https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image-4.png?resize=300%2C182&amp;ssl=1 300w, https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image-4.png?resize=768%2C465&amp;ssl=1 768w, https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image-4.png?resize=241%2C146&amp;ssl=1 241w, https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image-4.png?resize=50%2C30&amp;ssl=1 50w, https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image-4.png?resize=124%2C75&amp;ssl=1 124w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<p>The last question prompts you to OK the removal of obsolete packages. Proceed further to Continue (y)<\/p>\n\n\n\n<p>The upgrade will complete and prompt you to reboot your machine. After the reboot process completes, log back in and make sure your system works as expected. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>There are two ways using which you can upgrade your Ubuntu Machine from 18.04 to 19.10. First: Backup your data Download the ISO for Ubuntu 19.10 non-LTS release. Burn ISO file to a Bootable USB drive Boot your machine using Bootable USB drive Install Latest Version of Ubuntu Copy the backed up data to newly [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2926,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[166],"tags":[83,100],"class_list":["post-2923","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ubuntu","tag-ubuntu","tag-upgrade"],"jetpack_publicize_connections":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to upgrade Ubuntu 18.04 to 19.10 using command line | 24x7serversupport 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.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to upgrade Ubuntu 18.04 to 19.10 using command line | 24x7serversupport Blog\" \/>\n<meta property=\"og:description\" content=\"There are two ways using which you can upgrade your Ubuntu Machine from 18.04 to 19.10. First: Backup your data Download the ISO for Ubuntu 19.10 non-LTS release. Burn ISO file to a Bootable USB drive Boot your machine using Bootable USB drive Install Latest Version of Ubuntu Copy the backed up data to newly [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/\" \/>\n<meta property=\"og:site_name\" content=\"24x7serversupport Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-03-22T03:19:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-03-22T04:05:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/ubuntu1910-desktop-1.jpg?fit=1920%2C1080&ssl=1\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"24x7support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@24x7serversuppo\" \/>\n<meta name=\"twitter:site\" content=\"@24x7serversuppo\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"24x7support\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/\",\"name\":\"How to upgrade Ubuntu 18.04 to 19.10 using command line | 24x7serversupport Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/ubuntu1910-desktop-1.jpg?fit=1920%2C1080&ssl=1\",\"datePublished\":\"2020-03-22T03:19:00+00:00\",\"dateModified\":\"2020-03-22T04:05:59+00:00\",\"author\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/ubuntu1910-desktop-1.jpg?fit=1920%2C1080&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/ubuntu1910-desktop-1.jpg?fit=1920%2C1080&ssl=1\",\"width\":1920,\"height\":1080,\"caption\":\"Ubuntu 19.10\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.24x7serversupport.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to upgrade Ubuntu 18.04 to 19.10 using command line\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#website\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/\",\"name\":\"24x7serversupport Blog\",\"description\":\"Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.24x7serversupport.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401\",\"name\":\"24x7support\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/author\/24x7support\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to upgrade Ubuntu 18.04 to 19.10 using command line | 24x7serversupport 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.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/","og_locale":"en_US","og_type":"article","og_title":"How to upgrade Ubuntu 18.04 to 19.10 using command line | 24x7serversupport Blog","og_description":"There are two ways using which you can upgrade your Ubuntu Machine from 18.04 to 19.10. First: Backup your data Download the ISO for Ubuntu 19.10 non-LTS release. Burn ISO file to a Bootable USB drive Boot your machine using Bootable USB drive Install Latest Version of Ubuntu Copy the backed up data to newly [&hellip;]","og_url":"https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/","og_site_name":"24x7serversupport Blog","article_published_time":"2020-03-22T03:19:00+00:00","article_modified_time":"2020-03-22T04:05:59+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/ubuntu1910-desktop-1.jpg?fit=1920%2C1080&ssl=1","type":"image\/jpeg"}],"author":"24x7support","twitter_card":"summary_large_image","twitter_creator":"@24x7serversuppo","twitter_site":"@24x7serversuppo","twitter_misc":{"Written by":"24x7support","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/","url":"https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/","name":"How to upgrade Ubuntu 18.04 to 19.10 using command line | 24x7serversupport Blog","isPartOf":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/#primaryimage"},"image":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/ubuntu1910-desktop-1.jpg?fit=1920%2C1080&ssl=1","datePublished":"2020-03-22T03:19:00+00:00","dateModified":"2020-03-22T04:05:59+00:00","author":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401"},"breadcrumb":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/#primaryimage","url":"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/ubuntu1910-desktop-1.jpg?fit=1920%2C1080&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/ubuntu1910-desktop-1.jpg?fit=1920%2C1080&ssl=1","width":1920,"height":1080,"caption":"Ubuntu 19.10"},{"@type":"BreadcrumbList","@id":"https:\/\/www.24x7serversupport.com\/blog\/how-to-upgrade-ubuntu-18-04-to-19-10-using-command-line\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.24x7serversupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to upgrade Ubuntu 18.04 to 19.10 using command line"}]},{"@type":"WebSite","@id":"https:\/\/www.24x7serversupport.com\/blog\/#website","url":"https:\/\/www.24x7serversupport.com\/blog\/","name":"24x7serversupport Blog","description":"Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.24x7serversupport.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401","name":"24x7support","url":"https:\/\/www.24x7serversupport.com\/blog\/author\/24x7support\/"}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/ubuntu1910-desktop-1.jpg?fit=1920%2C1080&ssl=1","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts\/2923","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/comments?post=2923"}],"version-history":[{"count":1,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts\/2923\/revisions"}],"predecessor-version":[{"id":2927,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts\/2923\/revisions\/2927"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/media\/2926"}],"wp:attachment":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/media?parent=2923"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/categories?post=2923"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/tags?post=2923"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}