{"id":421,"date":"2018-08-18T08:17:17","date_gmt":"2018-08-18T08:17:17","guid":{"rendered":"https:\/\/www.pcvita.com\/blog\/?p=421"},"modified":"2021-12-18T10:15:53","modified_gmt":"2021-12-18T04:45:53","slug":"rebuild-master-database-sql-server","status":"publish","type":"post","link":"https:\/\/www.pcvita.com\/blog\/rebuild-master-database-sql-server.html","title":{"rendered":"How to Rebuild Master Database in SQL Server with Advance Methods"},"content":{"rendered":"<p>It is usually noticed that a majority of SQL Server administrators back up their data at a regular period of time. Well, some of them do not understand the value of data backup and loss their databases in case of any mishappening. But, whatever be the issues, in this post we walk you through the entire process on how to rebuild master database in SQL server in a step-by-step manner.<\/p>\n<h2 class=\"heading-style\">Figure Out Whether Master Database is Damaged or Not<\/h2>\n<p>Before going to know, how to restore master database in SQL Server let us discuss the signs and symptoms to determine whether the master database is corrupted or not. Some of the indications are written below:<\/p>\n<ul>\n<li>The chances of segmentation faults or Input\/Output errors<\/li>\n<li>Fail to start SQL server<\/li>\n<li>Generation of a report by checker tool of database consistency<\/li>\n<li>Power Surge<\/li>\n<\/ul>\n<p>However, a user can identify the error log to know about the cause of corruption.<\/p>\n<h2 class=\"heading-style\">Workaround Method to Rebuild Master Database in SQL Server<\/h2>\n<p>The entire process to re-establish master database is divided into 3 different parts. Each part is explained separately.<\/p>\n<p><strong>Part 1: Before Rebuilding Process<\/strong><\/p>\n<p>As master database is corrupted. So, in order to prevent loss of other files, it is essential to take backup of them. The files which are to be backed up are MSDB data, MSDB Log, model log in &amp; model. To obtain the backup, execute the following steps:<\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Launch SQL server configuration manager on the system<\/li>\n<li>From the left-hand side pane, choose an option of SQL Server services. This will generate a list of overall services that are executing presently<\/li>\n<li>Right-click on the desired service and choose the option of Stop to halt the services one by one<\/li>\n<li>Exit from SQL server configuration manager to restore master database in SQL server Go to the location where the system files of any specific SQL server instance are saved<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><code>Note: The location where master database will be rebuilt automatically is<br \/>\nC:\\Program Files\\Microsoft SQL Server\\[INSTANCE NAME]\\MSSQL\\DATA <\/code><\/p>\n<ul>\n<li>Extract all the healthy files and save them in a separate folder. Delete the corrupted master mastlog, templog, tempdb files<\/li>\n<\/ul>\n<p><strong>Part 2: Rebuilding Process<\/strong><\/p>\n<p>Users have to follow these steps to rebuild master database in SQL server :<\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>In the command window, modify the directory location of the server instance. Insert the location where installation media of SQL server 2016 is present<\/li>\n<li>Open Command Prompt as administrator program<\/li>\n<li>Alter the directory location by entering the drive where installation media is present. Then, press on Enter<\/li>\n<li>In the next step, execute the following command:<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><a href=\"https:\/\/www.pcvita.com\/blog\/wp-content\/uploads\/2018\/08\/1-2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-423 size-full\" src=\"https:\/\/www.pcvita.com\/blog\/wp-content\/uploads\/2018\/08\/1-2.png\" alt=\"Rebuild Master Database in SQL Server \" width=\"627\" height=\"48\" \/><\/a><\/p>\n<p><strong>Note:<\/strong> Remember that if the account name comprises of a blank space, do not forget to confine the name of the account within quotes. Additionally, if more than one account is specified, you have to separate them using a space to rebuild master database in SQL server.<\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>At the time when all the databases are rebuilt, no message is returned in the command prompt. If you want to check whether the procedure is accomplished successfully, identify the summary.txt file. The location for this file is:<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><code>C:\\Program Files\\Microsoft SQL Server\\130\\Setup Bootstrap\\Logs <\/code><\/p>\n<p><strong>Part 3: After Rebuild Process<\/strong><\/p>\n<p>Once the rebuilding process is done, execute the following operations:<\/p>\n<ol>\n<li>Restart all the services which were halted previously after master database is rebuild<\/li>\n<li>Restore the backups of model and MSDB database<\/li>\n<li>If a backup of the data is not present, you can simply replace the model files and rebuild MSDB with the files obtained while backing up in the first section. This step has to be performed after pausing the services.<\/li>\n<\/ol>\n<h3 class=\"heading-style\">Smart Strategy to Rebuild Master Database in SQL Server<\/h3>\n<p>The manual solution explained above is lengthy and performing it is a tedious task. Moreover, technical expertise is demanded to fulfill this operation. Hence, to avoid such issues, users can go with another solution like <strong><a href=\"https:\/\/www.pcvita.com\/sql-database-recovery.html\" target=\"_blank\" rel=\"noopener noreferrer\">SQL Database recovery tool<\/a><\/strong>. It is easy to handle application and recovery damaged and corrupt SQL database files without any data loss and does not make any changes to the original content. With this software users can also recover the permanently deleted database items and export them directly to live SQL Server environment , CSV File or as SQL Script. It fulfills all types of SQL database recovery needs. This software is very effective &amp; reliable to repair and export data into SQL Server present in the same machine or a server network. Hence, this is the professional tool to restore master database in SQL Server.<\/p>\n<p class=\"text-center\"><a class=\"btn btn-success btn-lg btn-md-block p-3 text-white\" href=\"https:\/\/systoolskart.com\/download\/SYS1S2Q7L\/18\">Download<\/a> <a class=\"btn btn-lg btn-md-block text-white\" style=\"background: #ff6800; color: #fff !important;\" href=\"https:\/\/systoolskart.com\/buy\/SYS1S2Q7L\/18\" target=\"_blank\" rel=\"noopener noreferrer\"> Purchase Now<\/a><\/p>\n<p>Both primary and secondary databases can be repaired using this third-party utility. It scans and extracts triggers, rules, tables, functions, stored procedures and much more data from SQL database files. The program is compatible with all the editions of SQL Server like 2019, 2017, 2016, 2014, 2012, and other versions beneath them. SQL database recovery software is also compatible with ASCII and Unicode XML data types.<\/p>\n<p><strong>Note:<\/strong> The user can also read how to<a href=\"https:\/\/www.pcvita.com\/blog\/recover-deleted-records-in-sql-server.html\" target=\"_blank\" rel=\"noopener noreferrer\"> recover deleted records in SQL Server<\/a><\/p>\n<h3 class=\"heading-style\">Wrapping Up<\/h3>\n<p>Many times, DBA or SQL users search for an answer when the MDF file is corrupted and the only option to solve it is to restore master database in SQL Server. The post explains an entire manual workaround solution to rebuild master database in SQL server 2019, 2017, 2016 &amp; its below version. But, there are some shortcomings to this approach. Hence, an automated tool is also introduced to repair and rebuild the master database in MS SQL server.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>It is usually noticed that a majority of SQL Server administrators back up their data at a regular period of <\/p>\n","protected":false},"author":17,"featured_media":421,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[118],"tags":[596,605],"class_list":["post-421","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-sql-server","tag-rebuild-master-database-in-sql-server","tag-restore-master-database-in-sql-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Tactics to Rebuild Master Database in SQL Server Databases<\/title>\n<meta name=\"description\" content=\"Master Database corrupted? Learn how to rebuild master database in SQL Server. Check out the ways to find out whether master database is corrupted or not and know how to fix them with manual or with an alternative option.\" \/>\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.pcvita.com\/blog\/rebuild-master-database-sql-server.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tactics to Rebuild Master Database in SQL Server Databases\" \/>\n<meta property=\"og:description\" content=\"Master Database corrupted? Learn how to rebuild master database in SQL Server. Check out the ways to find out whether master database is corrupted or not and know how to fix them with manual or with an alternative option.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pcvita.com\/blog\/rebuild-master-database-sql-server.html\" \/>\n<meta property=\"og:site_name\" content=\"PCVITA Official Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-08-18T08:17:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-12-18T04:45:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.pcvita.com\/blog\/wp-content\/uploads\/2018\/08\/1-2.png\" \/>\n<meta name=\"author\" content=\"Mohit Jha\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mohit Jha\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/rebuild-master-database-sql-server.html#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/rebuild-master-database-sql-server.html\"},\"author\":{\"name\":\"Mohit Jha\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/#\\\/schema\\\/person\\\/46d7590809ce0596a0f14a1fbc5d56fe\"},\"headline\":\"How to Rebuild Master Database in SQL Server with Advance Methods\",\"datePublished\":\"2018-08-18T08:17:17+00:00\",\"dateModified\":\"2021-12-18T04:45:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/rebuild-master-database-sql-server.html\"},\"wordCount\":880,\"image\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/rebuild-master-database-sql-server.html#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cdnxtra.com\\\/feature\\\/rebuild-master-database-in-sql-server.jpg\",\"keywords\":[\"Rebuild Master Database in SQL Server\",\"Restore master database in SQL Server\"],\"articleSection\":[\"SQL Server\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/rebuild-master-database-sql-server.html\",\"url\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/rebuild-master-database-sql-server.html\",\"name\":\"Tactics to Rebuild Master Database in SQL Server Databases\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/rebuild-master-database-sql-server.html#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/rebuild-master-database-sql-server.html#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cdnxtra.com\\\/feature\\\/rebuild-master-database-in-sql-server.jpg\",\"datePublished\":\"2018-08-18T08:17:17+00:00\",\"dateModified\":\"2021-12-18T04:45:53+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/#\\\/schema\\\/person\\\/46d7590809ce0596a0f14a1fbc5d56fe\"},\"description\":\"Master Database corrupted? Learn how to rebuild master database in SQL Server. Check out the ways to find out whether master database is corrupted or not and know how to fix them with manual or with an alternative option.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/rebuild-master-database-sql-server.html#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/rebuild-master-database-sql-server.html\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/rebuild-master-database-sql-server.html#primaryimage\",\"url\":\"https:\\\/\\\/cdnxtra.com\\\/feature\\\/rebuild-master-database-in-sql-server.jpg\",\"contentUrl\":\"https:\\\/\\\/cdnxtra.com\\\/feature\\\/rebuild-master-database-in-sql-server.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/rebuild-master-database-sql-server.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.pcvita.com\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Rebuild Master Database in SQL Server with Advance Methods\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/\",\"name\":\"PCVITA Official Blog\",\"description\":\"Technology Solution that Matters\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/#\\\/schema\\\/person\\\/46d7590809ce0596a0f14a1fbc5d56fe\",\"name\":\"Mohit Jha\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a4339547039990f13c5d3fd6ffce8722244e886b0d2b3fb9867d307b00d81ada?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a4339547039990f13c5d3fd6ffce8722244e886b0d2b3fb9867d307b00d81ada?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a4339547039990f13c5d3fd6ffce8722244e886b0d2b3fb9867d307b00d81ada?s=96&d=mm&r=g\",\"caption\":\"Mohit Jha\"},\"description\":\"Mohit is a Microsoft-certified expert who has assisted thousands of clients with Outlook &amp; Microsoft Office 365 issues. He enjoys writing on email clients as well as data migration. He is always excited about giving troubled readers the most up-to-date knowledge, explanation, and refinements.\",\"sameAs\":[\"https:\\\/\\\/in.linkedin.com\\\/in\\\/mohitkumarjha\",\"https:\\\/\\\/www.pcvita.com\\\/assets\\\/author\\\/mohit.png\"],\"url\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/author\\\/mohit\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tactics to Rebuild Master Database in SQL Server Databases","description":"Master Database corrupted? Learn how to rebuild master database in SQL Server. Check out the ways to find out whether master database is corrupted or not and know how to fix them with manual or with an alternative option.","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.pcvita.com\/blog\/rebuild-master-database-sql-server.html","og_locale":"en_US","og_type":"article","og_title":"Tactics to Rebuild Master Database in SQL Server Databases","og_description":"Master Database corrupted? Learn how to rebuild master database in SQL Server. Check out the ways to find out whether master database is corrupted or not and know how to fix them with manual or with an alternative option.","og_url":"https:\/\/www.pcvita.com\/blog\/rebuild-master-database-sql-server.html","og_site_name":"PCVITA Official Blog","article_published_time":"2018-08-18T08:17:17+00:00","article_modified_time":"2021-12-18T04:45:53+00:00","og_image":[{"url":"https:\/\/www.pcvita.com\/blog\/wp-content\/uploads\/2018\/08\/1-2.png","type":"","width":"","height":""}],"author":"Mohit Jha","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Mohit Jha","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.pcvita.com\/blog\/rebuild-master-database-sql-server.html#article","isPartOf":{"@id":"https:\/\/www.pcvita.com\/blog\/rebuild-master-database-sql-server.html"},"author":{"name":"Mohit Jha","@id":"https:\/\/www.pcvita.com\/blog\/#\/schema\/person\/46d7590809ce0596a0f14a1fbc5d56fe"},"headline":"How to Rebuild Master Database in SQL Server with Advance Methods","datePublished":"2018-08-18T08:17:17+00:00","dateModified":"2021-12-18T04:45:53+00:00","mainEntityOfPage":{"@id":"https:\/\/www.pcvita.com\/blog\/rebuild-master-database-sql-server.html"},"wordCount":880,"image":{"@id":"https:\/\/www.pcvita.com\/blog\/rebuild-master-database-sql-server.html#primaryimage"},"thumbnailUrl":"https:\/\/cdnxtra.com\/feature\/rebuild-master-database-in-sql-server.jpg","keywords":["Rebuild Master Database in SQL Server","Restore master database in SQL Server"],"articleSection":["SQL Server"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.pcvita.com\/blog\/rebuild-master-database-sql-server.html","url":"https:\/\/www.pcvita.com\/blog\/rebuild-master-database-sql-server.html","name":"Tactics to Rebuild Master Database in SQL Server Databases","isPartOf":{"@id":"https:\/\/www.pcvita.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.pcvita.com\/blog\/rebuild-master-database-sql-server.html#primaryimage"},"image":{"@id":"https:\/\/www.pcvita.com\/blog\/rebuild-master-database-sql-server.html#primaryimage"},"thumbnailUrl":"https:\/\/cdnxtra.com\/feature\/rebuild-master-database-in-sql-server.jpg","datePublished":"2018-08-18T08:17:17+00:00","dateModified":"2021-12-18T04:45:53+00:00","author":{"@id":"https:\/\/www.pcvita.com\/blog\/#\/schema\/person\/46d7590809ce0596a0f14a1fbc5d56fe"},"description":"Master Database corrupted? Learn how to rebuild master database in SQL Server. Check out the ways to find out whether master database is corrupted or not and know how to fix them with manual or with an alternative option.","breadcrumb":{"@id":"https:\/\/www.pcvita.com\/blog\/rebuild-master-database-sql-server.html#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pcvita.com\/blog\/rebuild-master-database-sql-server.html"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.pcvita.com\/blog\/rebuild-master-database-sql-server.html#primaryimage","url":"https:\/\/cdnxtra.com\/feature\/rebuild-master-database-in-sql-server.jpg","contentUrl":"https:\/\/cdnxtra.com\/feature\/rebuild-master-database-in-sql-server.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.pcvita.com\/blog\/rebuild-master-database-sql-server.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pcvita.com\/blog"},{"@type":"ListItem","position":2,"name":"How to Rebuild Master Database in SQL Server with Advance Methods"}]},{"@type":"WebSite","@id":"https:\/\/www.pcvita.com\/blog\/#website","url":"https:\/\/www.pcvita.com\/blog\/","name":"PCVITA Official Blog","description":"Technology Solution that Matters","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.pcvita.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.pcvita.com\/blog\/#\/schema\/person\/46d7590809ce0596a0f14a1fbc5d56fe","name":"Mohit Jha","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a4339547039990f13c5d3fd6ffce8722244e886b0d2b3fb9867d307b00d81ada?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a4339547039990f13c5d3fd6ffce8722244e886b0d2b3fb9867d307b00d81ada?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a4339547039990f13c5d3fd6ffce8722244e886b0d2b3fb9867d307b00d81ada?s=96&d=mm&r=g","caption":"Mohit Jha"},"description":"Mohit is a Microsoft-certified expert who has assisted thousands of clients with Outlook &amp; Microsoft Office 365 issues. He enjoys writing on email clients as well as data migration. He is always excited about giving troubled readers the most up-to-date knowledge, explanation, and refinements.","sameAs":["https:\/\/in.linkedin.com\/in\/mohitkumarjha","https:\/\/www.pcvita.com\/assets\/author\/mohit.png"],"url":"https:\/\/www.pcvita.com\/blog\/author\/mohit"}]}},"_links":{"self":[{"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/posts\/421","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/comments?post=421"}],"version-history":[{"count":0,"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/posts\/421\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/posts\/421"}],"wp:attachment":[{"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/media?parent=421"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/categories?post=421"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/tags?post=421"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}