{"id":5156,"date":"2015-05-22T07:14:03","date_gmt":"2015-05-22T07:14:03","guid":{"rendered":"https:\/\/bodhost.com\/kb\/?p=5156"},"modified":"2026-02-26T14:03:13","modified_gmt":"2026-02-26T14:03:13","slug":"sql-database-mirroring-introduction-to-operating-modes","status":"publish","type":"post","link":"https:\/\/www.bodhost.com\/kb\/sql-database-mirroring-introduction-to-operating-modes\/","title":{"rendered":"SQL Database Mirroring \u2013 Introduction to Operating Modes"},"content":{"rendered":"\r\n<p class=\"wp-block-paragraph\">In the last part of SQL database mirroring, you have learned about database mirroring and why it\u2019s called SQL database mirroring. Now, let\u2019s take a look at the operating modes of SQL database mirroring. SQL database mirroring can prove beneficial in terms of high availability and disaster recovery by setting it up to different operating modes. A DBA can choose among the three modes below, depending on their requirements \u2013<\/p>\r\n\r\n\r\n\r\n<h4><strong>High-Performance Mode \u2013<\/strong><\/h4>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">The high-performance mode operates asynchronously when the transaction safety turned OFF. In this mode, only the principal server and mirror server come into the picture where data is written and committed on the principle server. Later, the data sent and committed to the mirror server. There\u2019s no chance of automatic failure and also no user of the witness server \u2013<\/p>\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"alignleft\"><a href=\"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2015\/05\/SQL_1.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"193\" class=\"wp-image-5157\" src=\"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2015\/05\/SQL_1-300x193.jpg\" alt=\"SQL_1\" srcset=\"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2015\/05\/SQL_1-300x193.jpg 300w, https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2015\/05\/SQL_1.jpg 844w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/figure>\r\n<\/div>\r\n\r\n\r\n<p class=\"wp-block-paragraph\">&nbsp;<\/p>\r\n<p>&nbsp;<\/p>\r\n<p>&nbsp;<\/p>\r\n<p>&nbsp;<\/p>\r\n<p><strong>Remember<\/strong> <strong>\u2013<\/strong> You will get the high-performance mode only in the Enterprise edition of the SQL server.<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\"><strong>Solutions if the principal database goes down &#8211;<\/strong><\/p>\r\n\r\n\r\n\r\n<ol>\r\n<li>Don\u2019t panic or take up some steps. Instead, wait for the principle server to become available again. Though the SQL server is unavailable, mirroring will continue from the point where it stopped.<\/li>\r\n<li>SQL server forced on the mirror database, which means the mirror database becomes the principle server.<\/li>\r\n<li>You can update the server manually by taking the end of the log backup if the server allows you to do so, remove mirroring and then restore the end of the log on the prior mirrored database.<br \/><br \/><strong>Note:<\/strong> Asynchronous communication between databases leads to greater possibilities for data loss.<\/li>\r\n<\/ol>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\"><strong>High Safety Mode \u2013<\/strong><\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">This is a synchronous operation mode including a witness server with complete safety. There is synchronous data writing and committing on the principle and mirror databases. The activity of the database application continued only after committing to both databases.<\/p>\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"alignleft\"><a href=\"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2015\/05\/SQL_2.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"193\" class=\"wp-image-5158\" src=\"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2015\/05\/SQL_2-300x193.jpg\" alt=\"SQL_2\" srcset=\"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2015\/05\/SQL_2-300x193.jpg 300w, https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2015\/05\/SQL_2.jpg 844w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/figure>\r\n<\/div>\r\n\r\n\r\n<p class=\"wp-block-paragraph\">&nbsp;<\/p>\r\n<p>&nbsp;<\/p>\r\n<p>&nbsp;<\/p>\r\n<p>&nbsp;<\/p>\r\n<p><strong>Remember \u2013<\/strong> This operating mode might lead to delay and slowness since transactions committed on both databases.<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\"><strong>Solutions if the principal database goes down &#8211;<\/strong><\/p>\r\n\r\n\r\n\r\n<ol>\r\n<li>Be patient and wait for the principle server to become accessible again. During this period, the SQL server instance will be non-accessible but mirroring will continue from where it stopped.<\/li>\r\n<li>SQL server forced on the mirror database, which means the mirror database becomes the principle server.<br \/><br \/><strong>Note:<\/strong> There is a possibility of data loss because of committed transactions on the original principle database which aren\u2019t yet committed to the mirror database currently acting as the principle.<\/li>\r\n<\/ol>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\"><strong>High safety with automatic failover \u2013<\/strong><\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Three servers are essential for this mode as there is a synchronous operation. Here data written and must commit synchronously to the principle as well as mirror databases. The application will continue running only after committing to both databases.<\/p>\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"alignleft\"><a href=\"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2015\/05\/SQL_3.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"193\" class=\"wp-image-5159\" src=\"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2015\/05\/SQL_3-300x193.jpg\" alt=\"SQL_3\" srcset=\"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2015\/05\/SQL_3-300x193.jpg 300w, https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2015\/05\/SQL_3.jpg 844w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/figure>\r\n<\/div>\r\n\r\n\r\n<p class=\"wp-block-paragraph\">&nbsp;<\/p>\r\n<p>&nbsp;<\/p>\r\n<p>&nbsp;<\/p>\r\n<p>&nbsp;<\/p>\r\n<p><strong>Remember \u2013 <\/strong>Since it is essential to commit transactions on both databases, it might lead to latency and slower operations.<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\"><strong>Solution if the principal server goes down \u2013<\/strong><\/p>\r\n\r\n\r\n\r\n<ol>\r\n<li>Allow the automatic failover process to complete. The mirrored database will become the principal database.<\/li>\r\n<\/ol>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">So, these are the three operating modes of SQL database mirroring.<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>In the last part of SQL database mirroring, you have learned about database mirroring and why it\u2019s called SQL database mirroring. Now, let\u2019s take a look at the operating modes&hellip;<\/p>\n<p><a href=\"https:\/\/www.bodhost.com\/kb\/sql-database-mirroring-introduction-to-operating-modes\/\" class=\"more-link\">Read More<\/a><\/p>\n","protected":false},"author":15,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[664],"tags":[1445,1444],"class_list":["post-5156","post","type-post","status-publish","format-standard","hentry","category-web-hosting","tag-mirroring","tag-sql-database"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SQL Database Mirroring \u2013 Introduction to Operating Modes<\/title>\n<meta name=\"description\" content=\"In the last part of SQL database mirroring, you have learned about database mirroring and why it\u2019s called SQL database mirroring.\" \/>\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.bodhost.com\/kb\/sql-database-mirroring-introduction-to-operating-modes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SQL Database Mirroring \u2013 Introduction to Operating Modes\" \/>\n<meta property=\"og:description\" content=\"In the last part of SQL database mirroring, you have learned about database mirroring and why it\u2019s called SQL database mirroring.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bodhost.com\/kb\/sql-database-mirroring-introduction-to-operating-modes\/\" \/>\n<meta property=\"og:site_name\" content=\"Knowledge Base - bodHOST\" \/>\n<meta property=\"article:published_time\" content=\"2015-05-22T07:14:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-26T14:03:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2015\/05\/SQL_1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"844\" \/>\n\t<meta property=\"og:image:height\" content=\"542\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"anilr\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"anilr\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/sql-database-mirroring-introduction-to-operating-modes\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/sql-database-mirroring-introduction-to-operating-modes\\\/\"},\"author\":{\"name\":\"anilr\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/8871ea0c76482a5a482e48538ae4dbb3\"},\"headline\":\"SQL Database Mirroring \u2013 Introduction to Operating Modes\",\"datePublished\":\"2015-05-22T07:14:03+00:00\",\"dateModified\":\"2026-02-26T14:03:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/sql-database-mirroring-introduction-to-operating-modes\\\/\"},\"wordCount\":513,\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/sql-database-mirroring-introduction-to-operating-modes\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2015\\\/05\\\/SQL_1-300x193.jpg\",\"keywords\":[\"Mirroring\",\"SQL Database\"],\"articleSection\":[\"Web Hosting\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/sql-database-mirroring-introduction-to-operating-modes\\\/\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/sql-database-mirroring-introduction-to-operating-modes\\\/\",\"name\":\"SQL Database Mirroring \u2013 Introduction to Operating Modes\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/sql-database-mirroring-introduction-to-operating-modes\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/sql-database-mirroring-introduction-to-operating-modes\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2015\\\/05\\\/SQL_1-300x193.jpg\",\"datePublished\":\"2015-05-22T07:14:03+00:00\",\"dateModified\":\"2026-02-26T14:03:13+00:00\",\"description\":\"In the last part of SQL database mirroring, you have learned about database mirroring and why it\u2019s called SQL database mirroring.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/sql-database-mirroring-introduction-to-operating-modes\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/sql-database-mirroring-introduction-to-operating-modes\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/sql-database-mirroring-introduction-to-operating-modes\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2015\\\/05\\\/SQL_1-300x193.jpg\",\"contentUrl\":\"https:\\\/\\\/bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2015\\\/05\\\/SQL_1-300x193.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/sql-database-mirroring-introduction-to-operating-modes\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Web Hosting\",\"item\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/category\\\/web-hosting\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SQL Database Mirroring \u2013 Introduction to Operating Modes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#website\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/\",\"name\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\"},\"alternateName\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\",\"name\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Profile-Pic.png\",\"contentUrl\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Profile-Pic.png\",\"width\":240,\"height\":240,\"caption\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/8871ea0c76482a5a482e48538ae4dbb3\",\"name\":\"anilr\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/11307531bf21385b7c7046df25e96e38f4530ef77506385bb9d9c72798e5b284?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/11307531bf21385b7c7046df25e96e38f4530ef77506385bb9d9c72798e5b284?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/11307531bf21385b7c7046df25e96e38f4530ef77506385bb9d9c72798e5b284?s=96&d=mm&r=g\",\"caption\":\"anilr\"},\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/author\\\/anilr\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SQL Database Mirroring \u2013 Introduction to Operating Modes","description":"In the last part of SQL database mirroring, you have learned about database mirroring and why it\u2019s called SQL database mirroring.","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.bodhost.com\/kb\/sql-database-mirroring-introduction-to-operating-modes\/","og_locale":"en_US","og_type":"article","og_title":"SQL Database Mirroring \u2013 Introduction to Operating Modes","og_description":"In the last part of SQL database mirroring, you have learned about database mirroring and why it\u2019s called SQL database mirroring.","og_url":"https:\/\/www.bodhost.com\/kb\/sql-database-mirroring-introduction-to-operating-modes\/","og_site_name":"Knowledge Base - bodHOST","article_published_time":"2015-05-22T07:14:03+00:00","article_modified_time":"2026-02-26T14:03:13+00:00","og_image":[{"width":844,"height":542,"url":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2015\/05\/SQL_1.jpg","type":"image\/jpeg"}],"author":"anilr","twitter_card":"summary_large_image","twitter_misc":{"Written by":"anilr","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.bodhost.com\/kb\/sql-database-mirroring-introduction-to-operating-modes\/#article","isPartOf":{"@id":"https:\/\/www.bodhost.com\/kb\/sql-database-mirroring-introduction-to-operating-modes\/"},"author":{"name":"anilr","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/person\/8871ea0c76482a5a482e48538ae4dbb3"},"headline":"SQL Database Mirroring \u2013 Introduction to Operating Modes","datePublished":"2015-05-22T07:14:03+00:00","dateModified":"2026-02-26T14:03:13+00:00","mainEntityOfPage":{"@id":"https:\/\/www.bodhost.com\/kb\/sql-database-mirroring-introduction-to-operating-modes\/"},"wordCount":513,"publisher":{"@id":"https:\/\/www.bodhost.com\/kb\/#organization"},"image":{"@id":"https:\/\/www.bodhost.com\/kb\/sql-database-mirroring-introduction-to-operating-modes\/#primaryimage"},"thumbnailUrl":"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2015\/05\/SQL_1-300x193.jpg","keywords":["Mirroring","SQL Database"],"articleSection":["Web Hosting"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.bodhost.com\/kb\/sql-database-mirroring-introduction-to-operating-modes\/","url":"https:\/\/www.bodhost.com\/kb\/sql-database-mirroring-introduction-to-operating-modes\/","name":"SQL Database Mirroring \u2013 Introduction to Operating Modes","isPartOf":{"@id":"https:\/\/www.bodhost.com\/kb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.bodhost.com\/kb\/sql-database-mirroring-introduction-to-operating-modes\/#primaryimage"},"image":{"@id":"https:\/\/www.bodhost.com\/kb\/sql-database-mirroring-introduction-to-operating-modes\/#primaryimage"},"thumbnailUrl":"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2015\/05\/SQL_1-300x193.jpg","datePublished":"2015-05-22T07:14:03+00:00","dateModified":"2026-02-26T14:03:13+00:00","description":"In the last part of SQL database mirroring, you have learned about database mirroring and why it\u2019s called SQL database mirroring.","breadcrumb":{"@id":"https:\/\/www.bodhost.com\/kb\/sql-database-mirroring-introduction-to-operating-modes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bodhost.com\/kb\/sql-database-mirroring-introduction-to-operating-modes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bodhost.com\/kb\/sql-database-mirroring-introduction-to-operating-modes\/#primaryimage","url":"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2015\/05\/SQL_1-300x193.jpg","contentUrl":"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2015\/05\/SQL_1-300x193.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.bodhost.com\/kb\/sql-database-mirroring-introduction-to-operating-modes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Web Hosting","item":"https:\/\/www.bodhost.com\/kb\/category\/web-hosting\/"},{"@type":"ListItem","position":2,"name":"SQL Database Mirroring \u2013 Introduction to Operating Modes"}]},{"@type":"WebSite","@id":"https:\/\/www.bodhost.com\/kb\/#website","url":"https:\/\/www.bodhost.com\/kb\/","name":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","description":"","publisher":{"@id":"https:\/\/www.bodhost.com\/kb\/#organization"},"alternateName":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bodhost.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.bodhost.com\/kb\/#organization","name":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","url":"https:\/\/www.bodhost.com\/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/logo\/image\/","url":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2025\/10\/Profile-Pic.png","contentUrl":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2025\/10\/Profile-Pic.png","width":240,"height":240,"caption":"Web Hosting Knowledge Base | bodHOST Hosting FAQ"},"image":{"@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/person\/8871ea0c76482a5a482e48538ae4dbb3","name":"anilr","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/11307531bf21385b7c7046df25e96e38f4530ef77506385bb9d9c72798e5b284?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/11307531bf21385b7c7046df25e96e38f4530ef77506385bb9d9c72798e5b284?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/11307531bf21385b7c7046df25e96e38f4530ef77506385bb9d9c72798e5b284?s=96&d=mm&r=g","caption":"anilr"},"url":"https:\/\/www.bodhost.com\/kb\/author\/anilr\/"}]}},"_links":{"self":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/5156","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/comments?post=5156"}],"version-history":[{"count":9,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/5156\/revisions"}],"predecessor-version":[{"id":12160,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/5156\/revisions\/12160"}],"wp:attachment":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/media?parent=5156"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/categories?post=5156"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/tags?post=5156"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}