{"id":1272,"date":"2018-08-04T13:41:55","date_gmt":"2018-08-04T13:41:55","guid":{"rendered":"http:\/\/dbtut.com\/?p=1272"},"modified":"2018-11-09T13:24:08","modified_gmt":"2018-11-09T13:24:08","slug":"db2-database-upgrade-from-db2-9-7-to-db2-11-1","status":"publish","type":"post","link":"https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/","title":{"rendered":"DB2 Database upgrade from db2 9.7 to db2 11.1"},"content":{"rendered":"<p><span style=\"font-family: 'courier new', courier, monospace; color: #ff0000;\"><em><span style=\"font-size: 10pt;\">Note: First try below steps on test or non-prod server.<\/span><\/em><\/span><\/p>\n<ul style=\"list-style-type: circle;\">\n<li>Keep software ready and accessible.<\/li>\n<li>root access required to install binaries.<\/li>\n<li>create new mount point for v11.1 binary installation and allocate sufficient space to new mount point.<\/li>\n<\/ul>\n<p><strong><span style=\"font-size: 14pt;\">Binary installation and upgrade steps<\/span><\/strong><\/p>\n<ul style=\"list-style-type: circle;\">\n<li>Take offline database backup keep it safe<\/li>\n<li>Login as root user or sudo root<\/li>\n<li>Unzip binary file<\/li>\n<\/ul>\n<p style=\"padding-left: 60px;\">DB2LUW_11.1_FP1_RDBMS_LNXx64.zip<\/p>\n<p style=\"padding-left: 60px;\">unzip\u00a0DB2LUW_11.1_FP1_RDBMS_LNXx64.zip<\/p>\n<ul style=\"list-style-type: circle;\">\n<li>create new mount point for db2 v11.1 binary installation.<\/li>\n<\/ul>\n<pre class=\"lang:default decode:true\">\/db2\/db2v11\/db2_software<\/pre>\n<ul style=\"list-style-type: circle;\">\n<li>run db2 prerequisites command, prerequisites command will be in unzipped binary file.<\/li>\n<\/ul>\n<pre class=\"lang:default decode:true\">\/LINUXX86_64\/ESE\/disk1\/\u00a0 :- Prerequisites command path\r\n\r\n.\/db2prereqcheck\r\n\r\n.\/db2prereqcheck -l<\/pre>\n<p style=\"padding-left: 60px;\">If no error or warning message then good to go ahead with binary installation,<\/p>\n<ul style=\"list-style-type: circle;\">\n<li>Install db binaries, once installation complete check DB2 installation log file completely.<\/li>\n<\/ul>\n<pre class=\"lang:default decode:true\">.\/db2_install \u2013b \/db2\/db2v11\/db2_software<\/pre>\n<ul style=\"list-style-type: circle;\">\n<li>Stop db2 instance running on db2 v9.7, Make sure no application connected to database, use below db2stop command and ip clean<\/li>\n<\/ul>\n<pre class=\"lang:default decode:true\">db2stop\r\n\r\nipclean<\/pre>\n<ul style=\"list-style-type: circle;\">\n<li>Upgrade instance, Go to db2 v11.1 binary installation path<\/li>\n<\/ul>\n<pre class=\"lang:default decode:true\">cd\u00a0\/db2\/db2v11\/db2_software\/instance\r\n\r\n.\/db2iupgrade -a SERVER -u db2dbtut db2dbtut\r\n\r\nDBI107OI\u00a0 Program db2iupgrade completed successfully<\/pre>\n<p style=\"padding-left: 60px;\">db2dbtut :- <em><span style=\"font-family: 'courier new', courier, monospace;\">Instance name and fence id<\/span><\/em><\/p>\n<ul style=\"list-style-type: circle;\">\n<li>Instance upgrade command completed successfully, now switch to instance owned id start the instance and check db2 version.<\/li>\n<li>switch to instance db2dbtut, upgrade all database in instance db2dbtut using below db upgrade command<\/li>\n<\/ul>\n<pre class=\"lang:default decode:true\">db2start\r\n\r\ndb2level\r\n\r\ndb2 upgrade database dbtut\r\n\r\nDB20000I\u00a0 The UPGRADE DATABASE command completed successfully.\r\n\r\nCheck diag log for error, warning etc..<\/pre>\n<p style=\"padding-left: 60px;\">dbtut :- <em><span style=\"font-family: 'courier new', courier, monospace;\">Database name<\/span><\/em><\/p>\n<ul style=\"list-style-type: circle;\">\n<li>Run runstats on all database tables.<\/li>\n<\/ul>\n\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_1272\" class=\"pvc_stats all  \" data-element-id=\"1272\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Note: First try below steps on test or non-prod server. Keep software ready and accessible. root access required to install binaries. create new mount point for v11.1 binary installation and allocate sufficient space to new mount point. Binary installation and upgrade steps Take offline database backup keep it safe Login as root user or sudo &hellip;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_1272\" class=\"pvc_stats all  \" data-element-id=\"1272\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":26,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[1305],"tags":[1333,1332,1334],"class_list":["post-1272","post","type-post","status-publish","format-standard","","category-db2","tag-db2-9-7-to-db2-11-1","tag-db2-database-upgrade","tag-upgrade-db2"],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>DB2 Database upgrade from db2 9.7 to db2 11.1 - Database Tutorials<\/title>\n<meta name=\"description\" content=\"DB2 Database upgrade from db2 9.7 to db2 11.1\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DB2 Database upgrade from db2 9.7 to db2 11.1 - Database Tutorials\" \/>\n<meta property=\"og:description\" content=\"DB2 Database upgrade from db2 9.7 to db2 11.1\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/\" \/>\n<meta property=\"og:site_name\" content=\"Database Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2018-08-04T13:41:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-11-09T13:24:08+00:00\" \/>\n<meta name=\"author\" content=\"Mahantesh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mahantesh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/\"},\"author\":{\"name\":\"Mahantesh\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/e60fcb09617a974fde585fae915cfb2a\"},\"headline\":\"DB2 Database upgrade from db2 9.7 to db2 11.1\",\"datePublished\":\"2018-08-04T13:41:55+00:00\",\"dateModified\":\"2018-11-09T13:24:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/\"},\"wordCount\":213,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"keywords\":[\"db2 9.7 to db2 11.1\",\"DB2 Database upgrade\",\"upgrade db2\"],\"articleSection\":[\"DB2\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/\",\"url\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/\",\"name\":\"DB2 Database upgrade from db2 9.7 to db2 11.1 - Database Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/#website\"},\"datePublished\":\"2018-08-04T13:41:55+00:00\",\"dateModified\":\"2018-11-09T13:24:08+00:00\",\"description\":\"DB2 Database upgrade from db2 9.7 to db2 11.1\",\"breadcrumb\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbtut.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DB2 Database upgrade from db2 9.7 to db2 11.1\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbtut.com\/#website\",\"url\":\"https:\/\/dbtut.com\/\",\"name\":\"Database Tutorials\",\"description\":\"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux\",\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbtut.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dbtut.com\/#organization\",\"name\":\"dbtut\",\"url\":\"https:\/\/dbtut.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"width\":223,\"height\":36,\"caption\":\"dbtut\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/e60fcb09617a974fde585fae915cfb2a\",\"name\":\"Mahantesh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7a93b24a16d86ef3becc91fdadbef13ae7589c29c62fa21c9b530546e721f0a0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7a93b24a16d86ef3becc91fdadbef13ae7589c29c62fa21c9b530546e721f0a0?s=96&d=mm&r=g\",\"caption\":\"Mahantesh\"},\"url\":\"https:\/\/dbtut.com\/index.php\/author\/mahanteshsajjan\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DB2 Database upgrade from db2 9.7 to db2 11.1 - Database Tutorials","description":"DB2 Database upgrade from db2 9.7 to db2 11.1","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:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/","og_locale":"en_US","og_type":"article","og_title":"DB2 Database upgrade from db2 9.7 to db2 11.1 - Database Tutorials","og_description":"DB2 Database upgrade from db2 9.7 to db2 11.1","og_url":"https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/","og_site_name":"Database Tutorials","article_published_time":"2018-08-04T13:41:55+00:00","article_modified_time":"2018-11-09T13:24:08+00:00","author":"Mahantesh","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Mahantesh","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/#article","isPartOf":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/"},"author":{"name":"Mahantesh","@id":"https:\/\/dbtut.com\/#\/schema\/person\/e60fcb09617a974fde585fae915cfb2a"},"headline":"DB2 Database upgrade from db2 9.7 to db2 11.1","datePublished":"2018-08-04T13:41:55+00:00","dateModified":"2018-11-09T13:24:08+00:00","mainEntityOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/"},"wordCount":213,"commentCount":3,"publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"keywords":["db2 9.7 to db2 11.1","DB2 Database upgrade","upgrade db2"],"articleSection":["DB2"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/","url":"https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/","name":"DB2 Database upgrade from db2 9.7 to db2 11.1 - Database Tutorials","isPartOf":{"@id":"https:\/\/dbtut.com\/#website"},"datePublished":"2018-08-04T13:41:55+00:00","dateModified":"2018-11-09T13:24:08+00:00","description":"DB2 Database upgrade from db2 9.7 to db2 11.1","breadcrumb":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/04\/db2-database-upgrade-from-db2-9-7-to-db2-11-1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbtut.com\/"},{"@type":"ListItem","position":2,"name":"DB2 Database upgrade from db2 9.7 to db2 11.1"}]},{"@type":"WebSite","@id":"https:\/\/dbtut.com\/#website","url":"https:\/\/dbtut.com\/","name":"Database Tutorials","description":"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux","publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbtut.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dbtut.com\/#organization","name":"dbtut","url":"https:\/\/dbtut.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","width":223,"height":36,"caption":"dbtut"},"image":{"@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/dbtut.com\/#\/schema\/person\/e60fcb09617a974fde585fae915cfb2a","name":"Mahantesh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7a93b24a16d86ef3becc91fdadbef13ae7589c29c62fa21c9b530546e721f0a0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7a93b24a16d86ef3becc91fdadbef13ae7589c29c62fa21c9b530546e721f0a0?s=96&d=mm&r=g","caption":"Mahantesh"},"url":"https:\/\/dbtut.com\/index.php\/author\/mahanteshsajjan\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/1272","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/users\/26"}],"replies":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/comments?post=1272"}],"version-history":[{"count":0,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/1272\/revisions"}],"wp:attachment":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media?parent=1272"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/categories?post=1272"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/tags?post=1272"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}