{"id":1155,"date":"2014-09-16T13:39:07","date_gmt":"2014-09-16T13:39:07","guid":{"rendered":"http:\/\/evolphin.com\/help\/?p=1155"},"modified":"2020-08-04T10:18:55","modified_gmt":"2020-08-04T14:18:55","slug":"configuring-database-location","status":"publish","type":"post","link":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/database\/configuring-database-location\/","title":{"rendered":"Configuring or Moving Database Location"},"content":{"rendered":"\n<p>By default, the Zoom database is installed in the following locations:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>OS<\/th><th><strong>Path<\/strong><\/th><\/tr><\/thead><tbody><tr><td>Linux<\/td><td>[ZoomDir]\/db<\/td><\/tr><tr><td>Windows<\/td><td>C:\\Program Files (x86)\\Evolphin\\DAM\\db directory<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>There are a number of&nbsp;sub-folders that&nbsp;are contained within the db folder. The db has a few components:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Folder<\/th><th><strong>Description<\/strong><\/th><\/tr><\/thead><tbody><tr><td><strong>filedata<\/strong><\/td><td>Stores the file data information for any of the assets stored in Zoom.<\/td><\/tr><tr><td><strong>redo<\/strong><\/td><td>The transaction logs for the server.<\/td><\/tr><tr><td><strong>db<\/strong><\/td><td>Stores the system database information.<\/td><\/tr><tr><td><strong>db-redo.bak<\/strong><\/td><td>Backup for redo transaction log.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>It is configurable to change the locations of each of these components, however, the default install keeps these in the same location.<\/p>\n\n\n\n<p>A common practice is for the db to be stored on a remote file share such as a SAN. The following instructions are a guide to how to move the database files to the new location.<\/p>\n\n\n\n<p>If you current database volume is filling up and you are looking at moving to a network storage, please keep the following in mind:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"move\">Moving DB Location<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>New DB Storage Options<\/th><th>Caveats<\/th><th>Comments<\/th><\/tr><\/thead><tbody><tr><td>NFS<\/td><td>Best to avoid using NFS as NFS client drivers running on the database server make heavy use of file caching and can play havoc with write-consistency of a database volume<\/td><td>If you are an expert with NFS tuning and the underlying NFS enterprise storage supports write-consistency by disabling NFS client caching completely, you can tread with caution. If you have never attempted this before then stay away from NFS<\/td><\/tr><tr><td>SMB<\/td><td>Careful tuning of SMB allows write-through model for strong write-consistency. With such a setup it&#8217;s viable to use an SMB share for database storage. See this <a href=\"https:\/\/techcommunity.microsoft.com\/t5\/storage-at-microsoft\/controlling-write-through-behaviors-in-smb\/ba-p\/868341\" target=\"_blank\" rel=\"noreferrer noopener\">article from Microsoft<\/a> for explanation.<\/td><td>Core concept is data records must commit to disk, and not get stuck in caches for durability &amp; data integrity. Please check if you have experience running database workloads off a write-consistent SMB share. Also shares will need to be mounted to a mount path with fail-fast behavior. If you don&#8217;t know what that means stick to the options below<\/td><\/tr><tr><td>DAS<\/td><td>Direct attached Storage such as a giant RAID box with direct connection to the file system device on the database server is typical for a database workload<\/td><td>This is the easiest option for most teams as all you need to do is plug the DAS into the server to get a resilient storage connection with RAID modes setup for disk failover and avoid using any network protocol for database writes<\/td><\/tr><tr><td>SAN<\/td><td>Using HBA card a SAN can be connected with FC to the database server for fast database workloads<\/td><td>For scaling the database to TBs of storage this is often the best option that offers strong durability &amp; write-consistency guarantees via a file system drive that doesn&#8217;t cache on the client side.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ol class=\"wp-block-list\"><li>Prior to moving your Zoom Database to a new location, ensure that the checkpointing is completed by referring to the server_log.0 under <span class=\"keyword\">[ZoomDir]\/logs <\/span> directory. <div class=\"note\">Refer to the following link for more details on <a title=\"Checkpointing\" href=\"https:\/\/evolphin.com\/help\/docs\/v5\/server\/zoom-server-checkpointing-on-restart\/\"> Zoom server checkpointing on restart<\/a><\/div><ul><li>For versions below 5.2, checkpointing is performed every time on the Zoom Server startup.<\/li><li>For versions after 5.2. restart can be configured to be done with or without checkpoint through server.xml <\/li><\/ul><\/li><li>Ensure that you have backed up the <span class=\"keyword\"> [ZoomDir]\/conf<\/span> directory and <span class=\"keyword\"> [ZoomDir]\/db <\/span> directory on your Zoom server: <div class=\"note\">Refer to the following link for more details on <a title=\"Checkpointing\" href=\"https:\/\/evolphin.com\/help\/docs\/v5\/server\/backing-up-zoom-server\/\"> backing up your zoom server<\/a><\/div><\/li><\/ol>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>OS<\/th><th><strong>Path<\/strong><\/th><\/tr><\/thead><tbody><tr><td>Linux<\/td><td>[ZoomDir]\/db<\/td><\/tr><tr><td>Linux<\/td><td>[ZoomDir]\/conf<\/td><\/tr><tr><td>Windows<\/td><td>C:\\Program Files (x86)\\Evolphin\\DAM\\db directory<\/td><\/tr><tr><td>Windows<\/td><td>C:\\Program Files (x86)\\Evolphin\\DAM\\conf directory<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\"><li>Stop\u00a0the\u00a0Zoom Server and Zoom Preview Server.<\/li><li>Move\u00a0your current Zoom DB directory to the desired location If placing the DB on a network share, it is necessary for the server to be mapped beforehand.<\/li><li>Navigate to [ZoomPath]\/conf\/.<\/li><li>Open the server.xml file.<\/li><li>Search for a section called <code class=\"\">&lt;dbspec><\/code>.<\/li><li>Under the tag <code class=\"\">&lt;defaultRoot><\/code>, change the path to the network path. If placing the DB on a network share, it is necessary for the server to be mapped beforehand.<\/li><li>Under the tag <code class=\"\">&lt;redoLogDir><\/code>, change the path to the network path.<\/li><li>Under the tag <code class=\"\">&lt;fileDataDir><\/code>, change the path to the network path.<\/li><li>Save and close the file.<\/li><li>Start the Zoom Server and Zoom Preview Server services.<\/li><li>Open your web browser and navigate to the Web Management Console (http:\/\/localhost:8443) and confirm that the server is running. If the server is not running, troubleshoot using your server_log located in [ZoomPath]\/logs\/<\/li><\/ol>\n","protected":false},"excerpt":{"rendered":"<p>By default, the Zoom database is installed in the following locations: OS Path Linux [ZoomDir]\/db Windows C:\\Program Files (x86)\\Evolphin\\DAM\\db directory There are a number of&nbsp;sub-folders that&nbsp;are contained within the db folder. The db has a few components: Folder Description filedata Stores the file data information for any of the assets stored in Zoom. redo The [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[183],"tags":[21],"class_list":["post-1155","post","type-post","status-publish","format-standard","hentry","category-database","tag-zoom-5"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Configuring or Moving Database Location - Evolphin Documentation<\/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:\/\/evolphin.com\/help\/administration-server\/configuration-server\/database\/configuring-database-location\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Configuring or Moving Database Location - Evolphin Documentation\" \/>\n<meta property=\"og:description\" content=\"By default, the Zoom database is installed in the following locations: OS Path Linux [ZoomDir]\/db Windows C:Program Files (x86)EvolphinDAMdb directory There are a number of&nbsp;sub-folders that&nbsp;are contained within the db folder. The db has a few components: Folder Description filedata Stores the file data information for any of the assets stored in Zoom. redo The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/database\/configuring-database-location\/\" \/>\n<meta property=\"og:site_name\" content=\"Evolphin Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2014-09-16T13:39:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-04T14:18:55+00:00\" \/>\n<meta name=\"author\" content=\"Rahul Bhargava\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rahul Bhargava\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/database\\\/configuring-database-location\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/database\\\/configuring-database-location\\\/\"},\"author\":{\"name\":\"Rahul Bhargava\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\"},\"headline\":\"Configuring or Moving Database Location\",\"datePublished\":\"2014-09-16T13:39:07+00:00\",\"dateModified\":\"2020-08-04T14:18:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/database\\\/configuring-database-location\\\/\"},\"wordCount\":741,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"keywords\":[\"zoom 5\"],\"articleSection\":[\"database\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/database\\\/configuring-database-location\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/database\\\/configuring-database-location\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/database\\\/configuring-database-location\\\/\",\"name\":\"Configuring or Moving Database Location - Evolphin Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\"},\"datePublished\":\"2014-09-16T13:39:07+00:00\",\"dateModified\":\"2020-08-04T14:18:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/database\\\/configuring-database-location\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/database\\\/configuring-database-location\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/configuration-server\\\/database\\\/configuring-database-location\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Configuring or Moving Database Location\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\",\"name\":\"Evolphin Documentation\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/evolphin.com\\\/help\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\",\"name\":\"Evolphin Documentation\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"contentUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"width\":200,\"height\":200,\"caption\":\"Evolphin Documentation\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\",\"name\":\"Rahul Bhargava\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"caption\":\"Rahul Bhargava\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Configuring or Moving Database Location - Evolphin Documentation","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:\/\/evolphin.com\/help\/administration-server\/configuration-server\/database\/configuring-database-location\/","og_locale":"en_US","og_type":"article","og_title":"Configuring or Moving Database Location - Evolphin Documentation","og_description":"By default, the Zoom database is installed in the following locations: OS Path Linux [ZoomDir]\/db Windows C:Program Files (x86)EvolphinDAMdb directory There are a number of&nbsp;sub-folders that&nbsp;are contained within the db folder. The db has a few components: Folder Description filedata Stores the file data information for any of the assets stored in Zoom. redo The [&hellip;]","og_url":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/database\/configuring-database-location\/","og_site_name":"Evolphin Documentation","article_published_time":"2014-09-16T13:39:07+00:00","article_modified_time":"2020-08-04T14:18:55+00:00","author":"Rahul Bhargava","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rahul Bhargava","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/database\/configuring-database-location\/#article","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/database\/configuring-database-location\/"},"author":{"name":"Rahul Bhargava","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7"},"headline":"Configuring or Moving Database Location","datePublished":"2014-09-16T13:39:07+00:00","dateModified":"2020-08-04T14:18:55+00:00","mainEntityOfPage":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/database\/configuring-database-location\/"},"wordCount":741,"commentCount":0,"publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"keywords":["zoom 5"],"articleSection":["database"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/database\/configuring-database-location\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/database\/configuring-database-location\/","url":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/database\/configuring-database-location\/","name":"Configuring or Moving Database Location - Evolphin Documentation","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/#website"},"datePublished":"2014-09-16T13:39:07+00:00","dateModified":"2020-08-04T14:18:55+00:00","breadcrumb":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/database\/configuring-database-location\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/database\/configuring-database-location\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/database\/configuring-database-location\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evolphin.com\/help\/"},{"@type":"ListItem","position":2,"name":"Configuring or Moving Database Location"}]},{"@type":"WebSite","@id":"https:\/\/evolphin.com\/help\/#website","url":"https:\/\/evolphin.com\/help\/","name":"Evolphin Documentation","description":"","publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/evolphin.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/evolphin.com\/help\/#organization","name":"Evolphin Documentation","url":"https:\/\/evolphin.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evolphin.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","contentUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","width":200,"height":200,"caption":"Evolphin Documentation"},"image":{"@id":"https:\/\/evolphin.com\/help\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7","name":"Rahul Bhargava","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","caption":"Rahul Bhargava"}}]}},"_links":{"self":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/1155","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/comments?post=1155"}],"version-history":[{"count":5,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/1155\/revisions"}],"predecessor-version":[{"id":15509,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/1155\/revisions\/15509"}],"wp:attachment":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/media?parent=1155"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/categories?post=1155"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/tags?post=1155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}