{"id":1524,"date":"2018-08-10T14:10:31","date_gmt":"2018-08-10T14:10:31","guid":{"rendered":"http:\/\/dbtut.com\/?p=1524"},"modified":"2018-11-09T22:05:52","modified_gmt":"2018-11-09T22:05:52","slug":"mongodb-upgrade-version-3-6","status":"publish","type":"post","link":"https:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/","title":{"rendered":"MongoDB Version 3.6 Upgrade Process"},"content":{"rendered":"<p><span style=\"color: #ff0000;\"><strong>Important Note :<\/strong><\/span><\/p>\n<ol>\n<li>Following features are deprecated in 3.6 <strong>&#8216;rest = true&#8217;<\/strong> and<strong> &#8216;httpinterface = true&#8217;<\/strong> these options need to be commented in mongod.conf .<\/li>\n<li>Before we start upgrading\u00a0 to 3.6, we need to check for feature compatibility version on primary node :<\/li>\n<\/ol>\n<pre class=\"lang:default decode:true \">db.adminCommand( { getParameter: 1, featureCompatibilityVersion: 1 } )\u00a0\u2013\u00a0shall return 3.4<\/pre>\n<p>&nbsp;<\/p>\n<p>If above command doesn&#8217;t return value as 3.4 then we need to go ahead and set setFeatureCompatibilityVersion to 3.4 on Primary as below:<\/p>\n<pre class=\"lang:default decode:true \">db.adminCommand( { setFeatureCompatibilityVersion: \"3.4\" } )<\/pre>\n<p>&nbsp;<\/p>\n<p>3.\u00a0&#8220;db.upgradeCheckAllDBs()&#8221; feature is deprecated in 3.6 as the upgrade check is taken care within the binary itself and no action is required.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Step by Steps execution:<\/strong><\/p>\n<ol>\n<li>Disable if any monitoring tool enable to avoid unnecessary\u00a0 alerts while performing upgrade process.<\/li>\n<li>Check\/Set for\u00a0Feature Compatibility Version to 3.4:<br \/>\ndb.adminCommand( { setFeatureCompatibilityVersion: &#8220;3.4&#8221; } )<\/p>\n<ol>\n<li><strong>Stop and Start DB services on\u00a0port 27018<\/strong>. In\u00a0case of replica\u00a0set\u00a0\u00a0disable replSet option along with changing port<\/li>\n<\/ol>\n<\/li>\n<li style=\"text-align: left;\">\n<blockquote>\n<pre class=\"lang:default decode:true \">sudo \/etc\/init.d\/mongod stop<\/pre>\n<pre class=\"lang:default decode:true \">sudo vi \/etc\/mongod.conf\r\n\r\n---\r\n\r\nChange port to 27018\r\n\r\n#replSet =\u00a0XYZ\r\n\r\n#rest = true - Remove this line\r\n\r\n#httpinterface = true\u00a0- Remove this line\r\n\r\n---<\/pre>\n<pre class=\"lang:default decode:true \">sudo \/etc\/init.d\/mongod start<\/pre>\n<p>&nbsp;<\/p>\n<p><strong>\u00a0Take DB backup<\/strong><\/p>\n<blockquote>\n<pre class=\"lang:default decode:true\">cd \/mongo\/log\/backups\/Upgrade\/Upgrade\r\n\r\ntime mongodump --port 27018 --authenticationDatabase admin -u admin -p\u00a0****** --db\u00a0DB_NAME\u00a0-o\u00a0PATH\r\n\r\nsudo \/etc\/init.d\/mongod stop<\/pre>\n<\/blockquote>\n<\/blockquote>\n<p>&nbsp;<\/li>\n<li style=\"text-align: left;\">Upgrade mongo binaries.<\/li>\n<\/ol>\n<blockquote>\n<pre class=\"lang:default decode:true \">#\u00a0yum upgrade mongodb-org-server\r\n\r\n# yum upgrade\u00a0mongodb-org-shell\r\n\r\n#yum upgrade\u00a0mongodb-org-tools<\/pre>\n<\/blockquote>\n<p>&nbsp;<\/p>\n<p style=\"padding-left: 30px;\">5.Start DB services and confirm the upgraded version:<\/p>\n<blockquote>\n<pre class=\"lang:default decode:true \">sudo \/etc\/init.d\/mongod start\r\n\r\nmongo --port 27018 admin -u admin -p<\/pre>\n<p>&nbsp;<\/p>\n<p>Confirm, if mongo is upgraded to\u00a03.6.2<\/p>\n<p><strong>Note<\/strong>: Once, step 4 is completed &#8220;db.version()&#8221; shall reflect to 3.6.2 as the upgrade check is executed within step 4 while upgrading binaries.<\/p><\/blockquote>\n<p style=\"padding-left: 30px;\">6.\u00a0 Start DB services on initial mongodb configuration. For replicaSet server will come back in replicaSet and will start replicating from Primary<\/p>\n<blockquote>\n<pre class=\"lang:default decode:true\">sudo \/etc\/init.d\/mongod stop\r\n\r\nsudo vi \/etc\/mongod.conf\r\n\r\n---\r\n\r\nChange port to 27017\r\n\r\nreplSet = XYZ\r\n\r\nbind_ip_all = true\u00a0\u2013 For 'PLAIN TEXT' Format\r\n\r\nbindIpAll: true\u00a0\u2013 For 'YAML' format\r\n\r\n---\r\n\r\nsudo \/etc\/init.d\/mongod start<\/pre>\n<\/blockquote>\n<p>&nbsp;<\/p>\n<p style=\"padding-left: 30px;\">7.\u00a0While upgrade on replicaSet,\u00a0it will be performed node by node and all above steps will be performed on each DB node in replicaSet starting with Secondary server<\/p>\n<p style=\"padding-left: 30px;\">8.When doing the upgrade on Primary, step this down to become Secondary and choose Primary from already upgraded Secondary server<\/p>\n<blockquote>\n<pre class=\"lang:default decode:true \">mongo admin -u admin -p\r\n\r\nPRIMARY&gt;rs.stepDown()<\/pre>\n<p>&nbsp;<\/p><\/blockquote>\n<p><strong>Note :<\/strong><\/p>\n<p><strong>In version 3.6, the default binding is to localhost. In this state, the node cannot communicate with the rest of the replica set nodes.<br \/>\nTo fix this need to specify the IP address on the node explicitly using the net.bindIp\u00a0option in\u00a0the configuration\u00a0file or alternatively<br \/>\nenable `bind_ip_all= true`<\/strong><\/p>\n\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_1524\" class=\"pvc_stats all  \" data-element-id=\"1524\" 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>Important Note : Following features are deprecated in 3.6 &#8216;rest = true&#8217; and &#8216;httpinterface = true&#8217; these options need to be commented in mongod.conf . Before we start upgrading\u00a0 to 3.6, we need to check for feature compatibility version on primary node : db.adminCommand( { getParameter: 1, featureCompatibilityVersion: 1 } )\u00a0\u2013\u00a0shall return 3.4 &nbsp; If &hellip;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_1524\" class=\"pvc_stats all  \" data-element-id=\"1524\" 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":112,"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":[1306],"tags":[],"class_list":["post-1524","post","type-post","status-publish","format-standard","","category-mongodb"],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>MongoDB Version 3.6 Upgrade Process - Database Tutorials<\/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:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MongoDB Version 3.6 Upgrade Process - Database Tutorials\" \/>\n<meta property=\"og:description\" content=\"Important Note : Following features are deprecated in 3.6 &#8216;rest = true&#8217; and &#8216;httpinterface = true&#8217; these options need to be commented in mongod.conf . Before we start upgrading\u00a0 to 3.6, we need to check for feature compatibility version on primary node : db.adminCommand( { getParameter: 1, featureCompatibilityVersion: 1 } )\u00a0\u2013\u00a0shall return 3.4 &nbsp; If &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/\" \/>\n<meta property=\"og:site_name\" content=\"Database Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2018-08-10T14:10:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-11-09T22:05:52+00:00\" \/>\n<meta name=\"author\" content=\"Bhushan Lipare\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bhushan Lipare\" \/>\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:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/\"},\"author\":{\"name\":\"Bhushan Lipare\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/19245ad317b06441475e67c4c7e8bf0e\"},\"headline\":\"MongoDB Version 3.6 Upgrade Process\",\"datePublished\":\"2018-08-10T14:10:31+00:00\",\"dateModified\":\"2018-11-09T22:05:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/\"},\"wordCount\":306,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"articleSection\":[\"MongoDB\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/\",\"url\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/\",\"name\":\"MongoDB Version 3.6 Upgrade Process - Database Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/#website\"},\"datePublished\":\"2018-08-10T14:10:31+00:00\",\"dateModified\":\"2018-11-09T22:05:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbtut.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MongoDB Version 3.6 Upgrade Process\"}]},{\"@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\/19245ad317b06441475e67c4c7e8bf0e\",\"name\":\"Bhushan Lipare\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ac02551171942f964435f57c629f15ea19a083cd10e310aa5acc79f58018a27a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ac02551171942f964435f57c629f15ea19a083cd10e310aa5acc79f58018a27a?s=96&d=mm&r=g\",\"caption\":\"Bhushan Lipare\"},\"url\":\"https:\/\/dbtut.com\/index.php\/author\/bhushanlipare\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MongoDB Version 3.6 Upgrade Process - Database Tutorials","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\/10\/mongodb-upgrade-version-3-6\/","og_locale":"en_US","og_type":"article","og_title":"MongoDB Version 3.6 Upgrade Process - Database Tutorials","og_description":"Important Note : Following features are deprecated in 3.6 &#8216;rest = true&#8217; and &#8216;httpinterface = true&#8217; these options need to be commented in mongod.conf . Before we start upgrading\u00a0 to 3.6, we need to check for feature compatibility version on primary node : db.adminCommand( { getParameter: 1, featureCompatibilityVersion: 1 } )\u00a0\u2013\u00a0shall return 3.4 &nbsp; If &hellip;","og_url":"https:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/","og_site_name":"Database Tutorials","article_published_time":"2018-08-10T14:10:31+00:00","article_modified_time":"2018-11-09T22:05:52+00:00","author":"Bhushan Lipare","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Bhushan Lipare","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/#article","isPartOf":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/"},"author":{"name":"Bhushan Lipare","@id":"https:\/\/dbtut.com\/#\/schema\/person\/19245ad317b06441475e67c4c7e8bf0e"},"headline":"MongoDB Version 3.6 Upgrade Process","datePublished":"2018-08-10T14:10:31+00:00","dateModified":"2018-11-09T22:05:52+00:00","mainEntityOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/"},"wordCount":306,"commentCount":0,"publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"articleSection":["MongoDB"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/","url":"https:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/","name":"MongoDB Version 3.6 Upgrade Process - Database Tutorials","isPartOf":{"@id":"https:\/\/dbtut.com\/#website"},"datePublished":"2018-08-10T14:10:31+00:00","dateModified":"2018-11-09T22:05:52+00:00","breadcrumb":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/10\/mongodb-upgrade-version-3-6\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbtut.com\/"},{"@type":"ListItem","position":2,"name":"MongoDB Version 3.6 Upgrade Process"}]},{"@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\/19245ad317b06441475e67c4c7e8bf0e","name":"Bhushan Lipare","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ac02551171942f964435f57c629f15ea19a083cd10e310aa5acc79f58018a27a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ac02551171942f964435f57c629f15ea19a083cd10e310aa5acc79f58018a27a?s=96&d=mm&r=g","caption":"Bhushan Lipare"},"url":"https:\/\/dbtut.com\/index.php\/author\/bhushanlipare\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/1524","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\/112"}],"replies":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/comments?post=1524"}],"version-history":[{"count":0,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/1524\/revisions"}],"wp:attachment":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media?parent=1524"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/categories?post=1524"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/tags?post=1524"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}