{"id":1080981,"date":"2020-12-10T08:04:42","date_gmt":"2020-12-10T16:04:42","guid":{"rendered":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=1080981"},"modified":"2020-12-10T08:04:42","modified_gmt":"2020-12-10T16:04:42","slug":"monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise","title":{"rendered":"Monthly Linux Tip: Walkthrough on Silently Upgrading ArcGIS Enterprise"},"author":10252,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[37501],"tags":[],"industry":[],"product":[36571],"class_list":["post-1080981","blog","type-blog","status-publish","format-standard","hentry","category-administration","product-arcgis-enterprise"],"acf":{"short_description":"This blog will walk through silently upgrading ArcGIS Enterprise 10.7.1 to ArcGIS Enterprise 10.8.1.","flexible_content":[{"acf_fc_layout":"content","content":"<p>Upgrading ArcGIS Enterprise provides an opportunity to ensure your organization takes advantage of the latest and greatest features. Whether it be bug fixes or all-around better user experience, the ArcGIS Enterprise team keeps in mind customers needs and desires in each software iteration.<\/p>\n<p>It comes to stand that upgrading ArcGIS Enterprise can provide its own suite of challenges. In this Monthly Linux Tip, we will walk through an upgrade from ArcGIS Enterprise 10.7.1 to ArcGIS Enterprise 10.8.1. It is important to note that we will not be utilizing ArcGIS Enterprise Builder; we will upgrade each product in the Enterprise suite individually.<\/p>\n<p>Below is the table of contents this blog will follow:<\/p>\n<ol>\n<li>Backing up your data<\/li>\n<li>Obtain new setups and authorization files<\/li>\n<li>Upgrading Portal for ArcGIS<\/li>\n<li>Upgrading Web Adaptor (Portal for ArcGIS)<\/li>\n<li>Upgrading ArcGIS Server<\/li>\n<li>Upgrading Web Adaptor (ArcGIS Server)<\/li>\n<li>Upgrading ArcGIS Data Store<\/li>\n<\/ol>\n<p>For simplicity, this demo uses ArcGIS Enterprise on a single machine. However, this blog is still applicable to environments that have ArcGIS Enterprise divided across multiple machines.<\/p>\n<p><strong>1. Backing up your data<\/strong><\/p>\n<p>Before we tackle the actual upgrading process, it cannot be stressed enough to back up your data! Whether it be through snapshots of your architecture or utilizing ArcGIS Enterprise\u2019s built-in backup tools, this step is crucial. Should the upgrade process go amiss, peace of mind will be held knowing that you can default back to a snapshot and\/or have a backup of your data.<\/p>\n<p><strong>2. Obtain new setups and authorization files<\/strong><\/p>\n<p>As discussed in the <a href=\"https:\/\/enterprise.arcgis.com\/en\/get-started\/latest\/linux\/upgrade-arcgis-enterprise.htm\">documentation<\/a> for upgrading ArcGIS Enterprise, the first step is obtaining the new setups and authorization files from My Esri. As this blog is going from ArcGIS Enterprise 10.7.1 to 10.8.1, please ensure that you get your appropriate version\u2019s files.<\/p>\n<p>If your My Esri account has any issues, please contact Esri Customer Care and they can assist you further.<\/p>\n<p><strong>3. Upgrading Portal for ArcGIS<\/strong><\/p>\n<p>Now we are ready to begin. Firstly, we will need to open up our command lines and navigate over to our Portal for ArcGIS setup. It is important to note that <strong>there is no specific upgrade Setup file.<\/strong> In other words, you can treat the initial upgrade process as if you were installing for the first time.<\/p>\n<p>Looking at the usage help for the Setup file, we see this is true as well:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/portal_usage.png\" \/><\/p>\n<p>In order to run, we will use the following syntax: <em>.\/Setup -m silent -l yes<\/em>. Please see below:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/portal_setup.png\" \/><\/p>\n<p>As can be seen above, the <em>Setup<\/em> file picks up on the installation directory of our 10.7.1 installation. By design of the script, the 10.8.1 version will extract all files and resources to that location and perform the upgrade.<\/p>\n<p>Please be aware that depending upon the size of your previous installation, this may take a considerable amount of time. Once it does finishes, however, we should see the below message:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/portal_install.png\" \/><\/p>\n<p>Once that is done, we need to finish the second portion of our upgrade. As this is a silent upgrade blog, we will utilize the <em>upgradeportal<\/em> tool. This is found over at <em>\/&lt;ArcGIS installation directory&gt;\/portal\/tools\/upgradeportal<\/em>:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/portal_upgrade1.png\" \/><\/p>\n<p>Looking at the usage help of this tool, we recognize the flags that need to be set:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/portal_upgrade_usag.png\" \/><\/p>\n<p>Once ran successfully, the <em>upgradeportal<\/em> tool will provide the following output:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/portal_upgrade2.png\" width=\"541\" height=\"351\" \/><\/p>\n<p><strong>4. Upgrading Web Adaptor (Portal for ArcGIS)<\/strong><\/p>\n<p>If you do not plan to use a third-party load balancer, then you can ignore this section. For upgrading the ArcGIS Web Adaptor, technically it is not an \u201cupgrade\u201d. We will be performing the following steps:<\/p>\n<ol>\n<li>Uninstall ArcGIS Web Adaptor 10.7.1<\/li>\n<li>Undeploy Portal for ArcGIS Web Adaptor from our web server<\/li>\n<li>Install ArcGIS Web Adaptor 10.8.1<\/li>\n<li>Deploy Portal for ArcGIS Web Adaptor to our web server<\/li>\n<li>Register ArcGIS Web Adaptor to Portal for ArcGIS<\/li>\n<\/ol>\n<p>For uninstalling, navigate to <em>&lt;ArcGIS installation directory&gt;\/webadaptor10.7.1\/java<\/em> and run the <em>uninstall_WebAdaptor<\/em> script:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/uninstall_wa.png\" \/><\/p>\n<p>Once done, we need to undeploy specifically our Portal for ArcGIS Web Adaptor from our web server. In this demo, I am using Tomcat as my Java web server to unregister as shown below:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/unregister_Wa.png\" \/><\/p>\n<p>Once done, we can now install the new 10.8.1 Web Adaptor. Navigate over to your Web Adaptor setup file and view the usage help:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/wa_usage.png\" \/><\/p>\n<p>Notice a pattern? In general, the Setup file across each product in the ArcGIS Enterprise suite runs the same. Running the script gives us the following:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/wa_install.png\" \/><\/p>\n<p>Once installed, we will register to our Tomcat web server. Please see below:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/register_wa.png\" \/><\/p>\n<p>All set to register the Web Adaptor to Portal for ArcGIS! Navigate to <em>&lt;ArcGIS installation user&gt;\/webadaptor10.8.1\/java\/tools<\/em> and view the <em>configurewebadaptor.sh<\/em> tool. We will run with the following syntax: <em>.\/configurewebadaptor.sh -m portal -w <a href=\"https:\/\/%3cWeb\">https:\/\/&lt;Web<\/a> Server URL&gt;\/portal\/webadaptor -g \u00a0-u &lt;Portal for ArcGIS username&gt; -p &lt;Portal for ArcGIS password&gt;<\/em><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/configure_wa.png\" \/><\/p>\n<p><strong>5. Upgrading ArcGIS Server<\/strong><\/p>\n<p>Keeping a consistent design across the board, silently upgrading ArcGIS Server and ArcGIS Data Store looks near identical to Portal for ArcGIS.\u00a0 In order to run, we will use the following syntax: <em>.\/Setup -m silent -l yes -a &lt;Server license directory&gt;. <\/em>Please see below:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/server_setup-1.png\" \/><\/p>\n<p>Once successful, we will see the following:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/server_install.png\" \/><\/p>\n<p>Like the Portal for ArcGIS <em>upgradeportal<\/em> tool, ArcGIS Server has a <em>upgradeserver<\/em> tool that we will use. Navigate to <em>&lt;ArcGIS installation directory&gt;\/server\/tools\/upgradeserver<\/em> and view the <em>upgradeserver.sh<\/em> tool:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/upgrade_server1.png\" \/><\/p>\n<p>Running successfully will look like the following:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/upgrade_server2.png\" \/><\/p>\n<p><strong>6. Upgrading Web Adaptor (ArcGIS Server)<\/strong><\/p>\n<p>As you might have guessed, this process is the exact same as with the Web Adaptor for Portal for ArcGIS. As such, once we follow all the steps in the prior Web Adaptor section, we should see the following result:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/server_wa_register-1.png\" \/><\/p>\n<p><strong>7. Upgrading ArcGIS Data Store<\/strong><\/p>\n<p>Almost done! Lastly, we will need to upgrade the ArcGIS Data Store. Keeping with the flow of the <em>Setup<\/em> scripts, please see the workflow below:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/ds_install.png\" \/><\/p>\n<p>Once done, we will need to upgrade. Depending upon the Data Store types that you have previously had configured, the syntax may change. In this demo, I only have the relational Data Store previously configured.<\/p>\n<p>Navigate to <em>&lt;ArcGIS installation directory&gt;\/datastore\/tools<\/em> and view the <em>configuredatastore.sh <\/em>tool. The syntax we will use is the following:<\/p>\n<p><em>.\/configuredatastore.sh <a href=\"https:\/\/%3cFQDN%3e:6443\">https:\/\/&lt;FQDN&gt;:6443<\/a> &lt;username&gt; &lt;password&gt; &lt;Previous Data Store content directory&gt; &#8211;stores &lt;relational,tileCache,spatiotemporal&gt;<\/em><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/ds_upgrade.png\" \/><\/p>\n<p>With that, we are finally done! If you head over to your ArcGIS Enterprise base deployment, you will notice that is upgraded successfully to version 10.8.1.<\/p>\n<p><strong>Conclusion<\/strong><\/p>\n<p>We have gone over step by step the process of silently upgrading ArcGIS Enterprise 10.7.1 to 10.8.1. Please let me know in the comments if this was of help and what you would like to see next month. Thank you for reading this Monthly Linux Tip!<\/p>\n"}],"authors":[{"ID":10252,"user_firstname":"Markus","user_lastname":"Walker","nickname":"MWalker","user_nicename":"mwalker","display_name":"Markus Walker","user_email":"MWalker@esri.com","user_url":"","user_registered":"2019-12-03 14:04:26","user_description":"Markus is a Product Engineer on the ArcGIS Enterprise team, where he specializes with Linux architectures.","user_avatar":"<img data-del=\"avatar\" src='https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/04\/31161cb9-c3aa-493e-8ff2-5b3a3ff46361-213x200.jpg' class='avatar pp-user-avatar avatar-96 photo ' height='96' width='96'\/>"}],"related_articles":"","card_image":false,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2019\/09\/1071enterprisebanner.png"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Monthly Linux Tip: Walkthrough on Silently Upgrading ArcGIS Enterprise<\/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:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Monthly Linux Tip: Walkthrough on Silently Upgrading ArcGIS Enterprise\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise\" \/>\n<meta property=\"og:site_name\" content=\"ArcGIS Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ESRI\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise\"},\"author\":{\"name\":\"Markus Walker\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/457f3d786c7c12c3d37d57b3d6f2702f\"},\"headline\":\"Monthly Linux Tip: Walkthrough on Silently Upgrading ArcGIS Enterprise\",\"datePublished\":\"2020-12-10T16:04:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise\"},\"wordCount\":9,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"articleSection\":[\"Administration\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise\",\"name\":\"Monthly Linux Tip: Walkthrough on Silently Upgrading ArcGIS Enterprise\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2020-12-10T16:04:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Monthly Linux Tip: Walkthrough on Silently Upgrading ArcGIS Enterprise\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"name\":\"ArcGIS Blog\",\"description\":\"Get insider info from Esri product teams\",\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\",\"name\":\"Esri\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"width\":400,\"height\":400,\"caption\":\"Esri\"},\"image\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/esrigis\/\",\"https:\/\/x.com\/ESRI\",\"https:\/\/www.linkedin.com\/company\/5311\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/457f3d786c7c12c3d37d57b3d6f2702f\",\"name\":\"Markus Walker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/04\/31161cb9-c3aa-493e-8ff2-5b3a3ff46361-213x200.jpg\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/04\/31161cb9-c3aa-493e-8ff2-5b3a3ff46361-213x200.jpg\",\"caption\":\"Markus Walker\"},\"description\":\"Markus is a Product Engineer on the ArcGIS Enterprise team, where he specializes with Linux architectures.\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/author\/mwalker\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Monthly Linux Tip: Walkthrough on Silently Upgrading ArcGIS Enterprise","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise","og_locale":"en_US","og_type":"article","og_title":"Monthly Linux Tip: Walkthrough on Silently Upgrading ArcGIS Enterprise","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","twitter_card":"summary_large_image","twitter_site":"@ESRI","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise"},"author":{"name":"Markus Walker","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/457f3d786c7c12c3d37d57b3d6f2702f"},"headline":"Monthly Linux Tip: Walkthrough on Silently Upgrading ArcGIS Enterprise","datePublished":"2020-12-10T16:04:42+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise"},"wordCount":9,"commentCount":0,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"articleSection":["Administration"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise","name":"Monthly Linux Tip: Walkthrough on Silently Upgrading ArcGIS Enterprise","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2020-12-10T16:04:42+00:00","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/administration\/monthly-linux-tip-walkthrough-on-silently-upgrading-arcgis-enterprise#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"Monthly Linux Tip: Walkthrough on Silently Upgrading ArcGIS Enterprise"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/arcgis-blog\/#website","url":"https:\/\/www.esri.com\/arcgis-blog\/","name":"ArcGIS Blog","description":"Get insider info from Esri product teams","publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization","name":"Esri","url":"https:\/\/www.esri.com\/arcgis-blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","width":400,"height":400,"caption":"Esri"},"image":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/esrigis\/","https:\/\/x.com\/ESRI","https:\/\/www.linkedin.com\/company\/5311\/"]},{"@type":"Person","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/457f3d786c7c12c3d37d57b3d6f2702f","name":"Markus Walker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/04\/31161cb9-c3aa-493e-8ff2-5b3a3ff46361-213x200.jpg","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/04\/31161cb9-c3aa-493e-8ff2-5b3a3ff46361-213x200.jpg","caption":"Markus Walker"},"description":"Markus is a Product Engineer on the ArcGIS Enterprise team, where he specializes with Linux architectures.","url":"https:\/\/www.esri.com\/arcgis-blog\/author\/mwalker"}]}},"text_date":"December 10, 2020","author_name":"Markus Walker","author_page":"https:\/\/www.esri.com\/arcgis-blog\/author\/mwalker","custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2019\/09\/1071enterprisebanner.png","primary_product":"ArcGIS Enterprise","tag_data":[],"category_data":[{"term_id":37501,"name":"Administration","slug":"administration","term_group":0,"term_taxonomy_id":37501,"taxonomy":"category","description":"","parent":0,"count":422,"filter":"raw"}],"product_data":[{"term_id":36571,"name":"ArcGIS Enterprise","slug":"arcgis-enterprise","term_group":0,"term_taxonomy_id":36571,"taxonomy":"product","description":"","parent":0,"count":972,"filter":"raw"}],"primary_product_link":"https:\/\/www.esri.com\/arcgis-blog\/?s=#&products=arcgis-enterprise","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/1080981","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/types\/blog"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/users\/10252"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=1080981"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/1080981\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=1080981"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=1080981"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=1080981"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=1080981"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=1080981"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}