{"id":38972,"date":"2025-05-27T18:32:00","date_gmt":"2025-05-27T16:32:00","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=38972"},"modified":"2025-05-28T16:44:05","modified_gmt":"2025-05-28T14:44:05","slug":"random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/","title":{"rendered":"Random permission denied when backing up SQL Server databases to AWS Storage Gateway"},"content":{"rendered":"\n<p>Before addressing the issue of backup size reduction with compression enabled, let me provide some context.<\/p>\n\n\n\n<p>When SQL Server is hosted on AWS EC2 instances, you&#8217;ll need to manage the backup strategy appropriate to your business.<\/p>\n\n\n\n<p>In order to persist and archive your SQL Server backups securely and permanently, <a href=\"https:\/\/docs.aws.amazon.com\/AmazonS3\/latest\/userguide\/DataDurability.html\">AWS S3<\/a> is a prime target: it&#8217;s the service with the best availability and durability in AWS.<\/p>\n\n\n\n<p>However, if you don&#8217;t have a version prior to SQL Server 2022, you can&#8217;t natively backup to S3.<\/p>\n\n\n\n<p>In this context, you need to use an intermediary service: a Storage Gateway with File Gateway.<\/p>\n\n\n\n<p>The Storage Gateway is a storage service that enables you to replicate (and extend) your data in the S3 Cloud. It can be deployed either on-premises or in the Cloud, making it an hybrid cloud solution.<br>To use it with SQL Server, you need the File Gateway type, which exposes an SMB file share; in the context of Windows Server.<br><br>Here is a simple architecture example with a SQL Server hosted on EC2:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"461\" height=\"301\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/05\/image-23.png\" alt=\"\" class=\"wp-image-38974\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/05\/image-23.png 461w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/05\/image-23-300x196.png 300w\" sizes=\"auto, (max-width: 461px) 100vw, 461px\" \/><\/figure>\n\n\n\n<p>In the S3 bucket, a classic structure is to create several prefixes (kind of folders) as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A prefix for daily backups with a short-term retention policy<\/li>\n\n\n\n<li>A prefix for monthly backups with a middle-term retention policy<\/li>\n\n\n\n<li>A prefix for yearly backups with a long-term retention policy<\/li>\n<\/ul>\n\n\n\n<p>Of course, <a href=\"https:\/\/aws.amazon.com\/s3\/storage-classes\/\">storage class<\/a> may differ between these different prefixes to optimize cost.<br>In addition, for security and cost reasons, you&#8217;ll want to use an S3-level retention policy to remove backups over time (called <a href=\"https:\/\/docs.aws.amazon.com\/AmazonS3\/latest\/userguide\/object-lifecycle-mgmt.html\">S3 Lifecycle rules<\/a>).<br><br><\/p>\n\n\n\n<p>For added security, and to prevent backups being modified or deleted from the SMB fileshare, access can be restricted to read and write permissions only: this is what we&#8217;ve done in our context.<br>Moreover, to save space as much as possible, we enabled <a href=\"https:\/\/learn.microsoft.com\/en-us\/sql\/relational-databases\/backup-restore\/backup-compression-sql-server?view=sql-server-ver17#Allocation\">compression at SQL Server level<\/a>.<\/p>\n\n\n\n<p>This is the combination of these specifications which can, randomly, introduce the following error: <em>Unable to open the physical file. Operating system error 5: &#8220;5(Access is denied)&#8221;<\/em>.<\/p>\n\n\n\n<p>To understand this error, let\u2019s see how backup compression works with space allocation for the backup file.<br>SQL Server will first estimate the size of the compressed file (with a preallocation algorithm), but the final size may vary (can be at the end higher or lower) depending on how compressible the data is.<\/p>\n\n\n\n<p>The above error occurs when the backup file is higher than needed, and the system tries to shrink the file to release unused space. This action requires Modify permissions, and an Access Denied will be triggered.<\/p>\n\n\n\n<p>In our context, Modify permissions was not an option for security reasons.<br>As a workaround, we did enable <a href=\"https:\/\/learn.microsoft.com\/en-us\/sql\/t-sql\/database-console-commands\/dbcc-traceon-trace-flags-transact-sql?view=sql-server-ver16\">Trace Flag 3042<\/a> which bypass preallocation algorithm. As a result, the file will grow as the backup progresses, requiring only Write permissions.<\/p>\n\n\n\n<p>Keep in mind that increasing backup files over the time are less performant than preallocated algorithm: backup duration may increase for databases); but acceptable in our context.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Before addressing the issue of backup size reduction with compression enabled, let me provide some context. When SQL Server is hosted on AWS EC2 instances, you&#8217;ll need to manage the backup strategy appropriate to your business. In order to persist and archive your SQL Server backups securely and permanently, AWS S3 is a prime target: [&hellip;]<\/p>\n","protected":false},"author":14,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1865,229,198,99],"tags":[133,51,1886],"type_dbi":[],"class_list":["post-38972","post","type-post","status-publish","format-standard","hentry","category-aws","category-database-administration-monitoring","category-database-management","category-sql-server","tag-aws","tag-sql-server","tag-storage-gateway"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Random permission denied when backing up SQL Server databases to AWS Storage Gateway - dbi Blog<\/title>\n<meta name=\"description\" content=\"In this blog, we&#039;ll explain why permission denied can randomly happen when backing up to a fileshare in SQL Server\" \/>\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.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Random permission denied when backing up SQL Server databases to AWS Storage Gateway\" \/>\n<meta property=\"og:description\" content=\"In this blog, we&#039;ll explain why permission denied can randomly happen when backing up to a fileshare in SQL Server\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-27T16:32:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-28T14:44:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/05\/image-23.png\" \/>\n\t<meta property=\"og:image:width\" content=\"461\" \/>\n\t<meta property=\"og:image:height\" content=\"301\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Nathan Courtine\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nathan Courtine\" \/>\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.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/\"},\"author\":{\"name\":\"Nathan Courtine\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/38305b5ebdcdb4fb784fa31d760862d1\"},\"headline\":\"Random permission denied when backing up SQL Server databases to AWS Storage Gateway\",\"datePublished\":\"2025-05-27T16:32:00+00:00\",\"dateModified\":\"2025-05-28T14:44:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/\"},\"wordCount\":506,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/05\/image-23.png\",\"keywords\":[\"AWS\",\"SQL Server\",\"Storage Gateway\"],\"articleSection\":[\"AWS\",\"Database Administration &amp; Monitoring\",\"Database management\",\"SQL Server\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/\",\"name\":\"Random permission denied when backing up SQL Server databases to AWS Storage Gateway - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/05\/image-23.png\",\"datePublished\":\"2025-05-27T16:32:00+00:00\",\"dateModified\":\"2025-05-28T14:44:05+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/38305b5ebdcdb4fb784fa31d760862d1\"},\"description\":\"In this blog, we'll explain why permission denied can randomly happen when backing up to a fileshare in SQL Server\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/#primaryimage\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/05\/image-23.png\",\"contentUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/05\/image-23.png\",\"width\":461,\"height\":301},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Random permission denied when backing up SQL Server databases to AWS Storage Gateway\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/38305b5ebdcdb4fb784fa31d760862d1\",\"name\":\"Nathan Courtine\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/0fcc6c91bbc35c976c9d470585e48ae5d500680f1f55de5bbc5f8373b8ebb02c?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0fcc6c91bbc35c976c9d470585e48ae5d500680f1f55de5bbc5f8373b8ebb02c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0fcc6c91bbc35c976c9d470585e48ae5d500680f1f55de5bbc5f8373b8ebb02c?s=96&d=mm&r=g\",\"caption\":\"Nathan Courtine\"},\"description\":\"Nathan Courtine has more than four years of experience in Microsoft solutions. He is specialized in SQL Server installation, migration, performance analysis, best practices, etc. Moreover, he has a background in Oracle Java and .NET software and web development. Nathan Courtine is Microsoft Certified in Administering SQL Server 2012 Databases. Nathan Courtine holds an Engineer\u2019s Degree in Computer Science from the ENSISA (Ecole Nationale Sup\u00e9rieure d'Ing\u00e9nieurs Sud Alsace) in Mulhouse (F). His branch-related experience covers Public Sector, Automotive, IT, Financial Services \/ Banking, etc.\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/nathan-courtine\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Random permission denied when backing up SQL Server databases to AWS Storage Gateway - dbi Blog","description":"In this blog, we'll explain why permission denied can randomly happen when backing up to a fileshare in SQL Server","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.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/","og_locale":"en_US","og_type":"article","og_title":"Random permission denied when backing up SQL Server databases to AWS Storage Gateway","og_description":"In this blog, we'll explain why permission denied can randomly happen when backing up to a fileshare in SQL Server","og_url":"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/","og_site_name":"dbi Blog","article_published_time":"2025-05-27T16:32:00+00:00","article_modified_time":"2025-05-28T14:44:05+00:00","og_image":[{"width":461,"height":301,"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/05\/image-23.png","type":"image\/png"}],"author":"Nathan Courtine","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Nathan Courtine","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/"},"author":{"name":"Nathan Courtine","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/38305b5ebdcdb4fb784fa31d760862d1"},"headline":"Random permission denied when backing up SQL Server databases to AWS Storage Gateway","datePublished":"2025-05-27T16:32:00+00:00","dateModified":"2025-05-28T14:44:05+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/"},"wordCount":506,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/05\/image-23.png","keywords":["AWS","SQL Server","Storage Gateway"],"articleSection":["AWS","Database Administration &amp; Monitoring","Database management","SQL Server"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/","url":"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/","name":"Random permission denied when backing up SQL Server databases to AWS Storage Gateway - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/05\/image-23.png","datePublished":"2025-05-27T16:32:00+00:00","dateModified":"2025-05-28T14:44:05+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/38305b5ebdcdb4fb784fa31d760862d1"},"description":"In this blog, we'll explain why permission denied can randomly happen when backing up to a fileshare in SQL Server","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/05\/image-23.png","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/05\/image-23.png","width":461,"height":301},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/random-permission-denied-when-backing-up-sql-server-databases-to-aws-storage-gateway\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Random permission denied when backing up SQL Server databases to AWS Storage Gateway"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/38305b5ebdcdb4fb784fa31d760862d1","name":"Nathan Courtine","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/0fcc6c91bbc35c976c9d470585e48ae5d500680f1f55de5bbc5f8373b8ebb02c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0fcc6c91bbc35c976c9d470585e48ae5d500680f1f55de5bbc5f8373b8ebb02c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0fcc6c91bbc35c976c9d470585e48ae5d500680f1f55de5bbc5f8373b8ebb02c?s=96&d=mm&r=g","caption":"Nathan Courtine"},"description":"Nathan Courtine has more than four years of experience in Microsoft solutions. He is specialized in SQL Server installation, migration, performance analysis, best practices, etc. Moreover, he has a background in Oracle Java and .NET software and web development. Nathan Courtine is Microsoft Certified in Administering SQL Server 2012 Databases. Nathan Courtine holds an Engineer\u2019s Degree in Computer Science from the ENSISA (Ecole Nationale Sup\u00e9rieure d'Ing\u00e9nieurs Sud Alsace) in Mulhouse (F). His branch-related experience covers Public Sector, Automotive, IT, Financial Services \/ Banking, etc.","url":"https:\/\/www.dbi-services.com\/blog\/author\/nathan-courtine\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/38972","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=38972"}],"version-history":[{"count":6,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/38972\/revisions"}],"predecessor-version":[{"id":38979,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/38972\/revisions\/38979"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=38972"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=38972"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=38972"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=38972"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}