{"id":14139,"date":"2020-03-24T10:55:09","date_gmt":"2020-03-24T10:55:09","guid":{"rendered":"https:\/\/evolphin.com\/help\/?p=14139"},"modified":"2020-05-27T00:24:49","modified_gmt":"2020-05-27T04:24:49","slug":"applying-7-5-0-release-262-patch","status":"publish","type":"post","link":"https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/applying-7-5-0-release-262-patch\/","title":{"rendered":"Applying 7.5.0-Release 262 Patch"},"content":{"rendered":"\n<p>Zoom 7.5 uses a new format for Audit logs. So, the audit logs created with Zoom 7.3 are not accessible in Zoom 7.5.<\/p>\n\n\n\n<p>If you do not want to generate a new audit log index after the Zoom upgrade (could take time as per the size of your Zoom repository), then you need to follow the steps below and install <a href=\"\/release-notes\/patches\/7-5-0-release-262-patch-notes\/\">this patch<\/a> <span style=\"text-decoration: underline;\">before the upgrade to Zoom 7.5.0<\/span>.<\/p>\n\n\n\n<p>Before upgrading, we would create an updated Curator index (per 7.5 format) on your existing Zoom 7.3 setup. Then, upgrade Zoom and replace the index files and patch files. Follow these steps:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Before upgrading to 7.5<\/h2>\n\n\n\n<div data-post-id=\"15084\" class=\"insert-page insert-page-15084 \">\n<p>You need a server machine for installing the new Curator (7.5.x) that will generate the updated Curator index on your existing Zoom 7.3 setup. Once the indexing is finished, you should back up the new indexes and other files as per the regular upgrade instructions. You may uninstall the new Curator in the end. Follow these steps:<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span style=\"text-decoration: underline;\">New 7.5 Curator<\/span><\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>Copy<\/strong> the 7.5 upgrade files (as shared by Support) on a server machine. For Linux Server, you can also use the existing Curator machine.<\/li><li><strong>Install<\/strong> Zoom 7.5 on this machine to set up a new 7.5 Curator.<\/li><li><strong>Copy<\/strong> <span style=\"font-weight: 400;\">curator-server.xml <\/span>from your existing Curator to the new 7.5 Curator.<\/li><li><strong>Open<\/strong> this <span style=\"font-weight: 400;\">curator-server.xml <strong>for editing<\/strong> on the new 7.5 Curator.<\/span> <div class=\"json\" style=\"background: #4b4d50; color: white; font-size: 80%; padding: 10px;\">&lt;curatorConfig&gt;<br>&nbsp; &nbsp;&lt;name&gt;CuratorOnPSMachine&lt;\/name&gt;<br>&nbsp; &nbsp;&lt;schedulerFrequency&gt;10000&lt;\/schedulerFrequency&gt;<br>&nbsp; &nbsp;&lt;failedDocsNotification&gt;daily&lt;\/failedDocsNotification&gt;<br>&nbsp; &nbsp;&lt;waitTimeoutForCoresToLoad&gt;60000&lt;\/waitTimeoutForCoresToLoad&gt;<br>&nbsp; &nbsp;&lt;logLevel&gt;INFO&lt;\/logLevel&gt;<br>&nbsp; &nbsp;&lt;solrDataDir&gt;\/home\/evolphin\/zoom\/db\/solr-db&lt;\/solrDataDir&gt;<br>&nbsp; &nbsp;&lt;connectionConfig&gt;<br>&nbsp; &nbsp; &nbsp; &lt;host&gt;192.168.0.183&lt;\/host&gt;<br>&nbsp; &nbsp; &nbsp; &lt;listenerHost&gt;0.0.0.0&lt;\/listenerHost&gt;<br>&nbsp; &nbsp; &nbsp; &lt;port&gt;8983&lt;\/port&gt;<br>&nbsp; &nbsp; &nbsp; &lt;sslPort&gt;8984&lt;\/sslPort&gt;<br>&nbsp; &nbsp; &nbsp; &lt;sslEnabled&gt;true&lt;\/sslEnabled&gt;<br>&nbsp; &nbsp; &nbsp; &lt;proxyPort&gt;0&lt;\/proxyPort&gt;<br>&nbsp; &nbsp; &nbsp; &lt;solrEndPoint&gt;\/solr&lt;\/solrEndPoint&gt;<br>&nbsp; &nbsp; &nbsp; &lt;curatorEndPoint&gt;\/curator&lt;\/curatorEndPoint&gt;<br>&nbsp; &nbsp; &nbsp; &lt;logsEndPoint&gt;\/logs&lt;\/logsEndPoint&gt;<\/div><\/li><li><strong>Update<\/strong> the &lt;name&gt; tag to differentiate it from the existing Curator.<\/li><li><strong>Update<\/strong> &lt;solrDataDir&gt; to point to a new folder where a new DB will be created by this new 7.5 Curator.<\/li><li><span style=\"font-weight: 400;\"><strong>Locate<\/strong> the &lt;connectionConfig&gt; tag and <strong>u<\/strong><\/span><strong>pdate<\/strong> the value of &lt;host&gt; to point to the hostname or IP of the new 7.5 Curator.<\/li><li>If you are running the new Curator on the existing Curator machine (for Linux) then also <strong>update<\/strong> &lt;port&gt; (or &lt;sslPort&gt; for SSL). If using SSL, you also need to <a href=\"\/docs\/ssl\/ssl-support-for-core-zoom-operations\/\"><strong>configure SSL<\/strong><\/a> for this new 7.5 Curator.<\/li><li>Scroll down in the curator-server.xml and <strong>locate<\/strong> the &lt;auditIndex&gt; tag inside the &lt;index&gt; tag. <div class=\"json\" style=\"background: #4b4d50; color: white; font-size: 80%; padding: 10px;\">&lt;index&gt;<br>&nbsp; &nbsp;&lt;contentIndex&gt;<br>&nbsp; &nbsp; &nbsp; &lt;enabled&gt;true&lt;\/enabled&gt;<br>&nbsp; &nbsp; &nbsp; &lt;configFile&gt;conf\/index-config.xml&lt;\/configFile&gt;<br>&nbsp; &nbsp; &nbsp; &lt;maxThreadCount&gt;2&lt;\/maxThreadCount&gt;<br>&nbsp; &nbsp; &nbsp; &lt;maxRetryCount&gt;5&lt;\/maxRetryCount&gt;<br>&nbsp; &nbsp; &nbsp; &lt;commitFrequency&gt;2500&lt;\/commitFrequency&gt;<br>&nbsp; &nbsp; &nbsp; &lt;maxRrnsPerQuery&gt;100&lt;\/maxRrnsPerQuery&gt;<br>&nbsp; &nbsp; &nbsp; &lt;maxFuidsPerQuery&gt;10000&lt;\/maxFuidsPerQuery&gt;<br>&nbsp; &nbsp; &nbsp; &lt;maxHighlightResult&gt;100&lt;\/maxHighlightResult&gt;<br>&nbsp; &nbsp;&lt;\/contentIndex&gt;<br>&nbsp; &nbsp;&lt;auditIndex&gt;<br>&nbsp; &nbsp; &nbsp; &lt;enabled&gt;true&lt;\/enabled&gt;<br>&nbsp; &nbsp; &nbsp; &lt;maxThreadCount&gt;1&lt;\/maxThreadCount&gt;<br>&nbsp; &nbsp; &nbsp; &lt;maxRetryCount&gt;5&lt;\/maxRetryCount&gt;<br>&nbsp; &nbsp; &nbsp; &lt;commitFrequency&gt;25000&lt;\/commitFrequency&gt;<br>&nbsp; &nbsp;&lt;\/auditIndex&gt;<\/div><\/li><li><strong>Set<\/strong> &lt;enabled&gt; inside &lt;auditIndex&gt; to false. This is done as we do not want this new Curator to create an Audit Index.<\/li><li><strong>Log into<\/strong> the Web Management Console as an administrator. <strong>Open<\/strong> Server Control Panel under System node.<\/li><li><strong>Click<\/strong> Curator Server Settings to open the Curator Configuration window.<\/li><li><strong>Click<\/strong> Add to add a new Curator. <strong>Specify<\/strong> the Name, Host, and Port for the new Curator (check Use SSL if using SSL) and <strong>click<\/strong> Save.<\/li><li>The new Curator is now registered with the Zoom Server.<\/li><li>Start your new 7.5 Curator Server (<a href=\"\/docs\/zoom-server\/administration-server\/starting-and-stopping-zoom-services-windows\/\">for Windows<\/a> or <a href=\"\/docs\/zoom-server\/administration-server\/starting-and-stopping-zoom-services\/\">for Linux<\/a>). <div class=\"note\">If you are running the new 7.5 Curator on the existing 7.3 Curator, then start the new 7.5 Curator from \/bin\/curatorserver.bat at the location where the 7.5 Zoom was installed.<\/div><\/li><li><strong>Open<\/strong> Curator Dashboard inside Curator node under the System node in the Web Management Console.<\/li><li><strong>Select<\/strong> the new 7.5 Curator and <strong>check<\/strong> the status of the indexes.<\/li><li>When all indexes are complete for this new 7.5 Curator, we are ready to upgrade Zoom to 7.5.<\/li><li>After indexing is finished for the new 7.5 Curator, <a href=\"\/docs\/zoom-server\/administration-server\/starting-and-stopping-zoom-services-windows\/\">stop all Zoom services<\/a>, including that of the new 7.5 Curator.<\/li><li><strong>Back up<\/strong> Curator DB for the new 7.5 Curator (location of the Curator DB is the new &lt;solrDataDir&gt; that was set in curator-server.xml).<\/li><li><strong>Back up<\/strong> the Zoom DB on your Zoom Server.<\/li><li><strong>Back up<\/strong> Audit logs on your Zoom Server from the folder <em>audit_curator<\/em> inside the logs directory <div class=\"note\">The location of logs directory on the Zoom Server is saved in the &lt;logsEndPoint&gt; tag inside your old Curator&#8217;s curator-server.xml.<\/div><\/li><li><strong>Uninstall<\/strong> the new 7.5 Curator.<\/li><\/ol>\n\n\n\n<p><\/p>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Upgrading to 7.5<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\"><span style=\"text-decoration: underline;\">On Zoom Server \/ Preview Server \/ Transcoder \/ Ingest Server \/ Curator:<\/span><\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>Copy<\/strong> the 7.5 upgrade files (as shared by Support) on your server machine.<\/li><li><strong>Refer<\/strong> the <a href=\"https:\/\/evolphin.com\/help\/guides\/server-installation\/upgrading-to-zoom-server-7-x-linux\/\">upgrade instructions for Linux<\/a> and <a href=\"https:\/\/evolphin.com\/help\/guides\/server-installation\/upgrading-zoom-server-windows-7-x\/\">for Windows Servers<\/a> to checkpoint and back up additional files.<\/li><li><strong>Uninstall<\/strong> the previous Zoom version on each server.<\/li><li><strong>Install<\/strong> Zoom 7.5 on each machine (including your old Curator).<\/li><li><strong>Copy<\/strong> the respective jar files and Product-info.xml from the patch to %ZOOM_INSTALL_DIR%\/lib\/zoom\/.<\/li><li><strong>Copy<\/strong> the Curator DB that was saved from the new 7.5 Curator in step 20 above to the Curator DB location configured for the new Curator (&lt;solrDataDir> tag in curator-server.xml).<\/li><li><strong>Copy<\/strong> the Audit logs that were saved from the Zoom Server in step 22 above to the <em>audit_curator<\/em> folder inside the logs directory for your upgraded Zoom Server (log location is &lt;logsEndPoint> tag in curator-server.xml on your upgraded Curator).<\/li><li><strong>Follow<\/strong> other instructions as specified in the <a href=\"\/guides\/server-installation\/upgrading-to-zoom-server-7-x-linux\/\">upgrade instructions for Linux<\/a> and <a href=\"\/guides\/server-installation\/upgrading-zoom-server-windows-7-x\/\">for Windows Servers<\/a> after the installation, like updating configurations and licenses.<\/li><li><a href=\"\/docs\/zoom-server\/administration-server\/starting-and-stopping-zoom-services-windows\/\">Start Zoom services<\/a>.<\/li><\/ol>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Zoom 7.5 uses a new format for Audit logs. So, the audit logs created with Zoom 7.3 are not accessible in Zoom 7.5. If you do not want to generate a new audit log index after the Zoom upgrade (could take time as per the size of your Zoom repository), then you need to follow [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","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":[19],"tags":[],"class_list":["post-14139","post","type-post","status-publish","format-standard","hentry","category-installupgrade-faq"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Applying 7.5.0-Release 262 Patch - 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\/deployment\/installupgrade-faq\/applying-7-5-0-release-262-patch\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Applying 7.5.0-Release 262 Patch - Evolphin Documentation\" \/>\n<meta property=\"og:description\" content=\"Zoom 7.5 uses a new format for Audit logs. So, the audit logs created with Zoom 7.3 are not accessible in Zoom 7.5. If you do not want to generate a new audit log index after the Zoom upgrade (could take time as per the size of your Zoom repository), then you need to follow [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/applying-7-5-0-release-262-patch\/\" \/>\n<meta property=\"og:site_name\" content=\"Evolphin Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2020-03-24T10:55:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-05-27T04:24:49+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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/installupgrade-faq\\\/applying-7-5-0-release-262-patch\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/installupgrade-faq\\\/applying-7-5-0-release-262-patch\\\/\"},\"author\":{\"name\":\"Rahul Bhargava\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\"},\"headline\":\"Applying 7.5.0-Release 262 Patch\",\"datePublished\":\"2020-03-24T10:55:09+00:00\",\"dateModified\":\"2020-05-27T04:24:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/installupgrade-faq\\\/applying-7-5-0-release-262-patch\\\/\"},\"wordCount\":276,\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"articleSection\":[\"Install\\\/Upgrade FAQ\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/installupgrade-faq\\\/applying-7-5-0-release-262-patch\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/installupgrade-faq\\\/applying-7-5-0-release-262-patch\\\/\",\"name\":\"Applying 7.5.0-Release 262 Patch - Evolphin Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\"},\"datePublished\":\"2020-03-24T10:55:09+00:00\",\"dateModified\":\"2020-05-27T04:24:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/installupgrade-faq\\\/applying-7-5-0-release-262-patch\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/installupgrade-faq\\\/applying-7-5-0-release-262-patch\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/installupgrade-faq\\\/applying-7-5-0-release-262-patch\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Applying 7.5.0-Release 262 Patch\"}]},{\"@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":"Applying 7.5.0-Release 262 Patch - 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\/deployment\/installupgrade-faq\/applying-7-5-0-release-262-patch\/","og_locale":"en_US","og_type":"article","og_title":"Applying 7.5.0-Release 262 Patch - Evolphin Documentation","og_description":"Zoom 7.5 uses a new format for Audit logs. So, the audit logs created with Zoom 7.3 are not accessible in Zoom 7.5. If you do not want to generate a new audit log index after the Zoom upgrade (could take time as per the size of your Zoom repository), then you need to follow [&hellip;]","og_url":"https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/applying-7-5-0-release-262-patch\/","og_site_name":"Evolphin Documentation","article_published_time":"2020-03-24T10:55:09+00:00","article_modified_time":"2020-05-27T04:24:49+00:00","author":"Rahul Bhargava","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rahul Bhargava","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/applying-7-5-0-release-262-patch\/#article","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/applying-7-5-0-release-262-patch\/"},"author":{"name":"Rahul Bhargava","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7"},"headline":"Applying 7.5.0-Release 262 Patch","datePublished":"2020-03-24T10:55:09+00:00","dateModified":"2020-05-27T04:24:49+00:00","mainEntityOfPage":{"@id":"https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/applying-7-5-0-release-262-patch\/"},"wordCount":276,"publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"articleSection":["Install\/Upgrade FAQ"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/applying-7-5-0-release-262-patch\/","url":"https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/applying-7-5-0-release-262-patch\/","name":"Applying 7.5.0-Release 262 Patch - Evolphin Documentation","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/#website"},"datePublished":"2020-03-24T10:55:09+00:00","dateModified":"2020-05-27T04:24:49+00:00","breadcrumb":{"@id":"https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/applying-7-5-0-release-262-patch\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/applying-7-5-0-release-262-patch\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/applying-7-5-0-release-262-patch\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evolphin.com\/help\/"},{"@type":"ListItem","position":2,"name":"Applying 7.5.0-Release 262 Patch"}]},{"@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\/14139","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=14139"}],"version-history":[{"count":6,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/14139\/revisions"}],"predecessor-version":[{"id":15111,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/14139\/revisions\/15111"}],"wp:attachment":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/media?parent=14139"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/categories?post=14139"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/tags?post=14139"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}