{"id":2547,"date":"2015-02-25T02:10:44","date_gmt":"2015-02-25T02:10:44","guid":{"rendered":"http:\/\/evolphin.com\/help\/?p=2547"},"modified":"2020-05-18T09:50:43","modified_gmt":"2020-05-18T13:50:43","slug":"upgrading-zoom-server-linux-5-x","status":"publish","type":"post","link":"https:\/\/evolphin.com\/help\/deployment\/server-installation\/upgrading-zoom-server-linux-5-x\/","title":{"rendered":"Upgrading to Zoom Server 5.x (Linux)"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Zoom Server Upgrade From&nbsp;5.0 to 5.2<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Upgrade Instructions From&nbsp;5.0 to 5.2:<\/h3>\n\n\n\n<p>The following instructions describe how to upgrade a Zoom Server installed on RedHat Enterprise Linux or CentOS. These instructions assume you have downloaded the <code>zoom-unix64.tar.bz2<\/code>&nbsp;from the <a href=\"http:\/\/support.evolphin.com\">Zoom Support Center<\/a>.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>Restart the&nbsp;<\/strong><span class=\"keyword\"><em>Zoom Server<\/em><\/span>&nbsp;services.<\/li><li><span class=\"command\">Stop<\/span> the <span class=\"keyword\"><em>Zoom Server <\/em><\/span>and <span class=\"keyword\"><em>Zoom Preview Server<\/em>&nbsp;<\/span>(<em><strong>Only if the Preview Server is configured to run on the same machine as the Zoom Server<\/strong><\/em>) Services.\n<div class=\"note\">For information on how to start and stop services for a Linux Server, see&nbsp;<span data-post-id=\"566\" class=\"insert-page insert-page-566 \"><a href=\"https:\/\/evolphin.com\/help\/administration-server\/starting-and-stopping-zoom-services\/\">Starting and Stopping Zoom Services (Linux)<\/a>\n\t\t\t\t\t\t<\/span>.<\/div>\n<\/li><li><span class=\"command\">Copy<\/span> or <span class=\"command\">backup<\/span> the <code>conf<\/code><em>&nbsp;<\/em>folder; Also <strong>move <\/strong>or<strong> backup<\/strong> the <code>db<\/code> folder out of the installation directory.\n<div class=\"note\">If your db folder is not located in the installation directory, you do not need to backup the db\/ folder.<\/div>\n<\/li><li><span class=\"command\">Delete<\/span> the <code><em>ZOOM_INSTALLATION_DIR <\/em><\/code> folder.<\/li><li>Unzip the <code>zoom-unix64.tar.bz2<\/code>&nbsp;downloaded from the <a href=\"http:\/\/support.evolphin.com\">Zoom Support Center<\/a>.<\/li><li><span class=\"command\">Copy<\/span> all files\/folders from backup <code>conf\/<\/code>&nbsp;and replace them in new <code>[ZoomDir]<em>\/conf\/<\/em><\/code>\n<div class=\"note\">Make sure to manually copy all files\/folders from backup&nbsp;<code>conf\/<\/code> and replace them in newly installed <code>conf\/.<\/code>Do not delete any file\/folder from the newly installed&nbsp;<code>conf\/.<\/code><\/div>\n<div class=\"note\">&nbsp;For <span class=\"keyword\">Upgrade from 5.0 to 5.5 or greater<\/span>, copy only&nbsp;<code>zoom.key<\/code> from backup <code>conf\/<\/code> and paste it in newly installed <code>[ZoomDir]\/Conf\/<\/code> directory. In case of user-specific changes in backup <code>conf\/<\/code>, please manually do all the changes in the newly installed<code>&nbsp;[ZoomDir]\/conf\/<\/code> directory.<\/div>\n<\/li><li>Follow the link <a href=\"https:\/\/evolphin.com\/help\/docs\/v5\/server\/metadata\/metadata-migration\/\">Metadata Migration<\/a> to migrate the metadata.<\/li><li>Open <span class=\"command\"> preview-server.xml <\/span> from <code><em>[ZoomDir]\/conf\/<\/em><\/code> and replace <span class=\"command\"> localhost <\/span> with <span class=\"keyword\"><em>Server_Ip_Address.<a href=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/02\/preview-server-xml.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-2867 size-full\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/02\/preview-server-xml-e1424932929762.png\" alt=\"preview-server-xml\" width=\"1278\" height=\"557\"><\/a><\/em><\/span>\n<div class=\"note\">If the&nbsp;Zoom Server and the Zoom Preview Server are running on different machines, then edit the preview-server.xml only on the machine where the Zoom Preview Server is running. Note that, the Server IP Address here refers to the Zoom Server machine\u2019s IP address.<\/div>\n<\/li><li>Open <span class=\"command\"> server.xml <\/span> from <code><em>[ZoomDir]\/conf\/<\/em><\/code>&nbsp;<span class=\"keyword\"><em>&nbsp;<\/em><\/span><\/li><li>Search and identify the <code>&lt;reviewserverspec&gt;<\/code> section.<\/li><li>Remove this entire tag &#8211; starting from <code>\"&lt;reviewserverspec&gt;\"<\/code> phrase and ending with <code>\"&lt;\/reviewserverspec&gt;\"<\/code><\/li><li>Copy in this place, the following XML snippet:\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">&lt;reviewserverspec&gt;<br>&nbsp; &nbsp;&lt;trackProgress&gt;true&lt;\/trackProgress&gt;<br>&nbsp; &nbsp;&lt;usePreviewForFileUpload&gt;true&lt;\/usePreviewForFileUpload&gt;<br>&nbsp; &nbsp;&lt;useSslForDesktopClient&gt;false&lt;\/useSslForDesktopClient&gt;<br>&nbsp; &nbsp;&lt;previewFileType&gt;FLV&lt;\/previewFileType&gt;<br>&nbsp; &nbsp;&lt;previewResolution&gt;480&lt;\/previewResolution&gt;<br>&nbsp; &nbsp;&lt;audioPreviewResolution&gt;44100&lt;\/audioPreviewResolution&gt;<br>&nbsp; &nbsp;&lt;generateHiResPreviews&gt;false&lt;\/generateHiResPreviews&gt;<br>&nbsp; &nbsp;&lt;imageHiRes&gt;1920&lt;\/imageHiRes&gt;<br>&nbsp; &nbsp;&lt;hiResThresholdSize&gt;100&lt;\/hiResThresholdSize&gt;<br>&nbsp; &nbsp;&lt;ServerConnection&gt;<br>&nbsp; &nbsp; &nbsp; &lt;port&gt;8873&lt;\/port&gt;<br>&nbsp; &nbsp; &nbsp; &lt;sslPort&gt;8013&lt;\/sslPort&gt;<br>&nbsp; &nbsp; &nbsp; &lt;host&gt;0.0.0.0&lt;\/host&gt;<br>&nbsp; &nbsp; &nbsp; &lt;listenerHost&gt;0.0.0.0&lt;\/listenerHost&gt;<br>&nbsp; &nbsp; &nbsp; &lt;enableSsl&gt;false&lt;\/enableSsl&gt;<br>&nbsp; &nbsp; &nbsp; &lt;self&gt;true&lt;\/self&gt;<br>&nbsp; &nbsp;&lt;\/ServerConnection&gt;<br>&lt;\/reviewserverspec&gt;<\/div>\n<\/li><li>Check the following screenshot to see what&nbsp;this section would have been like before, and what it should look like after you have copied the snippet given above:\n<figure><a href=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/02\/befaftlinux.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-2833 size-full\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/02\/befaftlinux.png\" alt=\"befaftlinux\" width=\"1366\" height=\"441\"><\/a><\/figure><p><\/p>\n<div class=\"note\">&nbsp;For <span class=\"keyword\">upgrade from 5.0 to 5.5 or greater<\/span>, <span class=\"command\">do not follow steps from 9.1 to 9.4<\/span> as above given xml snippet already exists in newly packaged <code>server.xml<\/code>.<\/div>\n<\/li><li>Replace <span class=\"command\"> 0.0.0.0 <\/span> in <code>&lt;host&gt; <\/code>tag of the <code>&lt;networkspec&gt;<\/code> and <code>&lt;webserverspec&gt;<\/code> with the Zoom Server machine&#8217;s &nbsp;IP Address.<\/li><li>The <code>&lt;host&gt;<\/code> tag in the <code>&lt;ServerConnection&gt;<\/code>&nbsp;which is in the <code>&lt;reviewserverspec&gt;<\/code> section must contain&nbsp;the Zoom Preview Server IP address.<\/li><li>If the Zoom Server and the Preview Server are running on the same machine, all three tags will be pointing to the same address.<\/li><li>If Zoom Server and the Preview server are running on different machines, care must be taken to update these tags as indicated here. In that case, enter the IP addresses as shown here, on the <code>server.xml<\/code> of both the machines.\n<figure><a href=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/02\/server-xml2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-2676 size-full\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/02\/server-xml2.png\" alt=\"server-xml\" width=\"722\" height=\"651\"><\/a><\/figure><p><\/p>\n<\/li><li>The <code>&lt;self&gt;<\/code> tag of the <code>&lt;ServerConnection&gt;<\/code> must be set to true on the machine where the Preview Server is running.&nbsp;Therefore, if both Zoom Server and Preview Server are running on the same machine, then in that server.xml, this tag must be set to true. If they are running on separate machines, then do the following:\n<ul>\n<li>in the Zoom Server machine, set this tag to false<\/li>\n<li>in the Preview Server machine, set this tag to true.<\/li>\n<\/ul>\n<\/li><li>If you had moved the <code>db<\/code> folder out of the installation directory in the beginning, move it back to the installation directory now (overwriting newly created empty db folder).<\/li><li><span class=\"command\">Start<\/span> the <span class=\"keyword\"><em>Zoom Server <\/em><\/span>and <span class=\"keyword\"><em>Zoom Preview Server<\/em> <\/span>services.<\/li><li><span style=\"line-height: 1.428571429;\">Check the <\/span><span class=\"command\" style=\"line-height: 1.428571429;\">Zoom Version<\/span><span style=\"line-height: 1.428571429;\">.<\/span><\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Zoom Server Upgrade From&nbsp;5.2 to 5.3<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Upgrade Instructions From&nbsp;5.2 to 5.3:<\/h3>\n\n\n\n<p>The following instructions describe how to upgrade a Zoom Server installed on RedHat Enterprise Linux or CentOS. These instructions assume you have downloaded the <code>zoom-unix64.tar.bz2<\/code>&nbsp;from the <a href=\"http:\/\/support.evolphin.com\">Zoom Support Center<\/a>.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><span class=\"command\">Stop<\/span>&nbsp;the&nbsp;<span class=\"keyword\">Zoom Server&nbsp;<\/span>and&nbsp;<span class=\"keyword\"><em>Zoom Preview Server<\/em>&nbsp;<\/span>(<em><strong>Only if the Preview Server is configured to run on the same machine as the Zoom Server<\/strong><\/em>) services.\n<div class=\"note\">For information on how to start and stop services for a Linux Server, see <span data-post-id=\"566\" class=\"insert-page insert-page-566 \"><a href=\"https:\/\/evolphin.com\/help\/administration-server\/starting-and-stopping-zoom-services\/\">Starting and Stopping Zoom Services (Linux)<\/a>\n\t\t\t\t\t\t<\/span>.<\/div>\n<\/li><li>Edit the <code>[ZoomDir]\/Conf\/server.xml<\/code> file.<\/li><li>Search for the &#8220;doCheckpoint&#8221; tag under the &lt;autorestartspec&gt; section, and set it to true.\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">&lt;autorestartspec&gt;<br>&lt;frequency&gt;7&lt;\/frequency&gt;<br>&lt;date&gt;2014-06-28 18:30:00.0 UTC&lt;\/date&gt;<br>&lt;time&gt;00:00&lt;\/time&gt;<br>&lt;autoRestartEnabled&gt;true&lt;\/autoRestartEnabled&gt;<br>&lt;doCheckpoint&gt;true&lt;\/doCheckpoint&gt;<br>&lt;\/autorestartspec&gt;<\/div>\n<\/li><li>Save the file.<\/li><li><strong>Restart the&nbsp;<\/strong><span class=\"keyword\"><em>Zoom Server<\/em><\/span>&nbsp;services.<\/li><li><span class=\"command\">Stop<\/span> the <span class=\"keyword\"><em>Zoom Server <\/em><\/span>and <span class=\"keyword\"><em>Zoom Preview Server<\/em> <\/span>services.\n<div class=\"note\">For information on how to start and stop services for a Linux Server, see <span data-post-id=\"566\" class=\"insert-page insert-page-566 \"><a href=\"https:\/\/evolphin.com\/help\/administration-server\/starting-and-stopping-zoom-services\/\">Starting and Stopping Zoom Services (Linux)<\/a>\n\t\t\t\t\t\t<\/span>.<\/div>\n<\/li><li><span class=\"command\">Copy<\/span> or <span class=\"command\">backup<\/span> the <code>conf<\/code><em>&nbsp;<\/em>folder; Also <strong>move <\/strong>or<strong> backup<\/strong> the <code>db<\/code> folder out of the installation directory.\n<div class=\"note\">If your db folder is not located in the installation directory, you do not need to backup the db\/ folder.<\/div>\n<\/li><li><span class=\"command\">Delete<\/span> the <code><em>ZOOM_INSTALLATION_DIR&nbsp;<\/em><\/code> folder.<\/li><li>Unzip the <code>zoom-unix64.tar.bz2<\/code>&nbsp;downloaded from the <a href=\"http:\/\/support.evolphin.com\">Zoom Support Center<\/a>.<\/li><li><span class=\"command\">Copy<\/span> all files\/folders from backup <code>conf\/<\/code>&nbsp;and replace them in new <em><code>[ZoomDir]\/conf\/<\/code><\/em>\n<div class=\"note\">Make sure to manually copy all files\/folders from backup&nbsp;<code>conf\/<\/code> and replace them in newly installed <code>conf\/.<\/code>Do not delete any file\/folder from the newly installed&nbsp;<code>conf\/.<\/code><\/div>\n<\/li><li>Please refer to steps 8 and 9 from the previous section outlining the upgrade instructions from 5.0 to 5.2 or greater; execute the same steps here.<\/li><li>If you had moved the <code>db<\/code> folder out of the installation directory in the beginning, move it back to the installation directory now (overwriting newly created empty db folder).<\/li><li><span class=\"command\">Start<\/span> the <span class=\"keyword\"><em>Zoom Server <\/em><\/span>and <span class=\"keyword\"><em>Zoom Preview Server<\/em> <\/span>services.<\/li><li>Check the <span class=\"command\">Zoom Version<\/span>.<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Zoom Server Upgrade From&nbsp;5.3 to a Newer&nbsp;Version<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Upgrade Instructions From&nbsp;5.3 to a Newer Version&nbsp;:<\/h3>\n\n\n\n<p>The following instructions describe how to upgrade a Zoom Server installed on RedHat Enterprise Linux or CentOS. These instructions assume you have downloaded the <code>zoom-unix64.tar.bz2<\/code>&nbsp;from the <a href=\"http:\/\/support.evolphin.com\">Zoom Support Center<\/a>.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><span class=\"command\">Stop<\/span>&nbsp;the&nbsp;<span class=\"keyword\">Zoom Server&nbsp;<\/span>and&nbsp;<span class=\"keyword\"><em>Zoom Preview Server<\/em>&nbsp;<\/span>(<em><strong>Only if the Preview Server is configured to run on the same machine as the Zoom Server<\/strong><\/em>) services.\n<div class=\"note\">For information on how to start and stop services for a Linux Server, see <span data-post-id=\"566\" class=\"insert-page insert-page-566 \"><a href=\"https:\/\/evolphin.com\/help\/administration-server\/starting-and-stopping-zoom-services\/\">Starting and Stopping Zoom Services (Linux)<\/a>\n\t\t\t\t\t\t<\/span>.<\/div>\n<\/li><li>Edit the <code>[ZoomDir]\/Conf\/server.xml<\/code> file.<\/li><li>Search for the &#8220;doCheckpoint&#8221; tag under the &lt;autorestartspec&gt; section, and set it to true.\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">&lt;autorestartspec&gt;<br>&lt;frequency&gt;7&lt;\/frequency&gt;<br>&lt;date&gt;2014-06-28 18:30:00.0 UTC&lt;\/date&gt;<br>&lt;time&gt;00:00&lt;\/time&gt;<br>&lt;autoRestartEnabled&gt;true&lt;\/autoRestartEnabled&gt;<br>&lt;doCheckpoint&gt;true&lt;\/doCheckpoint&gt;<br>&lt;\/autorestartspec&gt;<\/div>\n<\/li><li>Save the file.<\/li><li><strong>Restart the&nbsp;<\/strong><span class=\"keyword\"><em>Zoom Server<\/em><\/span>&nbsp;services.<\/li><li>Wait for the Zoom server to finish the checkpointing<strong>. <\/strong>To verify whether checkpointing is finished, go to the Zoom Server\u2019s log directory and look for the message<strong>:<br><b>\u201cRedo log checkpointing ended\u201d<\/b> <\/strong>in the <i>server_log.0<\/i> file. Only look for the latest entry in the file.<\/li><li><span class=\"command\">Stop<\/span> the <span class=\"keyword\"><em>Zoom Server <\/em><\/span>and <span class=\"keyword\"><em>Zoom Preview Server<\/em> <\/span>services.\n<div class=\"note\">For information on how to start and stop services for a Linux Server, see <span data-post-id=\"566\" class=\"insert-page insert-page-566 \"><a href=\"https:\/\/evolphin.com\/help\/administration-server\/starting-and-stopping-zoom-services\/\">Starting and Stopping Zoom Services (Linux)<\/a>\n\t\t\t\t\t\t<\/span>.<\/div>\n<\/li><li><span class=\"command\">Copy<\/span> or <span class=\"command\">backup<\/span> the <code>conf<\/code><em>&nbsp;<\/em>folder; Also <strong>move <\/strong>or<strong> backup<\/strong> the <code>db<\/code> folder out of the installation directory.\n<div class=\"note\">If your db folder is not located in the installation directory, you do not need to back up the db\/ folder.<\/div>\n<\/li><li><span class=\"command\">Delete<\/span> the <code><em>ZOOM_INSTALLATION_DIR&nbsp;<\/em><\/code> folder.<\/li><li>Unzip the <code>zoom-unix64.tar.bz2<\/code>&nbsp;downloaded from the <a href=\"http:\/\/support.evolphin.com\">Zoom Support Center<\/a>.<\/li><li><span class=\"command\">Copy<\/span>&nbsp;<span style=\"font-family: monospace, serif;\"><i>zoom.key&nbsp;<\/i><\/span>from backup <code>conf\/<\/code> and <span class=\"command\">paste<\/span> it in the newly installed&nbsp;<code>[ZoomDir]\/conf\/&nbsp;<\/code>directory.<\/li><li><span class=\"command\">Copy<\/span>&nbsp;the following files from backup <code>conf\/<\/code> and <b>replace<\/b>&nbsp;them in the newly installed&nbsp;<code>[ZoomDir]\/conf\/&nbsp;<\/code>directory.\n<ul>\n<li>metadataspec.xml<\/li>\n<li>preview-server.xml<\/li>\n<li>server.xml<\/li>\n<\/ul>\n<div class=\"note\">Make sure to merge all the changes made at the time of deployment in backup <code>conf\/ <\/code>to the newly installed&nbsp;<code>[ZoomDir]\/conf\/&nbsp;<\/code>directory. In case of user-specific changes in backup <code>conf\/<\/code>, please manually do all the changes in the newly installed&nbsp;<code>[ZoomDir]\/conf\/<\/code> directory.<\/div>\n<div class=\"example\">For example: If you have changed the value of &nbsp;&#8220;wrapper.java.initmemory=128&#8221; &nbsp;flag in wrapper.conf of backup <code>conf\/<\/code> to increase the initial java heap size, then you have to manually edit\/replace the value of the same flag in wrapper.conf of newly installed <code>[ZoomDir]\/conf\/<\/code> directory.<\/div>\n<\/li><li>If you had moved the <code>db<\/code> folder out of the installation directory in the beginning, move it back to the installation directory now (overwriting newly created empty db folder).<\/li><li><strong>Start<\/strong> the <span class=\"keyword\"><em>Zoom Server<\/em><\/span> and <span class=\"keyword\"><em>Zoom Preview Server<\/em><\/span> services.<\/li><li>Check the <strong> Zoom Version.<\/strong><\/li><\/ol>\n\n\n\n<div class=\"note\">Customers who are at revisions before 5.3, please see the previous sections for upgrade instructions.<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Zoom Server Upgrade From&nbsp;5.0 to 5.2 Upgrade Instructions From&nbsp;5.0 to 5.2: The following instructions describe how to upgrade a Zoom Server installed on RedHat Enterprise Linux or CentOS. These instructions assume you have downloaded the zoom-unix64.tar.bz2&nbsp;from the Zoom Support Center. Restart the&nbsp;Zoom Server&nbsp;services. Stop the Zoom Server and Zoom Preview Server&nbsp;(Only if the Preview Server [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[8],"tags":[21],"class_list":["post-2547","post","type-post","status-publish","format-standard","hentry","category-server-installation","tag-zoom-5"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Upgrading to Zoom Server 5.x (Linux) - 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\/server-installation\/upgrading-zoom-server-linux-5-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 5.x (Linux) - Evolphin Documentation\" \/>\n<meta property=\"og:description\" content=\"Zoom Server Upgrade From&nbsp;5.0 to 5.2 Upgrade Instructions From&nbsp;5.0 to 5.2: The following instructions describe how to upgrade a Zoom Server installed on RedHat Enterprise Linux or CentOS. These instructions assume you have downloaded the zoom-unix64.tar.bz2&nbsp;from the Zoom Support Center. Restart the&nbsp;Zoom Server&nbsp;services. Stop the Zoom Server and Zoom Preview Server&nbsp;(Only if the Preview Server [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evolphin.com\/help\/deployment\/server-installation\/upgrading-zoom-server-linux-5-x\/\" \/>\n<meta property=\"og:site_name\" content=\"Evolphin Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2015-02-25T02:10:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-05-18T13:50:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/02\/preview-server-xml-e1424932929762.png\" \/>\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=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/server-installation\\\/upgrading-zoom-server-linux-5-x\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/server-installation\\\/upgrading-zoom-server-linux-5-x\\\/\"},\"author\":{\"name\":\"Rahul Bhargava\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\"},\"headline\":\"Upgrading to Zoom Server 5.x (Linux)\",\"datePublished\":\"2015-02-25T02:10:44+00:00\",\"dateModified\":\"2020-05-18T13:50:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/server-installation\\\/upgrading-zoom-server-linux-5-x\\\/\"},\"wordCount\":1554,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/server-installation\\\/upgrading-zoom-server-linux-5-x\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2015\\\/02\\\/preview-server-xml-e1424932929762.png\",\"keywords\":[\"zoom 5\"],\"articleSection\":[\"Server Installation and Upgrade\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/server-installation\\\/upgrading-zoom-server-linux-5-x\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/server-installation\\\/upgrading-zoom-server-linux-5-x\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/server-installation\\\/upgrading-zoom-server-linux-5-x\\\/\",\"name\":\"Upgrading to Zoom Server 5.x (Linux) - Evolphin Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/server-installation\\\/upgrading-zoom-server-linux-5-x\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/server-installation\\\/upgrading-zoom-server-linux-5-x\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2015\\\/02\\\/preview-server-xml-e1424932929762.png\",\"datePublished\":\"2015-02-25T02:10:44+00:00\",\"dateModified\":\"2020-05-18T13:50:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/server-installation\\\/upgrading-zoom-server-linux-5-x\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/server-installation\\\/upgrading-zoom-server-linux-5-x\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/server-installation\\\/upgrading-zoom-server-linux-5-x\\\/#primaryimage\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2015\\\/02\\\/preview-server-xml-e1424932929762.png\",\"contentUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2015\\\/02\\\/preview-server-xml-e1424932929762.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/deployment\\\/server-installation\\\/upgrading-zoom-server-linux-5-x\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Upgrading to Zoom Server 5.x (Linux)\"}]},{\"@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":"Upgrading to Zoom Server 5.x (Linux) - 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\/server-installation\/upgrading-zoom-server-linux-5-x\/","og_locale":"en_US","og_type":"article","og_title":"Upgrading to Zoom Server 5.x (Linux) - Evolphin Documentation","og_description":"Zoom Server Upgrade From&nbsp;5.0 to 5.2 Upgrade Instructions From&nbsp;5.0 to 5.2: The following instructions describe how to upgrade a Zoom Server installed on RedHat Enterprise Linux or CentOS. These instructions assume you have downloaded the zoom-unix64.tar.bz2&nbsp;from the Zoom Support Center. Restart the&nbsp;Zoom Server&nbsp;services. Stop the Zoom Server and Zoom Preview Server&nbsp;(Only if the Preview Server [&hellip;]","og_url":"https:\/\/evolphin.com\/help\/deployment\/server-installation\/upgrading-zoom-server-linux-5-x\/","og_site_name":"Evolphin Documentation","article_published_time":"2015-02-25T02:10:44+00:00","article_modified_time":"2020-05-18T13:50:43+00:00","og_image":[{"url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/02\/preview-server-xml-e1424932929762.png","type":"","width":"","height":""}],"author":"Rahul Bhargava","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rahul Bhargava","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/evolphin.com\/help\/deployment\/server-installation\/upgrading-zoom-server-linux-5-x\/#article","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/deployment\/server-installation\/upgrading-zoom-server-linux-5-x\/"},"author":{"name":"Rahul Bhargava","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7"},"headline":"Upgrading to Zoom Server 5.x (Linux)","datePublished":"2015-02-25T02:10:44+00:00","dateModified":"2020-05-18T13:50:43+00:00","mainEntityOfPage":{"@id":"https:\/\/evolphin.com\/help\/deployment\/server-installation\/upgrading-zoom-server-linux-5-x\/"},"wordCount":1554,"commentCount":0,"publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"image":{"@id":"https:\/\/evolphin.com\/help\/deployment\/server-installation\/upgrading-zoom-server-linux-5-x\/#primaryimage"},"thumbnailUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/02\/preview-server-xml-e1424932929762.png","keywords":["zoom 5"],"articleSection":["Server Installation and Upgrade"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/evolphin.com\/help\/deployment\/server-installation\/upgrading-zoom-server-linux-5-x\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/evolphin.com\/help\/deployment\/server-installation\/upgrading-zoom-server-linux-5-x\/","url":"https:\/\/evolphin.com\/help\/deployment\/server-installation\/upgrading-zoom-server-linux-5-x\/","name":"Upgrading to Zoom Server 5.x (Linux) - Evolphin Documentation","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/evolphin.com\/help\/deployment\/server-installation\/upgrading-zoom-server-linux-5-x\/#primaryimage"},"image":{"@id":"https:\/\/evolphin.com\/help\/deployment\/server-installation\/upgrading-zoom-server-linux-5-x\/#primaryimage"},"thumbnailUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/02\/preview-server-xml-e1424932929762.png","datePublished":"2015-02-25T02:10:44+00:00","dateModified":"2020-05-18T13:50:43+00:00","breadcrumb":{"@id":"https:\/\/evolphin.com\/help\/deployment\/server-installation\/upgrading-zoom-server-linux-5-x\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evolphin.com\/help\/deployment\/server-installation\/upgrading-zoom-server-linux-5-x\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evolphin.com\/help\/deployment\/server-installation\/upgrading-zoom-server-linux-5-x\/#primaryimage","url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/02\/preview-server-xml-e1424932929762.png","contentUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/02\/preview-server-xml-e1424932929762.png"},{"@type":"BreadcrumbList","@id":"https:\/\/evolphin.com\/help\/deployment\/server-installation\/upgrading-zoom-server-linux-5-x\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evolphin.com\/help\/"},{"@type":"ListItem","position":2,"name":"Upgrading to Zoom Server 5.x (Linux)"}]},{"@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\/2547","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=2547"}],"version-history":[{"count":1,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/2547\/revisions"}],"predecessor-version":[{"id":14811,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/2547\/revisions\/14811"}],"wp:attachment":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/media?parent=2547"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/categories?post=2547"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/tags?post=2547"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}