{"id":3997,"date":"2021-11-26T18:44:00","date_gmt":"2021-11-26T13:14:00","guid":{"rendered":"https:\/\/www.helptoinstall.com\/?p=3997"},"modified":"2026-03-30T16:57:28","modified_gmt":"2026-03-30T11:27:28","slug":"how-to-do-drupal-migration-a-complete-guide","status":"publish","type":"post","link":"https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/","title":{"rendered":"How To Do Drupal Migration? A Complete Guide."},"content":{"rendered":"\n<p>Drupal 9 is scheduled to be released in June 2020, and organizations are in dire need of an upgrade from Drupal 7 and 8 to version 9.<\/p>\n\n\n\n<p>Drupal 8 will be decommissioned in November 2021, and Drupal 7 will be decommissioned in 2022. Those who opt to remain with older versions of the software may encounter security issues down the road.<\/p>\n\n\n\n<p>Are you looking forward to the procedure but are unsure of what to expect? This detailed tutorial seeks to simplify the entire Drupal migration procedure in order to make it more straightforward to implement.<\/p>\n\n\n\n<p>Are you planning to upgrade to Drupal 9? To deliver a smooth Drupal 9 upgrade process, read the following article.<\/p>\n\n\n\n<p>Starting the Migration Process is the first step.<br>As part of the transition from Drupal 6 to Drupal 7, the previous database is converted to the Drupal 7 structure. If, on the other hand, the site is being updated from Drupal 7 to Drupal 8, a different strategy will be taken.<\/p>\n\n\n\n<p><strong>Step 1<\/strong>: <strong>in upgrading from D7 to D8 is to make a backup of your website.<\/strong><\/p>\n\n\n\n<p>Create a local copy of your website to use as a preliminary step for the migration process. Owing to the fact that making changes to a live site is not encouraged, it is standard protocol to keep all data safe by creating a backup locally on your computer.<\/p>\n\n\n\n<p><strong>Step 2:<\/strong> <strong>Establish a brand new website.<\/strong><\/p>\n\n\n\n<p>Installing a new Drupal 8 site is just as simple as downloading and installing the most recent edition of Drupal from <strong>drupal.org<\/strong>.<\/p>\n\n\n\n<p>Install the most recent edition of Drupal 8, as well as any dependencies, utilizing Composer&#8217;s command-line interface.<\/p>\n\n\n\n<p><strong>Step 3:<\/strong> <strong>Configuring your Drupal 8 website for migration is crucial.<\/strong><\/p>\n\n\n\n<p>Generate a new Drupal 8 website on your computer that will operate as the destination website for the migration process throughout the setup phase.<\/p>\n\n\n\n<p><strong>Step 4:<\/strong> <strong>Validate that the modules are in the core and are enabled.<\/strong><\/p>\n\n\n\n<p>On your Drupal 8 site, examine to see whether the Migrate, Migrate Drupal UI, and Migrate Drupal modules have been enabled. This may be achieved by navigating to the &#8216;<strong>Extend<\/strong>&#8216; page of your website and guaranteeing that all of the modules mentioned above are present in the core of your website.<\/p>\n\n\n\n<p>At this stage, choose the three modules you want to use and click the &#8216;<strong>Install<\/strong>&#8216; option at the bottom of the page.<\/p>\n\n\n\n<p><strong>Step 5: Implement changes to your website.<\/strong><\/p>\n\n\n\n<p>Go to your website and attach the website address with \/upgrade (for example, www.yourwebsitename.com\/upgrade), then follow the on-screen guidelines. Now click on &#8216;Continue&#8217; button to resume.<\/p>\n\n\n\n<p><strong>Step 6: Eventually, there is indeed a final step. Enter the URL of your website.<\/strong><\/p>\n\n\n\n<p>Once you click on <strong>&#8216;Continue<\/strong>,&#8217; the screen below emerges, which asks you for your <strong>website credentials<\/strong>, <strong>database location<\/strong>, and other vital information.<\/p>\n\n\n\n<p><strong>Step 7: Initiate the migration process.<\/strong><\/p>\n\n\n\n<p>If the database credentials from your source database are valid, the upgrade review page will appear on the Migrate UI. Otherwise, the upgrade review page would not display. It will show a summary of the upgrade status for all modules which have been installed on the old site.<\/p>\n\n\n\n<p>A site builder should carefully review the modules that will not be upgraded and evaluate if their Drupal 8 site will continue to function effectively without the module in concern.<\/p>\n\n\n\n<p>After that, click on the &#8220;<strong>Perform Upgrade<\/strong>&#8221; option.<\/p>\n\n\n\n<p>Tip: Do not proceed with the actual upgrade unless you have first installed the Drupal 8 module that was previously missing.<\/p>\n\n\n\n<p>Tip: If you obtain ID conflict warnings, you must examine more.<\/p>\n\n\n\n<p>It is conceivable that the migration process will overwrite a node that&#8217;s been manually added to the Drupal 8 site before upgrading if the source Drupal 6\/7 site currently includes a node with the same ID as the node which has been manually updated to Drupal 8.<\/p>\n\n\n\n<p>Conflicting IDs will be detected, and a warning about conflicting IDs will be displayed. This warning can be ignored at the risk of losing data, or the process can be cancelled and an alternate strategy taken.<\/p>\n\n\n\n<p>Because of the size and types of content\/configuration on the source site, the upgrade may take an extremely long period of time to accomplish. Once the procedure is complete, you will be directed to the site&#8217;s home page, where you will see the following messages describing the results:<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-normal-font-size\" id=\"h-upgrading-drupal-8-to-drupal-9\">Upgrading Drupal 8 to Drupal 9<\/h2>\n\n\n\n<p>When it comes to transitioning from Drupal 8 to Drupal 9, the process is much more uncomplicated. The truth that D9 is an improved version of D8 makes it much easier to switch. Read the whole guide to upgrading from Drupal 8 to Drupal 9 to gain a comprehensive understanding of the process.<\/p>\n\n\n\n<p>Alternative Method: Migration through the use of the Drush command<br>When migrating complex sites, upgrading to Drupal 8 using Drush is beneficial since it allows you to run migrations one at a moment and to perform rollbacks if necessary.<\/p>\n\n\n\n<p>If you are using Composer to build your Drupal 8 site, it is possible that Drush is already installed on your system. However, if this is not the case, you can install Drush from the command line using the following command:<\/p>\n\n\n\n<p>Drush and Drush are required by composer.<\/p>\n\n\n\n<p>Regarding Drush to operate reliably, you should first download and enable the contributed modules, which would include Migrate Upgrade, Migrate Plus, and Migrate Tools.<\/p>\n\n\n\n<p>Maintain Drush&#8217;s latest iteration (using the command &#8220;drush \u2013version&#8221;) by running it.<\/p>\n\n\n\n<p>It is now time to initiate the migration process using Drush by running the following drush command.<\/p>\n\n\n\n<p><strong>&#8220;d<\/strong>r<strong>ush:\/user:password@server\/db \u2014:\/example.com \u2013configure-only&#8221; is an example of a configuration-only command.<\/strong><\/p>\n\n\n\n<p>Where the values mentioned below can be used in combination with the values specified in the preceding command<\/p>\n\n\n\n<p>-The username of the source database is indicated by the string &#8216;<strong>user<\/strong>&#8216;.<br>-The source database is named &#8216;<strong>password<\/strong>.&#8217; the password of the user<br>-&#8216;<strong>server<\/strong>&#8216; relates to the database server that is being used as a source.<br>-The database named <strong>&#8216;db&#8217;<\/strong> is the source database.<\/p>\n\n\n\n<p>Check the status of your migration (using the command &#8220;<strong>drush migrate-status<\/strong>&#8220;) at this point.<\/p>\n\n\n\n<p>Import the data by using command &#8220;<strong>drush migrate-import \u2013all<\/strong>&#8221; to complete the transaction.<\/p>\n\n\n\n<p>To assess the condition of a successful migration, navigate to<strong> structure<\/strong>-&gt;<strong>migrations<\/strong> once it has been finished.<\/p>\n\n\n\n<p>To\u00a0view\u00a0the\u00a0entire\u00a0migrated\u00a0data,\u00a0click\u00a0on\u00a0the\u00a0list\u00a0migration\u00a0button\u00a0next\u00a0on\u00a0the\u00a0migration\u00a0group\u00a0&#8216;<strong>import\u00a0from\u00a0Drupal\u00a07<\/strong>&#8216;\u00a0to\u00a0the\u00a0right\u00a0of\u00a0the\u00a0screen.<br>After\u00a0clicking\u00a0on\u00a0the\u00a0link,\u00a0all\u00a0of\u00a0the\u00a0upgraded\u00a0information\u00a0will\u00a0be\u00a0visible. The\u00a0data\u00a0will\u00a0be\u00a0imported\u00a0once\u00a0you\u00a0click\u00a0on\u00a0the<strong>\u00a0run<\/strong>\u00a0button.<br>You\u00a0will\u00a0be\u00a0led\u00a0to\u00a0a\u00a0webpage\u00a0that\u00a0contains\u00a0the\u00a0options\u00a0specified\u00a0below\u00a0once\u00a0you\u00a0have\u00a0clicked\u00a0on\u00a0the\u00a0&#8220;<strong>Execute<\/strong>&#8221;\u00a0button.<\/p>\n\n\n\n<p>Migration can be difficult; however, Drupal experts such as HelptoInstall\u00a0can help you navigate the complexities of the process. Take a look at our <a href=\"https:\/\/www.hostnats.com\/managed-dedicated-server\">Drupal solutions<\/a>. Please get in touch with us if you need assistance getting started with the latest Drupal version.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Drupal 9 is scheduled to be released in June 2020, and organizations are in dire need of an upgrade from Drupal 7 and 8 to version 9. Drupal 8 will be decommissioned in November 2021, and Drupal 7 will be decommissioned in 2022. Those who opt to remain with older versions of the software may [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[49,82],"tags":[215,216,217,218],"class_list":["post-3997","post","type-post","status-publish","format-standard","hentry","category-blog","category-content-management-system-cms","tag-drupal-migration-process","tag-how-to-do-drupal-migration","tag-how-to-migrate-drupal-8-to-drupal-9","tag-how-to-upgrade-drupal"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.4 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How To Do Drupal Migration? A Complete Guide. - Hostnats<\/title>\n<meta name=\"description\" content=\"Learn Drupal migration step-by-step with our complete guide. Migrate your site smoothly\u2014start your Drupal migration today!\" \/>\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.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Do Drupal Migration? A Complete Guide.\" \/>\n<meta property=\"og:description\" content=\"Learn Drupal migration step-by-step with our complete guide. Migrate your site smoothly\u2014start your Drupal migration today!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"Hostnats\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/hostnats\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-26T13:14:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-30T11:27:28+00:00\" \/>\n<meta name=\"author\" content=\"Gopu Kumar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hostnats\" \/>\n<meta name=\"twitter:site\" content=\"@hostnats\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Gopu Kumar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/\"},\"author\":{\"name\":\"Gopu Kumar\",\"@id\":\"https:\/\/www.hostnats.com\/blog\/#\/schema\/person\/e913d744f9f4f9a2ed5f95c409f5cc10\"},\"headline\":\"How To Do Drupal Migration? A Complete Guide.\",\"datePublished\":\"2021-11-26T13:14:00+00:00\",\"dateModified\":\"2026-03-30T11:27:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/\"},\"wordCount\":1133,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.hostnats.com\/blog\/#organization\"},\"keywords\":[\"drupal migration process\",\"how to do drupal migration\",\"how to migrate drupal 8 to drupal 9\",\"how to upgrade drupal\"],\"articleSection\":[\"Blog\",\"Content Management System (CMS)\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/\",\"url\":\"https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/\",\"name\":\"How To Do Drupal Migration? A Complete Guide. - Hostnats\",\"isPartOf\":{\"@id\":\"https:\/\/www.hostnats.com\/blog\/#website\"},\"datePublished\":\"2021-11-26T13:14:00+00:00\",\"dateModified\":\"2026-03-30T11:27:28+00:00\",\"description\":\"Learn Drupal migration step-by-step with our complete guide. Migrate your site smoothly\u2014start your Drupal migration today!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.hostnats.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Do Drupal Migration? A Complete Guide.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hostnats.com\/blog\/#website\",\"url\":\"https:\/\/www.hostnats.com\/blog\/\",\"name\":\"Hostnats\",\"description\":\"The Perfect Hosting Partner\",\"publisher\":{\"@id\":\"https:\/\/www.hostnats.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hostnats.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.hostnats.com\/blog\/#organization\",\"name\":\"Hostnats Hosting\",\"url\":\"https:\/\/www.hostnats.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hostnats.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.hostnats.com\/blog\/wp-content\/uploads\/2020\/07\/logo.png\",\"contentUrl\":\"https:\/\/www.hostnats.com\/blog\/wp-content\/uploads\/2020\/07\/logo.png\",\"width\":66,\"height\":67,\"caption\":\"Hostnats Hosting\"},\"image\":{\"@id\":\"https:\/\/www.hostnats.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/hostnats\",\"https:\/\/x.com\/hostnats\",\"https:\/\/www.instagram.com\/hostnats_hosting\/\",\"https:\/\/www.linkedin.com\/company\/hostnats\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.hostnats.com\/blog\/#\/schema\/person\/e913d744f9f4f9a2ed5f95c409f5cc10\",\"name\":\"Gopu Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/3a04e307992cf527a3f7224d55ec81767a1094f0278d86fb791aa46b3552bc8c?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3a04e307992cf527a3f7224d55ec81767a1094f0278d86fb791aa46b3552bc8c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3a04e307992cf527a3f7224d55ec81767a1094f0278d86fb791aa46b3552bc8c?s=96&d=mm&r=g\",\"caption\":\"Gopu Kumar\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How To Do Drupal Migration? A Complete Guide. - Hostnats","description":"Learn Drupal migration step-by-step with our complete guide. Migrate your site smoothly\u2014start your Drupal migration today!","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.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/","og_locale":"en_US","og_type":"article","og_title":"How To Do Drupal Migration? A Complete Guide.","og_description":"Learn Drupal migration step-by-step with our complete guide. Migrate your site smoothly\u2014start your Drupal migration today!","og_url":"https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/","og_site_name":"Hostnats","article_publisher":"https:\/\/www.facebook.com\/hostnats","article_published_time":"2021-11-26T13:14:00+00:00","article_modified_time":"2026-03-30T11:27:28+00:00","author":"Gopu Kumar","twitter_card":"summary_large_image","twitter_creator":"@hostnats","twitter_site":"@hostnats","twitter_misc":{"Written by":"Gopu Kumar","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/#article","isPartOf":{"@id":"https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/"},"author":{"name":"Gopu Kumar","@id":"https:\/\/www.hostnats.com\/blog\/#\/schema\/person\/e913d744f9f4f9a2ed5f95c409f5cc10"},"headline":"How To Do Drupal Migration? A Complete Guide.","datePublished":"2021-11-26T13:14:00+00:00","dateModified":"2026-03-30T11:27:28+00:00","mainEntityOfPage":{"@id":"https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/"},"wordCount":1133,"commentCount":0,"publisher":{"@id":"https:\/\/www.hostnats.com\/blog\/#organization"},"keywords":["drupal migration process","how to do drupal migration","how to migrate drupal 8 to drupal 9","how to upgrade drupal"],"articleSection":["Blog","Content Management System (CMS)"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/","url":"https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/","name":"How To Do Drupal Migration? A Complete Guide. - Hostnats","isPartOf":{"@id":"https:\/\/www.hostnats.com\/blog\/#website"},"datePublished":"2021-11-26T13:14:00+00:00","dateModified":"2026-03-30T11:27:28+00:00","description":"Learn Drupal migration step-by-step with our complete guide. Migrate your site smoothly\u2014start your Drupal migration today!","breadcrumb":{"@id":"https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.hostnats.com\/blog\/how-to-do-drupal-migration-a-complete-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hostnats.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Do Drupal Migration? A Complete Guide."}]},{"@type":"WebSite","@id":"https:\/\/www.hostnats.com\/blog\/#website","url":"https:\/\/www.hostnats.com\/blog\/","name":"Hostnats","description":"The Perfect Hosting Partner","publisher":{"@id":"https:\/\/www.hostnats.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hostnats.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.hostnats.com\/blog\/#organization","name":"Hostnats Hosting","url":"https:\/\/www.hostnats.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hostnats.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.hostnats.com\/blog\/wp-content\/uploads\/2020\/07\/logo.png","contentUrl":"https:\/\/www.hostnats.com\/blog\/wp-content\/uploads\/2020\/07\/logo.png","width":66,"height":67,"caption":"Hostnats Hosting"},"image":{"@id":"https:\/\/www.hostnats.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/hostnats","https:\/\/x.com\/hostnats","https:\/\/www.instagram.com\/hostnats_hosting\/","https:\/\/www.linkedin.com\/company\/hostnats"]},{"@type":"Person","@id":"https:\/\/www.hostnats.com\/blog\/#\/schema\/person\/e913d744f9f4f9a2ed5f95c409f5cc10","name":"Gopu Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/3a04e307992cf527a3f7224d55ec81767a1094f0278d86fb791aa46b3552bc8c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3a04e307992cf527a3f7224d55ec81767a1094f0278d86fb791aa46b3552bc8c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3a04e307992cf527a3f7224d55ec81767a1094f0278d86fb791aa46b3552bc8c?s=96&d=mm&r=g","caption":"Gopu Kumar"}}]}},"_links":{"self":[{"href":"https:\/\/www.hostnats.com\/blog\/wp-json\/wp\/v2\/posts\/3997","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostnats.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostnats.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostnats.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostnats.com\/blog\/wp-json\/wp\/v2\/comments?post=3997"}],"version-history":[{"count":1,"href":"https:\/\/www.hostnats.com\/blog\/wp-json\/wp\/v2\/posts\/3997\/revisions"}],"predecessor-version":[{"id":6421,"href":"https:\/\/www.hostnats.com\/blog\/wp-json\/wp\/v2\/posts\/3997\/revisions\/6421"}],"wp:attachment":[{"href":"https:\/\/www.hostnats.com\/blog\/wp-json\/wp\/v2\/media?parent=3997"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostnats.com\/blog\/wp-json\/wp\/v2\/categories?post=3997"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostnats.com\/blog\/wp-json\/wp\/v2\/tags?post=3997"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}