{"id":16569,"date":"2021-04-05T09:01:04","date_gmt":"2021-04-05T13:01:04","guid":{"rendered":"https:\/\/evolphin.com\/help\/?p=16569"},"modified":"2021-04-05T10:21:30","modified_gmt":"2021-04-05T14:21:30","slug":"upgrading-to-zoom-server-8-x","status":"publish","type":"post","link":"https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/upgrading-to-zoom-server-8-x\/","title":{"rendered":"Upgrading to Zoom Server 8.x"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Zoom Server Upgrade from 8.0 to 8.1<\/h2>\n\n\n\n<p>The following instructions describe how to upgrade the Zoom and its related services<em> <\/em>from 8.0 to 8.1<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Downtime<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Expect server downtime. The server will not be available during upgrade.<\/li><li>Zoom server checkpointing may take a longer duration. Perform check pointing as a planned event.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Prerequisite<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Ensure that you know the location Zoom server installation directory and the relevant Zoom services such as, Preview server and Curator Server.<\/li><li>If you are upgrading on the Linux server, do not use the root account, as it could affect permissions and they way they are set up.<\/li><li>Ensure that there are no pending or running jobs on the Archive Hub. Check the Archive or Restore jobs in the Archive Hub dashboard.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Checkpointing the Zoom Server<\/h3>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><strong>Note: <\/strong>This step is needed only on the Zoom server.<\/p><\/blockquote>\n\n\n\n<ol class=\"wp-block-list\"><li>It is recommended to perform a full checkpoint before the upgrade.<\/li><li>Please refer to&nbsp;<a href=\"https:\/\/evolphin.com\/help\/administration-server\/zoom-server-checkpointing-on-restart\/\">Zoom Server checkpointing on restart<\/a>&nbsp; which explains how to checkpoint and how to verify checkpointing.<\/li><li>Make sure you verify the checkpoint by looking at the logs.<\/li><li>After verifying the checkpointing, make sure the Zoom server is accessible from Web Management Console.<\/li><li>When you complete the checkpointing activity.<ol><li>Stop the Zoom server again.<\/li><li>Do not start the Zoom server for users till the upgrade process is finished.<\/li><\/ol><\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Stop the Relevant Zoom Services<\/h3>\n\n\n\n<p>Stop all the Zoom related services<\/p>\n\n\n\n<p>For example, stop the following services:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Zoom Server<\/li><li>Preview Server<\/li><li>Curator Server<\/li><li>Transcoder Server<\/li><li>Hub Server.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Backup the Configuration files<\/h3>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><strong>Note<\/strong>: This step needs to be performed on all the Zoom related server machines.<br><\/p><\/blockquote>\n\n\n\n<p>Ensure that the following files or folders are copied to a safe location outside the Zoom installation folder.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>Navigate<\/strong> to <em>[ZoomInstallDir]\/<\/em> .<ol><li>For <strong>Linux Server<\/strong>, this is usually located at the <em>\/home\/evolphin\/zoom<\/em> path.<\/li><li>For<strong> Windows Server,<\/strong> this is usually located at the <em>C:\\Program Files (x86)\\Evolphin\\DAM\\<\/em> path.<\/li><\/ol><\/li><li>Back up the <strong>conf <\/strong>directory.<\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Backup the Zoom Database<\/h3>\n\n\n\n<p>While upgrading the Zoom server, you should make sure that Zoom Database is backed up and outside of the installation directory.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><strong>Note: <\/strong>We recommend you to move the Zoom database outside of the installation directory. If your Zoom database is still in the installation directory, copy it out to a safe location.<\/p><\/blockquote>\n\n\n\n<p>Inspect your server.xml file and look for db spec tags and make sure the Zoom server database is outside of the installation directory.<\/p>\n\n\n\n<p>Here is the dbSpec snippet from server.xml:<\/p>\n\n\n\n<pre class=\"wp-block-verse\">&nbsp;&nbsp;&lt;dbspec&gt;\n  &lt;defaultRoot&gt;\/mnt\/zoom\/db&lt;\/defaultRoot&gt;\n  &lt;redoLogDir&gt;\/mnt\/zoom\/db\/redo&lt;\/redoLogDir&gt;\n  &lt;fileDataDir&gt;\/mnt\/zoom\/db\/redo\/filedata&lt;\/fileDataDir&gt;\n  &lt;redoBackupDir&gt;\/mnt\/zoom\/db-redo.bak&lt;\/redoBackupDir&gt;\n  &lt;\/dbspec&gt;<\/pre>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><strong>Note: <\/strong>You do not have to do anything if it is already located outside of the installation directory.<\/p><\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">Step 5: Backup the Curator Server Database<\/h3>\n\n\n\n<p>While upgrading the Curator server, you should make sure that Curator Server Database is backed up and outside of the installation directory.<\/p>\n\n\n\n<p>To find the Curator Server database location, inspect the file: <strong>curator-server.xml<\/strong> in the <strong>conf<\/strong> directory of the Curator Server and look for the <strong>&lt;solrDataDir&gt;<\/strong> tag.<\/p>\n\n\n\n<p>The value of this tag will point to the Curator Server database location. If it is inside of the installation directory, ensure that you create a backup.<\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<pre class=\"wp-block-verse\">&nbsp;&nbsp;&lt;solrDataDir&gt;\/mnt\/curator-server\/db\/solr-db&lt;\/solrDataDir&gt;<\/pre>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><strong>Note: <\/strong>You do not have to do anything if it is already located outside of the installation directory.<\/p><\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">Step 6: Backup the Preview Server Cache<\/h3>\n\n\n\n<p>Move the Preview Server cache outside of the installation directory.<\/p>\n\n\n\n<p>If the preview server cache is in the installation directory, create a backup before you proceed.<\/p>\n\n\n\n<p>To find the Preview Server cache location, inspect the preview-server.xml file of the Preview Server machine and look for the <strong>&lt;previewCacheLocation&gt;<\/strong> tag.<\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<pre class=\"wp-block-verse\">&nbsp;&nbsp;&lt;previewCacheLocation&gt;\/mnt\/preview-server\/cache&lt;\/previewCacheLocation&gt;<\/pre>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><strong>Note: <\/strong>You don\u2019t have to do anything if it is already located outside of the installation directory.<\/p><\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">Step 7: Uninstall the Services<\/h3>\n\n\n\n<ol class=\"wp-block-list\"><li>On Linux:<ol><li>Rename the <strong>zoom<\/strong> directory to <strong>zoom.&lt;VERSION&gt;<\/strong> where the &#8220;&lt;VERSION&gt;&#8221; is updated to the version of Zoom that is currently installed.<\/li><li>For example, if you have v8.0 installed, rename the zoom directory as follows:<br>For example: mv zoom zoom-v8.0<\/li><\/ol><\/li><li>On Windows:<ol><li>Open Program and Features. Uninstall the Evolphin Zoom Server app.<\/li><\/ol><\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Step 8: Install the new version of Zoom<\/h3>\n\n\n\n<ol class=\"wp-block-list\"><li>On Linux:<ol><li><strong>Untar<\/strong> the downloaded <em>zoom-unix64.tar.bz2<\/em> to the installation directory. This directory is usually located in the <strong>\/home\/evolphin\/<\/strong> path.<\/li><\/ol><\/li><\/ol>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\"><li>On Windows<strong><em>:<\/em><\/strong><ol><li>Unzip the zoom-server-win64.zip.<\/li><li>Execute the <strong>setup.exe<\/strong> from the extracted files.<\/li><li>Follow the on-screen instructions.<\/li><\/ol><\/li><\/ol>\n\n\n\n<p>Repeat <strong>Step 8<\/strong> to install the new versions for the Preview, Curator, and\/or Transcoder servers.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 9: Restore Configuration from Previous Version<\/h3>\n\n\n\n<p>Copy the files from the previously backed up &#8220;conf&#8221; directory to the newly installed &#8220;conf&#8221; directory.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">For Zoom Server<\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li>Copy the\u00a0<strong>server.xml<\/strong> from backed-up conf directory to the new conf directory in\u00a0<span class=\"has-inline-color has-very-dark-gray-color\"> [ZoomInstallDir]\/conf\/<\/span>.<\/li><li>Copy <strong>metadataspec.xml<\/strong> from backed up conf to the new conf directory.<\/li><li><span style=\"text-decoration: underline;\">Do not copy<\/span> the <strong>hub-server.xml<\/strong> from backed conf dir to the new conf directory. Instead, after restarting the Zoom server, open the Hub Configuration page from the web-based Admin Console, and apply the settings present in the old hub-server.xml as appropriate. This manual step of configuration is only needed when upgrading to 8.1 from 8.0 or previous releases. Subsequent upgrades after 8.1, will not require this step. <\/li><li>Copy the SSL certificate JKS file(s) from backed conf dir to the new conf directory. <strong>For example:<\/strong> webmin.jks.<\/li><li>Copy the dynamic-forms directory from backed conf dir to the new conf directory.<ol><li><strong>Note: <\/strong>You do not have to copy this directory if you are not using the create job forms templates.<\/li><\/ol><\/li><li>Merge <strong>client-settings\/<\/strong> from the backed-up conf to the new conf directory.<\/li><li>If you have made any changes in the following files, ensure that you merge them with the new files.\u00a0<ol><li>old-backed-conf\/<ol><li>thumbfiletypes.properties<\/li><li>audiotype.properties<\/li><li>fonttype.properties<\/li><li>indexabletype.properties<\/li><li>movietype.properties<\/li><li>multipagetype.properties<\/li><\/ol><\/li><\/ol><\/li><\/ol>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><strong>Note: <\/strong>In most cases, these files are not modified. If you have modified these files, then perform the diff and merge steps, otherwise you can use the files from the new conf directory.<\/p><\/blockquote>\n\n\n\n<ol class=\"wp-block-list\" start=\"8\"><li>Copy the memory settings.<ol><li>Updating the memory settings for each server is done in their respective configuration files. Typically, the allocated heap is increased for the services by editing the following lines in their respective &#8220;.conf&#8221; files.<br>wrapper.java.additional.8=-Xms4g<br>wrapper.java.additional.9=-Xmx4g<br>(Index number 8,9 might be different for you)<\/li><li>As part of the upgrade process, you must ensure that you are copying the old (previous) memory settings to the new &#8220;.conf&#8221; files.&nbsp;<\/li><li>For the Zoom server:&nbsp;<ol><li>From old_conf\/wrapper.conf&nbsp; to new_conf\/wrapper.conf<\/li><\/ol><\/li><li>For the Preview\/Transcoder server:&nbsp;<ol><li>From old_conf\/preview-server.conf&nbsp; to new_conf\/preview-server.conf<\/li><\/ol><\/li><li>For the Curator server:&nbsp;<ol><li>From old_conf\/curator-server.conf&nbsp; to new_conf\/curator-server.conf<\/li><\/ol><\/li><li>For the Hotfolder running on the server machine:&nbsp;<ol><li>From old_conf\/clientproxy.conf&nbsp; to new_conf\/clientproxy.conf<br><\/li><\/ol><\/li><\/ol><\/li><li>Update SSL Certificate File Name and Password for the following files:<ol><li>Zoom Server &#8211; wrapper.conf<\/li><li>Preview\/Transcoder Server &#8211; preview-server.conf<\/li><li>Curator Server &#8211; curator-server.conf<\/li><\/ol><\/li><li>Copy the zoom license key file from the old conf file to new conf file.<ol><li>old_conf\/zoom.key to new_conf\/zoom.key<\/li><\/ol><\/li><li>Copy the <strong>cacerts<\/strong> file if any new certificates are added to default certificates. You can update the file in the <strong><em>[installation folder]\/jre\/lib\/security\/cacerts<\/em><\/strong> path.<\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">For Preview Server<\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li>Copy the <strong>preview-server.xml<\/strong> from backed conf dir to the new conf.<\/li><li>Copy the&nbsp; <strong>server.xml<\/strong> from backed up conf dir to the new conf in&nbsp; [ZoomInstallDir]\/conf\/.<\/li><li>Copy the SSL certificate JKS file(s) from backed conf dir to the new conf. For example: review.jks.<\/li><li>Copy the Preview Server Memory settings and SSL cert settings from old preview-server.conf to the new preview-server.conf. <a href=\"https:\/\/docs.google.com\/document\/d\/1jzau69l96vuGVIlCHLs-z1C9FuW5jrNuwDIaFMqq7XE\/edit#bookmark=id.pmlf2kmr60hi\">See section above<\/a><\/li><li>If you have not moved the Preview Server cache outside, we recommend you to move the Preview server cache outside of the installation directory during this upgrade. See the this article for more information: <a href=\"https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/configuring-preview-server\/\">https:\/\/evolphin.com\/help\/administration-server\/configuration-server\/configuring-preview-server\/<\/a><\/li><li>Make sure the preview cache location in the preview-server.xml points to the correct and valid location.<\/li><li>Copy the server-settings folder from the backed up preview server configuration directory to the new conf.<\/li><li>Copy the <strong>cacerts<\/strong> file if any new certificates are added to default certificates. You can update the file in the <strong><em>[installation folder]\/jre\/lib\/security\/cacerts<\/em><\/strong> path.<\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">For Curator Server<\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li>Copy the <strong>curator-server.xml<\/strong> from the backed-up conf dir to the new conf.<\/li><li>If you have not moved the Solr Server Database outside of the installation, it is recommended that you to move it during this upgrade.<\/li><li>Make sure the Solr database the curator-server.xml point to the correct and valid location.<\/li><li>Copy the Curator Server Memory settings and SSL cert settings from the old curator-server.conf to the new preview-server.conf. <a href=\"https:\/\/docs.google.com\/document\/d\/1jzau69l96vuGVIlCHLs-z1C9FuW5jrNuwDIaFMqq7XE\/edit#bookmark=id.pmlf2kmr60hi\">See section above<\/a>&nbsp;<\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Step 10: Start and Verify the Services<\/h3>\n\n\n\n<p>Start the Zoom server<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>On Linux: service zoom start (ensure that this is run with a non-root user).<\/li><li>On Windows: Use service manager.<\/li><li>Check the Zoom server logs. See if the Zoom server has started properly and ensure that there is no error.<\/li><li>Open the Zoom Web management console and add your new license key if you have one.<\/li><li>Verify the users and other settings in the Web management console.<\/li><\/ul>\n\n\n\n<p>Start the Preview Server<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>On Linux: service preview-server start (ensure that this is run with a non-root user). <\/li><li>On Windows: Use service manager.<\/li><li>Check the Preview server logs. See if the server has started properly and ensure that there are no errors.<\/li><li>Login to the Webclient and verify if the user is able to perform basic operations. For example: upload an asset, preview an asset, download and asset, and so on.<\/li><\/ul>\n\n\n\n<p>Start the Curator Server<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>On Linux: service curator-server start (ensure that this is run with a non-root user).<\/li><li>On Windows: Use service manager.<\/li><li>Check the Curator server logs. See if the server has started properly and ensure that there are no errors.<\/li><li>Login to the Zoom Server Web Management Console and verify if the server is able to connect to the Curator dashboard and view the indexing status.<\/li><\/ul>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"has-text-align-left wp-block-heading\">Evolphin Job Hub 8.0 to 8.1 Upgrade<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Prerequisite<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Make sure you know the installation location of Evolphin Job Hub.<\/li><li>If you are upgrading on the Linux server, do not use the root account, it could affect permissions.<\/li><li><strong>Important: <\/strong>Make sure there are no pending or running jobs on the Hub. Check the Archive or Restore jobs in the Archive Hub dashboard.<\/li><li>You can upgrade the Hub if AI jobs are running.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Stop the Hub Service<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Locate the Hub Server installation directory.<\/li><li>Go to the bin directory.<\/li><li>On Linux:<ul><li>Run: <strong>.\/hub status<\/strong> to check if hub is running.<\/li><li>Run: <strong>.\/hub stop<\/strong> to stop the server.<\/li><\/ul><\/li><li>On Window<ul><li>Use the service manager to check hub status, start or stop the hub service. (Look for default service name &#8220;Evolphin Job Hub&#8221;).<\/li><\/ul><\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Uninstall the Old Hub<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Rename the existing Hub installation directory: <strong>ejh<\/strong> to<strong> ejh<\/strong>.<em>&lt;VERSION&gt;<\/em>. Where &#8220;<em>&lt;VERSION&gt;<\/em>&#8221; is replaced with the Hub version number, for the version you are trying to uninstall.<\/li><li>For example:<ul><li>Rename ejh \u2192 ejh.8.0<\/li><\/ul><\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Copy the new Hub build<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>On Linux, untar the hub build file at the same place where the old hub was installed.<\/li><li>On Windows, unzip the hub build file at the same place where the old hub was installed.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Config changes required for Hub Upgrade<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Changes on Zoom Server\/Webmin<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Keep the backup of the existing <strong>Hub-server.xml <\/strong>from Step 2 ready.<\/li><li>Use new hub-server.xml which comes with installation, and populate the fields manually from backup hub-server.xml in Webmin.<\/li><li>Save the settings.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Hub Server<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Keep the backup of existing <strong>hub.xml<\/strong> and <strong>hubServer.jks<\/strong> files.<\/li><li>Ensure that the zoom-deploy path is present and the owner that is specified here, is the owner using the hub service that is running.<ul><li>If this path is not present, then start the hub once. This will cause the zoom-deploy path to get created. Confirm that it is created, and then shut down hub again. Proceed with the steps below after that. <\/li><\/ul><\/li><\/ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><strong>Note: <\/strong><em>If the hub fails to start, then check the following:<\/em><\/p><p>JAVA_HOME environment variable may be missing. Add this entry to point to the JRE installation path. <\/p><\/blockquote>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>On Windows <br>wrapper.java.command=C:\\Program Files (x86)\\Evolphin\\DAM\\jre\\bin\\java<br>On Linux<br>wrapper.java.command=\/home\/evolphin\/zoom\/jre\/bin\/java<\/p><\/blockquote>\n\n\n\n<p><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Populate the fields in the <strong>hub.xml<\/strong> file present at the zoom-deploy path from the backup <strong>hub.xml<\/strong>.<\/li><\/ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><strong>Note<\/strong>: The field named &#8220;hubName&#8221; in the 8.0 hub, has been renamed to &#8220;location&#8221; in 8.1. <\/p><\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">Step 6: Edit Veritone AI API Version<\/h3>\n\n\n\n<p><strong>Note: <\/strong>Perform this step if you are using Veritone AI provider on this Hub.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>The New version of the Hub uses Veritone V3 APIs to communicate with Veritone engines. You need to enable version 3 in the <strong>ai-spec.xml<\/strong>.<\/li><li>Open the <strong>ai-spec.xml<\/strong> file.<\/li><li>Locate the section: <strong>&lt;VeritoneSpec&gt;<\/strong><\/li><li>Add the following line the <strong>&lt;VeritoneSpec&gt;<\/strong> section:<ul><li>&lt;veritoneApiVersion&gt;v3&lt;\/veritoneApiVersion&gt;<\/li><\/ul><\/li><li>Save the file.<\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Step 5: Start the Hub Service<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>On Linux:<ul><li>Run: <strong>.\/hub start <\/strong>to start the service.<\/li><li>Run: <strong>.\/hub status<\/strong> to check the status.<\/li><\/ul><\/li><li>On Windows:<ul><li>Use the service manager to start the service and check the status. <\/li><\/ul><\/li><\/ul>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 6: Check the Hub Server Logs<\/h3>\n\n\n\n<p>Check the Hub Server logs and see if the logs have started running.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Zoom Server Upgrade from 8.0 to 8.1 The following instructions describe how to upgrade the Zoom and its related services from 8.0 to 8.1 Downtime Expect server downtime. The server will not be available during upgrade. Zoom server checkpointing may take a longer duration. Perform check pointing as a planned event. Prerequisite Ensure that you [&hellip;]<\/p>\n","protected":false},"author":7,"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":[168,19],"tags":[],"class_list":["post-16569","post","type-post","status-publish","format-standard","hentry","category-deployment","category-installupgrade-faq"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Upgrading to Zoom Server 8.x - 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\/upgrading-to-zoom-server-8-x\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Upgrading to Zoom Server 8.x - Evolphin Documentation\" \/>\n<meta property=\"og:description\" content=\"Zoom Server Upgrade from 8.0 to 8.1 The following instructions describe how to upgrade the Zoom and its related services from 8.0 to 8.1 Downtime Expect server downtime. The server will not be available during upgrade. Zoom server checkpointing may take a longer duration. Perform check pointing as a planned event. Prerequisite Ensure that you [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/upgrading-to-zoom-server-8-x\/\" \/>\n<meta property=\"og:site_name\" content=\"Evolphin Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2021-04-05T13:01:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-04-05T14:21:30+00:00\" \/>\n<meta name=\"author\" content=\"Akila\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Akila\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\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\\\/upgrading-to-zoom-server-8-x\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/installupgrade-faq\\\/upgrading-to-zoom-server-8-x\\\/\"},\"author\":{\"name\":\"Akila\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e6f5c1a88b862135643c281f15f1f579\"},\"headline\":\"Upgrading to Zoom Server 8.x\",\"datePublished\":\"2021-04-05T13:01:04+00:00\",\"dateModified\":\"2021-04-05T14:21:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/installupgrade-faq\\\/upgrading-to-zoom-server-8-x\\\/\"},\"wordCount\":2213,\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"articleSection\":[\"Deployment\",\"Install\\\/Upgrade FAQ\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/installupgrade-faq\\\/upgrading-to-zoom-server-8-x\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/installupgrade-faq\\\/upgrading-to-zoom-server-8-x\\\/\",\"name\":\"Upgrading to Zoom Server 8.x - Evolphin Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\"},\"datePublished\":\"2021-04-05T13:01:04+00:00\",\"dateModified\":\"2021-04-05T14:21:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/installupgrade-faq\\\/upgrading-to-zoom-server-8-x\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/installupgrade-faq\\\/upgrading-to-zoom-server-8-x\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/installupgrade-faq\\\/upgrading-to-zoom-server-8-x\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Upgrading to Zoom Server 8.x\"}]},{\"@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\\\/e6f5c1a88b862135643c281f15f1f579\",\"name\":\"Akila\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c1c7d352bff9e82cf79fc12c6f94a99ebe426ec632d425f4895a946ab9e5b1d6?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c1c7d352bff9e82cf79fc12c6f94a99ebe426ec632d425f4895a946ab9e5b1d6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c1c7d352bff9e82cf79fc12c6f94a99ebe426ec632d425f4895a946ab9e5b1d6?s=96&d=mm&r=g\",\"caption\":\"Akila\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Upgrading to Zoom Server 8.x - 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\/upgrading-to-zoom-server-8-x\/","og_locale":"en_US","og_type":"article","og_title":"Upgrading to Zoom Server 8.x - Evolphin Documentation","og_description":"Zoom Server Upgrade from 8.0 to 8.1 The following instructions describe how to upgrade the Zoom and its related services from 8.0 to 8.1 Downtime Expect server downtime. The server will not be available during upgrade. Zoom server checkpointing may take a longer duration. Perform check pointing as a planned event. Prerequisite Ensure that you [&hellip;]","og_url":"https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/upgrading-to-zoom-server-8-x\/","og_site_name":"Evolphin Documentation","article_published_time":"2021-04-05T13:01:04+00:00","article_modified_time":"2021-04-05T14:21:30+00:00","author":"Akila","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Akila","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/upgrading-to-zoom-server-8-x\/#article","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/upgrading-to-zoom-server-8-x\/"},"author":{"name":"Akila","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e6f5c1a88b862135643c281f15f1f579"},"headline":"Upgrading to Zoom Server 8.x","datePublished":"2021-04-05T13:01:04+00:00","dateModified":"2021-04-05T14:21:30+00:00","mainEntityOfPage":{"@id":"https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/upgrading-to-zoom-server-8-x\/"},"wordCount":2213,"publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"articleSection":["Deployment","Install\/Upgrade FAQ"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/upgrading-to-zoom-server-8-x\/","url":"https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/upgrading-to-zoom-server-8-x\/","name":"Upgrading to Zoom Server 8.x - Evolphin Documentation","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/#website"},"datePublished":"2021-04-05T13:01:04+00:00","dateModified":"2021-04-05T14:21:30+00:00","breadcrumb":{"@id":"https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/upgrading-to-zoom-server-8-x\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/upgrading-to-zoom-server-8-x\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/evolphin.com\/help\/deployment\/installupgrade-faq\/upgrading-to-zoom-server-8-x\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evolphin.com\/help\/"},{"@type":"ListItem","position":2,"name":"Upgrading to Zoom Server 8.x"}]},{"@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\/e6f5c1a88b862135643c281f15f1f579","name":"Akila","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c1c7d352bff9e82cf79fc12c6f94a99ebe426ec632d425f4895a946ab9e5b1d6?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c1c7d352bff9e82cf79fc12c6f94a99ebe426ec632d425f4895a946ab9e5b1d6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c1c7d352bff9e82cf79fc12c6f94a99ebe426ec632d425f4895a946ab9e5b1d6?s=96&d=mm&r=g","caption":"Akila"}}]}},"_links":{"self":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/16569","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\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/comments?post=16569"}],"version-history":[{"count":24,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/16569\/revisions"}],"predecessor-version":[{"id":16598,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/16569\/revisions\/16598"}],"wp:attachment":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/media?parent=16569"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/categories?post=16569"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/tags?post=16569"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}