{"id":22116,"date":"2023-01-27T08:48:51","date_gmt":"2023-01-27T07:48:51","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=22116"},"modified":"2024-09-11T10:25:45","modified_gmt":"2024-09-11T08:25:45","slug":"patching-weblogic-with-stack-patch-bundle-spb","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/patching-weblogic-with-stack-patch-bundle-spb\/","title":{"rendered":"Patching WebLogic with Stack Patch Bundle (SPB)"},"content":{"rendered":"\n<p>Oracle delivers patches for WebLogic every 3 months. These Critical Patch Updates (CPU) are often composed of multiple patches which makes even more steps to have them installed on server:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Download<\/li>\n\n\n\n<li>Copy on server<\/li>\n\n\n\n<li>Installation via opatch<\/li>\n<\/ul>\n\n\n\n<p>Since April 2021, Oracle is providing what they are calling a Stack Patch Bundle (SPB) which includes Stack Patch Bundle Automation Tool (SPBAT). This make the installation easier and safer.<\/p>\n\n\n\n<p>You can use this to patch the following WebLogic installations:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Lite<\/li>\n\n\n\n<li>Slim<\/li>\n\n\n\n<li>Generic<\/li>\n\n\n\n<li>Fusion Middleware Infrastructure (WebLogic part only).<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Prepare<\/h2>\n\n\n\n<p>Download the patch for your OS and copy it on the server. Unzip it and go into the directory where <code>spbat.sh<\/code> script is located:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\ncd \/home\/oracle\/CPU-2023-01\/WLS_SPB_12.2.1.4.230112\/tools\/spbat\/generic\/SPBAT\/\n<\/pre><\/div>\n\n\n<h2 class=\"wp-block-heading\">PreChecks<\/h2>\n\n\n\n<p>Prechecks can take few minutes, but it is worth using it as it can detect potential patching issues. <\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n.\/spbat.sh -phase precheck -oracle_home $ORACLE_HOME\n<\/pre><\/div>\n\n\n<p>ORACLE_HOME variable is pointing to the installation you want to update. In my case, it is a Fusion Middleware Infrastructure home.<\/p>\n\n\n\n<p>Several steps make up the precheck:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>requirements of script itself (jdk version):<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;2023-01-26_14-47-37] &#x5B;SUCCESS] The Installed JDK version 1.8.0_361 is higher than or same as the recommended JDK version 1.8.0_361\n<\/pre><\/div>\n\n\n<ul class=\"wp-block-list\">\n<li>OPatch requirements:<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;2023-01-26_14-47-21] Minimum OPatch version required : 13.9.4.2.5\n&#x5B;2023-01-26_14-47-21] Environment has OPatch version : 13.9.4.2.8\n&#x5B;2023-01-26_14-47-21] &#x5B;SUCCESS] Minimum OPatch version check\n...\n&#x5B;2023-01-26_14-47-41] Middleware OPatch Version : 13.9.4.2.8\n&#x5B;2023-01-26_14-47-41] SPB OPatch version : 13.9.4.2.11\n<\/pre><\/div>\n\n\n<ul class=\"wp-block-list\">\n<li>List of installed patches:<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;2023-01-26_14-48-28] List of patches present in the Oracle Home: \/u00\/app\/oracle\/product\/fmw_reports\n29494060;Database Patch Set Update : 12.1.0.2.190716 (29494060)\n27516009;\n27293599;\n25549931;\n22754279;One-off\n19795066;One-off\n19632480;One-off\n19154304;One-off\n19030178;One-off\n<\/pre><\/div>\n\n\n<ul class=\"wp-block-list\">\n<li>List of applicable patches including compatibility and conflict checks:<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;2023-01-26_14-48-28] Patch compatibility check with the environment is in progress\u2026\n&#x5B;2023-01-26_14-50-26] CheckForNoOpPatches has Completed on \/u00\/app\/oracle\/product\/fmw_reports Home\n&#x5B;2023-01-26_14-51-00] PATCH 34856450 APPLY WILL BE SKIPPED AS IT IS NOT APPLICABLE FOR THIS ENVIRONMENT\n&#x5B;2023-01-26_14-51-02] PATCH 34883826 IS #NOT APPLIED# IN THE ENVIRONMENT\n&#x5B;2023-01-26_14-51-04] PATCH 34974766 IS #NOT APPLIED# IN THE ENVIRONMENT\n&#x5B;2023-01-26_14-51-04] PATCH 1221416 IS #NOT APPLIED# IN THE ENVIRONMENT\n&#x5B;2023-01-26_14-51-05] PATCH 33639718 IS #NOT APPLIED# IN THE ENVIRONMENT\n&#x5B;2023-01-26_14-51-08] PATCH 33093748 IS #NOT APPLIED# IN THE ENVIRONMENT\n&#x5B;2023-01-26_14-51-11] PATCH 34801809 IS #NOT APPLIED# IN THE ENVIRONMENT\n&#x5B;2023-01-26_14-51-14] PATCH 32720458 IS #NOT APPLIED# IN THE ENVIRONMENT\n&#x5B;2023-01-26_14-51-16] PATCH 34879707 IS #NOT APPLIED# IN THE ENVIRONMENT\n&#x5B;2023-01-26_14-51-16] Patch conflict check is in progress \u2026\n&#x5B;2023-01-26_14-51-57] Patch conflict check has completed on \/u00\/app\/oracle\/product\/fmw_reports Home\n<\/pre><\/div>\n\n\n<p>Expected output at the end is like this:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nPRECHECK SUMMARY:\nNo Of FAILURES: 0\nNo Of WARNINGS: 0\n<\/pre><\/div>\n\n\n<p>With this output, we are ready to run spbat in apply mode.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Apply<\/h2>\n\n\n\n<p>Command is very similar with just the &#8220;phase&#8221; parameter being different:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n.\/spbat.sh -phase apply -oracle_home $ORACLE_HOME\n<\/pre><\/div>\n\n\n<p>First step of script is to run precheck phase. When the completion of spbat precheck is error-free, it will proceed to installation:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;2023-01-26_15-10-06] Application of patches is in progress \u2026\n&#x5B;2023-01-26_15-22-39] SUCCESSFUL - OPatch napply has completed for wls Home\n&#x5B;2023-01-26_15-22-39] Opatch Napply Exit Status - 0\n&#x5B;2023-01-26_15-22-39] COMPLETED : Performing SPBAT Binary patching on wls Home\n&#x5B;2023-01-26_15-22-57] STARTED : Performing SPBAT binary audit on wls Home\n&#x5B;2023-01-26_15-23-29] NoOp patch#34856450# detected in Environment.Skipping Audit for the same\n&#x5B;2023-01-26_15-23-29] SUCCESSFUL - SPB PATCH 34883826 IS #APPLIED#\n&#x5B;2023-01-26_15-23-30] SUCCESSFUL - SPB PATCH 34974766 IS #APPLIED#\n&#x5B;2023-01-26_15-23-31] SUCCESSFUL - SPB PATCH 1221416 IS #APPLIED#\n&#x5B;2023-01-26_15-23-32] SUCCESSFUL - SPB PATCH 33639718 IS #APPLIED#\n&#x5B;2023-01-26_15-23-33] SUCCESSFUL - SPB PATCH 33093748 IS #APPLIED#\n&#x5B;2023-01-26_15-23-34] SUCCESSFUL - SPB PATCH 34801809 IS #APPLIED#\n&#x5B;2023-01-26_15-23-35] SUCCESSFUL - SPB PATCH 32720458 IS #APPLIED#\n&#x5B;2023-01-26_15-23-35] SUCCESSFUL - SPB PATCH 34879707 IS #APPLIED#\n<\/pre><\/div>\n\n\n<p>And finally, spbat will list all installed patches:<\/p>\n\n\n\n<p>[2023-01-26_15-24-02] List of patches present in the Oracle Home: \/u00\/app\/oracle\/product\/fmw_reports<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;2023-01-26_15-24-02] List of patches present in the Oracle Home: \/u00\/app\/oracle\/product\/fmw_reports\n\n34974766;WLS STACK PATCH BUNDLE 12.2.1.4.230112 (Patch 34974729)\n34883826;WLS PATCH SET UPDATE 12.2.1.4.221210\n34879707;FMW Thirdparty Bundle Patch 12.2.1.4.221209\n34801809;RDA release 23.1-20230117 for OFM 12.2.1.4 SPB\n33639718;33639718 - ADR FOR WEBLOGIC SERVER 12.2.1.4.0 JUL CPU 2022\n33093748;One-off\n32720458;JDBC 19.3.0.0 FOR CPUJAN2022 (WLS 12.2.1.4, WLS 14.1.1)\n1221416;Coherence Cumulative Patch 12.2.1.4.16\n29494060;Database Patch Set Update : 12.1.0.2.190716 (29494060)\n27516009;\n27293599;\n25549931;\n22754279;One-off\n19795066;One-off\n19632480;One-off\n19154304;One-off\n19030178;One-off\n<\/pre><\/div>\n\n\n<p>All these logs output, and even more, are kept under logs directory under SPBAT directory:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# ls -ltr .\/WLS_SPB_12.2.1.4.230112\/tools\/spbat\/generic\/SPBAT\/logs\/\ntotal 0\ndrwxr-xr-x. 5 oracle workshop 105 Jan 26 14:47 vm06_spb_precheck_2023-01-26_14-46-45\ndrwxr-xr-x. 7 oracle workshop 135 Jan 26 15:22 vm06_spb_apply_2023-01-26_14-57-45\n<\/pre><\/div>\n\n\n<p>This is great to have a complete history of what was before and after spbat was run.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Do not forget to backup before proceeding to any software update.<\/p>\n\n\n\n<p>Even if apply will also run precheck, I do prefer to run precheck phase myself first, so that I am able to decide if I should proceed to patch apply or not.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Oracle delivers patches for WebLogic every 3 months. These Critical Patch Updates (CPU) are often composed of multiple patches which makes even more steps to have them installed on server: Since April 2021, Oracle is providing what they are calling a Stack Patch Bundle (SPB) which includes Stack Patch Bundle Automation Tool (SPBAT). This make [&hellip;]<\/p>\n","protected":false},"author":40,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[2748],"tags":[708,114,2828,2827],"type_dbi":[],"class_list":["post-22116","post","type-post","status-publish","format-standard","hentry","category-weblogic","tag-automation","tag-opatch","tag-spb","tag-spbat"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Patching WebLogic with Stack Patch Bundle (SPB) - dbi Blog<\/title>\n<meta name=\"description\" content=\"How to patch Oracle WebLogic with stack patch bundle instead of opatch\" \/>\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\/patching-weblogic-with-stack-patch-bundle-spb\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Patching WebLogic with Stack Patch Bundle (SPB)\" \/>\n<meta property=\"og:description\" content=\"How to patch Oracle WebLogic with stack patch bundle instead of opatch\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/patching-weblogic-with-stack-patch-bundle-spb\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-01-27T07:48:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-11T08:25:45+00:00\" \/>\n<meta name=\"author\" content=\"Middleware Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Middleware Team\" \/>\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:\\\/\\\/www.dbi-services.com\\\/blog\\\/patching-weblogic-with-stack-patch-bundle-spb\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/patching-weblogic-with-stack-patch-bundle-spb\\\/\"},\"author\":{\"name\":\"Middleware Team\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/8d8563acfc6e604cce6507f45bac0ea1\"},\"headline\":\"Patching WebLogic with Stack Patch Bundle (SPB)\",\"datePublished\":\"2023-01-27T07:48:51+00:00\",\"dateModified\":\"2024-09-11T08:25:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/patching-weblogic-with-stack-patch-bundle-spb\\\/\"},\"wordCount\":339,\"commentCount\":0,\"keywords\":[\"Automation\",\"OPatch\",\"SPB\",\"SPBAT\"],\"articleSection\":[\"WebLogic\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/patching-weblogic-with-stack-patch-bundle-spb\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/patching-weblogic-with-stack-patch-bundle-spb\\\/\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/patching-weblogic-with-stack-patch-bundle-spb\\\/\",\"name\":\"Patching WebLogic with Stack Patch Bundle (SPB) - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\"},\"datePublished\":\"2023-01-27T07:48:51+00:00\",\"dateModified\":\"2024-09-11T08:25:45+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/8d8563acfc6e604cce6507f45bac0ea1\"},\"description\":\"How to patch Oracle WebLogic with stack patch bundle instead of opatch\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/patching-weblogic-with-stack-patch-bundle-spb\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/patching-weblogic-with-stack-patch-bundle-spb\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/patching-weblogic-with-stack-patch-bundle-spb\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Patching WebLogic with Stack Patch Bundle (SPB)\"}]},{\"@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\\\/8d8563acfc6e604cce6507f45bac0ea1\",\"name\":\"Middleware Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g\",\"caption\":\"Middleware Team\"},\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/author\\\/middleware-team\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Patching WebLogic with Stack Patch Bundle (SPB) - dbi Blog","description":"How to patch Oracle WebLogic with stack patch bundle instead of opatch","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\/patching-weblogic-with-stack-patch-bundle-spb\/","og_locale":"en_US","og_type":"article","og_title":"Patching WebLogic with Stack Patch Bundle (SPB)","og_description":"How to patch Oracle WebLogic with stack patch bundle instead of opatch","og_url":"https:\/\/www.dbi-services.com\/blog\/patching-weblogic-with-stack-patch-bundle-spb\/","og_site_name":"dbi Blog","article_published_time":"2023-01-27T07:48:51+00:00","article_modified_time":"2024-09-11T08:25:45+00:00","author":"Middleware Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Middleware Team","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/patching-weblogic-with-stack-patch-bundle-spb\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/patching-weblogic-with-stack-patch-bundle-spb\/"},"author":{"name":"Middleware Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d8563acfc6e604cce6507f45bac0ea1"},"headline":"Patching WebLogic with Stack Patch Bundle (SPB)","datePublished":"2023-01-27T07:48:51+00:00","dateModified":"2024-09-11T08:25:45+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/patching-weblogic-with-stack-patch-bundle-spb\/"},"wordCount":339,"commentCount":0,"keywords":["Automation","OPatch","SPB","SPBAT"],"articleSection":["WebLogic"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/patching-weblogic-with-stack-patch-bundle-spb\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/patching-weblogic-with-stack-patch-bundle-spb\/","url":"https:\/\/www.dbi-services.com\/blog\/patching-weblogic-with-stack-patch-bundle-spb\/","name":"Patching WebLogic with Stack Patch Bundle (SPB) - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2023-01-27T07:48:51+00:00","dateModified":"2024-09-11T08:25:45+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d8563acfc6e604cce6507f45bac0ea1"},"description":"How to patch Oracle WebLogic with stack patch bundle instead of opatch","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/patching-weblogic-with-stack-patch-bundle-spb\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/patching-weblogic-with-stack-patch-bundle-spb\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/patching-weblogic-with-stack-patch-bundle-spb\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Patching WebLogic with Stack Patch Bundle (SPB)"}]},{"@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\/8d8563acfc6e604cce6507f45bac0ea1","name":"Middleware Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g","caption":"Middleware Team"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/middleware-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/22116","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\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=22116"}],"version-history":[{"count":9,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/22116\/revisions"}],"predecessor-version":[{"id":24009,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/22116\/revisions\/24009"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=22116"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=22116"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=22116"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=22116"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}