<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Upgrade PostgreSQL version in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/upgrade-postgresql-version/m-p/1634639#M42666</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;We have recently upgraded ArcGIS Enterprise from version 11.3 to 11.4. Previously, our deployment was using PostgreSQL version 12, which was compatible with 11.3. However, with the new upgrade to 11.4, PostgreSQL 12 is no longer supported.&lt;/P&gt;&lt;P&gt;To ensure compatibility and continued stability, we now need to upgrade the PostgreSQL version to 15 or later version.&lt;/P&gt;&lt;P&gt;I would appreciate your assistance in upgrading the PostgreSQL.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kristofer&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jul 2025 17:01:13 GMT</pubDate>
    <dc:creator>Kristofer</dc:creator>
    <dc:date>2025-07-21T17:01:13Z</dc:date>
    <item>
      <title>Upgrade PostgreSQL version</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/upgrade-postgresql-version/m-p/1634639#M42666</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;We have recently upgraded ArcGIS Enterprise from version 11.3 to 11.4. Previously, our deployment was using PostgreSQL version 12, which was compatible with 11.3. However, with the new upgrade to 11.4, PostgreSQL 12 is no longer supported.&lt;/P&gt;&lt;P&gt;To ensure compatibility and continued stability, we now need to upgrade the PostgreSQL version to 15 or later version.&lt;/P&gt;&lt;P&gt;I would appreciate your assistance in upgrading the PostgreSQL.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kristofer&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 17:01:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/upgrade-postgresql-version/m-p/1634639#M42666</guid>
      <dc:creator>Kristofer</dc:creator>
      <dc:date>2025-07-21T17:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade PostgreSQL version</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/upgrade-postgresql-version/m-p/1634647#M42667</link>
      <description>&lt;P&gt;Hi Kristofer,&lt;/P&gt;&lt;P&gt;Yep, you're spot on — PostgreSQL 12 isn’t supported with ArcGIS Enterprise 11.4, so upgrading to version 15 (or later) is definitely the right move.&lt;/P&gt;&lt;P&gt;I’d recommend spinning up a test instance of PostgreSQL 15 first, just so we can validate everything before touching production. We can use pg_dump/pg_restore or pg_upgrade depending on how things are set up.&lt;/P&gt;&lt;P&gt;Once the data is migrated, we’ll need to update the database connections in ArcGIS Server and Portal and run the Upgrade Geodatabase tool in ArcGIS Pro to make sure everything checks out.&lt;/P&gt;&lt;P&gt;Happy to help coordinate or walk through the steps if needed.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 17:23:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/upgrade-postgresql-version/m-p/1634647#M42667</guid>
      <dc:creator>VenkataKondepati</dc:creator>
      <dc:date>2025-07-21T17:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade PostgreSQL version</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/upgrade-postgresql-version/m-p/1634746#M42670</link>
      <description>&lt;P&gt;Here is a good blog from&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;:&amp;nbsp;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/how-to-upgrade-the-postgresql-and-postgis-version/ba-p/1307075" target="_blank"&gt;https://community.esri.com/t5/mapping-and-charting-enterprise-databases/how-to-upgrade-the-postgresql-and-postgis-version/ba-p/1307075&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 19:50:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/upgrade-postgresql-version/m-p/1634746#M42670</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2025-07-21T19:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade PostgreSQL version</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/upgrade-postgresql-version/m-p/1634773#M42673</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/923685"&gt;@VenkataKondepati&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/511815"&gt;@Kristofer&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/567"&gt;@George_Thompson&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you have PG 12 geodatabases, then you can attempt to upgrade the PG instance from PG 12 to PG 15.&lt;BR /&gt;&lt;BR /&gt;But, if you have PG 11 geodatabases, then read the information below carefully.&lt;BR /&gt;-------------------&lt;BR /&gt;&lt;A title="https://support.esri.com/en-us/knowledge-base/upgrading-to-postgresql-12-x-if-the-database-contains-a-000023982" href="https://support.esri.com/en-us/knowledge-base/upgrading-to-postgresql-12-x-if-the-database-contains-a-000023982" target="_blank" rel="noreferrer noopener"&gt;How To: Upgrade to PostgreSQL 12.x if the Database Contains a Geodatabase&lt;/A&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Using &lt;STRONG&gt;pg_upgrade &lt;/STRONG&gt;for upgrades to PostgreSQL 12:&lt;BR /&gt;&lt;SPAN&gt;&lt;STRONG&gt;Using pg_upgrade for upgrades to PostgreSQL 12 and later is not supported if your database contains a geodatabase.&lt;/STRONG&gt; &lt;/SPAN&gt;The pg_upgrade utility detects the presence of tables created using the WITH OIDS clause and suggests an (ALTER TABLE) action to be taken on those tables. Because manual SQL changes to geodatabase system tables are not supported, use the method described in the solution section below when upgrading your geodatabase and upgrading your PostgreSQL database to version 12 or later.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Procedure:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Using pg_dump/pg_restore for upgrades to PostgreSQL 12&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are several options for creating backups of PostgreSQL databases. However, for PostgreSQL databases used to store geodatabases, Esri recommends you use &lt;/SPAN&gt;&lt;A title="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-postgresql/backups-postgresql.htm" href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-postgresql/backups-postgresql.htm" target="_blank" rel="noreferrer noopener"&gt;&lt;SPAN&gt;pg_dump&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; to create an archive file, drop the database, re-create the database with the same name, and restore to the re-created database using &lt;/SPAN&gt;&lt;A title="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-postgresql/restore-geodatabase-postgresql.htm" href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-postgresql/restore-geodatabase-postgresql.htm" target="_blank" rel="noreferrer noopener"&gt;&lt;SPAN&gt;pg_restore&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;. This backup and restore methodology can be used before or after &lt;/SPAN&gt;&lt;A title="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-postgresql/upgrade-geodatabase-postgresql.htm" href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-postgresql/upgrade-geodatabase-postgresql.htm" target="_blank" rel="noreferrer noopener"&gt;&lt;SPAN&gt;upgrading the geodatabase&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; to ArcGIS version 10.8.1 or ArcGIS Pro 2.6. You can upgrade directly from a 10.6.x, 10.7.x, or 10.8 geodatabase if your database is at a &lt;/SPAN&gt;&lt;A title="https://desktop.arcgis.com/en/system-requirements/latest/database-requirements-postgresql.htm" href="https://desktop.arcgis.com/en/system-requirements/latest/database-requirements-postgresql.htm" target="_blank" rel="noreferrer noopener"&gt;&lt;SPAN&gt;supported release for ArcGIS Pro 2.6 or ArcGIS 10.8.1&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarceloMarques_0-1753130523981.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/136873i172F9EBEEFFC5F7C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarceloMarques_0-1753130523981.png" alt="MarceloMarques_0-1753130523981.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;-------------------&lt;/P&gt;&lt;P&gt;I have included the information about this in my community.esri.com white paper.&lt;/P&gt;&lt;P&gt;&lt;A title="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/how-to-move-a-postgresql-enterprise-geodatabase/ba-p/1231054" href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/how-to-move-a-postgresql-enterprise-geodatabase/ba-p/1231054" target="_blank" rel="noreferrer noopener"&gt;How to Move the PostgreSQL Enterprise Geodatabase with pg_dump and pg_restore&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-------------------&lt;/P&gt;&lt;P&gt;After the migration, we also need to upgrade the PostGIS extension.&lt;BR /&gt;&lt;BR /&gt;&lt;A title="https://esriis-my.sharepoint.com/:b:/g/personal/marc3932_esri_com/euf5y-aqhunimi0cozsyhsgbgzllh3a2kbjb0iqpu2dtya?e=6xjkko&amp;amp;xsdata=mdv8mdj8fguxndblnmq2zjbintq4ngvjytzimdhkzgjlnjuwodk0fgflztzlm2m5nzexztrjn2nizdi3mdrmmjmwn2rimjbkfdb8mhw2mzg4nzywnjmzmde0mje2nzv8vw5rbm93bnxwr1zoylhovfpxtjfjbwwwzvzobgnuwnbzmly4zxlkrfftstzjbfjswvcxelgwrlvvrk5sy25acfkyvmzvmujqveu5r0lpd2lwauk2swpbdu1dnhdnref3swl3avvdstzjbgrwympneulpd2lrvtrpt2lkugrhagxjaulzswxkvulqb3hnwda9fdf8tdnsbflxmxpmeku1t2psallxvxpovev6tvroae5uutrnaku1tw1nek9uvxdaalpttvdkalpxsmlrsfjvy21wafpdnxphm2x3wlm5amfhrnvibvzzy3k4ee9ucgtor0ztttjaae56tmhor00wtnpbeflxrmhobuppt0djd1kytmtaakl5t1vcmgfismxzv1f1yzj0nwnhvxziv1z6yzjgblpytxznvgmxtwpbd056qtjoekf6tve9pxw5mjayndi0ngviowe0nwrmy2e2yja4zgrizty1mdg5nhxkzmvlymjhm2uyoda0zmu1odc4zwq0n2m1ndc2owe5yw%3d%3d&amp;amp;sdata=wfnnsznkdk43qtkvnzk4evmxzg52tnrhqmkyzzdac201nxlowxj1rta4zz0%3d&amp;amp;ovuser=aee6e3c9-711e-4c7c-bd27-04f2307db20d%2cmarc3932%40esri.com" href="https://esriis-my.sharepoint.com/:b:/g/personal/marc3932_esri_com/EUF5y-AqHuNImi0cOzsYhSgBGzlLh3a2kbjB0IQpU2DTYA?e=6xjkkO&amp;amp;xsdata=MDV8MDJ8fGUxNDBlNmQ2ZjBiNTQ4NGVjYTZiMDhkZGJlNjUwODk0fGFlZTZlM2M5NzExZTRjN2NiZDI3MDRmMjMwN2RiMjBkfDB8MHw2Mzg4NzYwNjMzMDE0MjE2NzV8VW5rbm93bnxWR1ZoYlhOVFpXTjFjbWwwZVZObGNuWnBZMlY4ZXlKRFFTSTZJbFJsWVcxelgwRlVVRk5sY25acFkyVmZVMUJQVEU5R0lpd2lWaUk2SWpBdU1DNHdNREF3SWl3aVVDSTZJbGRwYmpNeUlpd2lRVTRpT2lKUGRHaGxjaUlzSWxkVUlqb3hNWDA9fDF8TDNSbFlXMXpMekU1T2psallXVXpOVEV6TVRoaE5UUTRNakU1TW1Nek9UVXdaalptTVdKalpXSmlRSFJvY21WaFpDNXphM2x3WlM5amFHRnVibVZzY3k4eE9UcGtOR0ZtTTJaaE56TmhOR00wTnpBeFlXRmhObUppT0dJd1kyTmtaakl5T1VCMGFISmxZV1F1YzJ0NWNHVXZiV1Z6YzJGblpYTXZNVGMxTWpBd056QTJOekF6TVE9PXw5MjAyNDI0NGViOWE0NWRmY2E2YjA4ZGRiZTY1MDg5NHxkZmVlYmJhM2UyODA0ZmU1ODc4ZWQ0N2M1NDc2OWE5Yw%3D%3D&amp;amp;sdata=WFNnSzNKdk43QTkvNzk4eVMxZG52TnRHQmkyZzdac201NXloWXJ1RTA4Zz0%3D&amp;amp;ovuser=aee6e3c9-711e-4c7c-bd27-04f2307db20d%2Cmarc3932%40esri.com" target="_blank" rel="noreferrer noopener"&gt;How to Upgrade the PostgreSQL and PostGIS version for the Ent. Geodatabase on Windows&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A title="https://esriis-my.sharepoint.com/:b:/g/personal/marc3932_esri_com/ewywgfllf59hvayum2ejuwibyro-rryq0zpfquwt1diiyg?e=qbopxw&amp;amp;xsdata=mdv8mdj8fguxndblnmq2zjbintq4ngvjytzimdhkzgjlnjuwodk0fgflztzlm2m5nzexztrjn2nizdi3mdrmmjmwn2rimjbkfdb8mhw2mzg4nzywnjmzmde0mje2nzv8vw5rbm93bnxwr1zoylhovfpxtjfjbwwwzvzobgnuwnbzmly4zxlkrfftstzjbfjswvcxelgwrlvvrk5sy25acfkyvmzvmujqveu5r0lpd2lwauk2swpbdu1dnhdnref3swl3avvdstzjbgrwympneulpd2lrvtrpt2lkugrhagxjaulzswxkvulqb3hnwda9fdf8tdnsbflxmxpmeku1t2psallxvxpovev6tvroae5uutrnaku1tw1nek9uvxdaalpttvdkalpxsmlrsfjvy21wafpdnxphm2x3wlm5amfhrnvibvzzy3k4ee9ucgtor0ztttjaae56tmhor00wtnpbeflxrmhobuppt0djd1kytmtaakl5t1vcmgfismxzv1f1yzj0nwnhvxziv1z6yzjgblpytxznvgmxtwpbd056qtjoekf6tve9pxw5mjayndi0ngviowe0nwrmy2e2yja4zgrizty1mdg5nhxkzmvlymjhm2uyoda0zmu1odc4zwq0n2m1ndc2owe5yw%3d%3d&amp;amp;sdata=avhtrmriykk3zuvwyzffc01qcnhqtme0cgdybepicexemtnvedyzdthccz0%3d&amp;amp;ovuser=aee6e3c9-711e-4c7c-bd27-04f2307db20d%2cmarc3932%40esri.com" href="https://esriis-my.sharepoint.com/:b:/g/personal/marc3932_esri_com/EWYwGFllF59Hvayum2ejuWIBYRO-rRYq0ZPFQuWt1DIiYg?e=QBoPXW&amp;amp;xsdata=MDV8MDJ8fGUxNDBlNmQ2ZjBiNTQ4NGVjYTZiMDhkZGJlNjUwODk0fGFlZTZlM2M5NzExZTRjN2NiZDI3MDRmMjMwN2RiMjBkfDB8MHw2Mzg4NzYwNjMzMDE0MjE2NzV8VW5rbm93bnxWR1ZoYlhOVFpXTjFjbWwwZVZObGNuWnBZMlY4ZXlKRFFTSTZJbFJsWVcxelgwRlVVRk5sY25acFkyVmZVMUJQVEU5R0lpd2lWaUk2SWpBdU1DNHdNREF3SWl3aVVDSTZJbGRwYmpNeUlpd2lRVTRpT2lKUGRHaGxjaUlzSWxkVUlqb3hNWDA9fDF8TDNSbFlXMXpMekU1T2psallXVXpOVEV6TVRoaE5UUTRNakU1TW1Nek9UVXdaalptTVdKalpXSmlRSFJvY21WaFpDNXphM2x3WlM5amFHRnVibVZzY3k4eE9UcGtOR0ZtTTJaaE56TmhOR00wTnpBeFlXRmhObUppT0dJd1kyTmtaakl5T1VCMGFISmxZV1F1YzJ0NWNHVXZiV1Z6YzJGblpYTXZNVGMxTWpBd056QTJOekF6TVE9PXw5MjAyNDI0NGViOWE0NWRmY2E2YjA4ZGRiZTY1MDg5NHxkZmVlYmJhM2UyODA0ZmU1ODc4ZWQ0N2M1NDc2OWE5Yw%3D%3D&amp;amp;sdata=aVhtRmRiYkk3ZUVwYzFFc01qcnhQTmE0cGdYbEpIcExEMTNveDYzdThCcz0%3D&amp;amp;ovuser=aee6e3c9-711e-4c7c-bd27-04f2307db20d%2Cmarc3932%40esri.com" target="_blank" rel="noreferrer noopener"&gt;How to Upgrade the PostgreSQL and PostGIS version for the Ent. Geodatabase on Linux&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;For more best practices, visit my community.esri.com blog.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/mapping-and-charting-solutions-mcs-enterprise/ba-p/893351" target="_blank" rel="noopener"&gt;Mapping and Charting Solutions (MCS) Enterprise Databases Best Practices&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;System Requirements&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A title="https://support.esri.com/en-us/knowledge-base/faq-what-postgresql-database-versions-are-supported-by--000030040" href="https://support.esri.com/en-us/knowledge-base/faq-what-postgresql-database-versions-are-supported-by--000030040" target="_blank" rel="noreferrer noopener"&gt;https://support.esri.com/en-us/knowledge-base/faq-what-postgresql-database-versions-are-supported-by--000030040&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A title="https://enterprise.arcgis.com/en/system-requirements/latest/windows/database-requirements-postgresql.htm" href="https://enterprise.arcgis.com/en/system-requirements/latest/windows/database-requirements-postgresql.htm" target="_blank" rel="noreferrer noopener"&gt;https://enterprise.arcgis.com/en/system-requirements/latest/windows/database-requirements-postgresql.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-------------------&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Question&lt;/STRONG&gt;: So I am using the pgdump utility from a PG 12.x (or later) to dump the database from the PG 11.x&amp;nbsp; geodatabase?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Answer:&lt;/STRONG&gt; Yes, you must, see below the reason. In your case you will use pg_dump 15 version.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IMPORTANT:&lt;BR /&gt;&lt;/STRONG&gt;Problem:&amp;nbsp;pg-10&amp;nbsp;dump&amp;nbsp;fail&amp;nbsp;&lt;SPAN class=""&gt;to&lt;/SPAN&gt;&amp;nbsp;restore&amp;nbsp;&lt;SPAN class=""&gt;on&lt;/SPAN&gt;&amp;nbsp;pg-12&lt;BR /&gt;"pg_restore:&amp;nbsp;warning:&amp;nbsp;restoring&amp;nbsp;tables&amp;nbsp;WITH&amp;nbsp;OIDS&amp;nbsp;is&amp;nbsp;not&amp;nbsp;supported&amp;nbsp;anymore"&lt;BR /&gt;Solution:&amp;nbsp;&lt;SPAN class=""&gt;create&lt;/SPAN&gt;&amp;nbsp;the&amp;nbsp;dump&amp;nbsp;again&amp;nbsp;&lt;SPAN class=""&gt;using&lt;/SPAN&gt;&amp;nbsp;pg-12&amp;nbsp;&lt;SPAN class=""&gt;and&lt;/SPAN&gt;&amp;nbsp;try&amp;nbsp;&lt;SPAN class=""&gt;to&lt;/SPAN&gt;&amp;nbsp;restore&amp;nbsp;again&lt;BR /&gt;&lt;SPAN class=""&gt;--pg-10-5438&amp;nbsp;--&amp;gt;&amp;nbsp;pg-14-5437&lt;/SPAN&gt;&lt;BR /&gt;/usr/pgsql-14/bin/pg_dump&amp;nbsp;&lt;SPAN class=""&gt;--version&lt;/SPAN&gt;&lt;BR /&gt;/usr/pgsql-14/bin/pg_dump&amp;nbsp;-h&amp;nbsp;mondblnxpg&amp;nbsp;-U&amp;nbsp;postgres&amp;nbsp;-p&amp;nbsp;5438&amp;nbsp;-F&amp;nbsp;c&amp;nbsp;-b&amp;nbsp;-W&amp;nbsp;-f&amp;nbsp;/mnt/nfs/redarchive4/db_bkp_active_yes/mondblnxpg1/pg_5414/agmgdbpg/agmgdbpg_06_27_2025_070000.bkp&amp;nbsp;agmgdbpg&lt;BR /&gt;pwd:&amp;nbsp;*****&lt;BR /&gt;&lt;SPAN class=""&gt;-------&lt;/SPAN&gt;&lt;BR /&gt;pg_dump:&amp;nbsp;warning:&amp;nbsp;&lt;SPAN class=""&gt;WITH&lt;/SPAN&gt;&amp;nbsp;OIDS&amp;nbsp;&lt;SPAN class=""&gt;is&lt;/SPAN&gt;&lt;SPAN class=""&gt;not&lt;/SPAN&gt;&amp;nbsp;supported&amp;nbsp;anymore&amp;nbsp;(&lt;SPAN class=""&gt;table&lt;/SPAN&gt;&amp;nbsp;"i10")&lt;BR /&gt;....&lt;BR /&gt;&lt;SPAN class=""&gt;-------&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;Recommended Upgrade Steps to avoid breaking ArcGIS Server Services&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;create a backup of the PG 11 / 12 geodatabase using pg_dump 15&lt;/LI&gt;&lt;LI&gt;you can use pg_dump 15 if you install postgresql 15 in some other machine&lt;/LI&gt;&lt;LI&gt;then create a new PG 15 instance to test the restore with pg_restore 15&lt;/LI&gt;&lt;LI&gt;create new geodatabase connection files and make sure you can connect with ArcGIS Pro&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;upgrade the PG 15 geodatabase arcsde repository with the new arcgis pro version that you plan to use.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;upgrade the postgis extension in the PG 15 database&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;now create a new backup of the PG 15 database using pg_dump 15&lt;/LI&gt;&lt;LI&gt;drop the database in the PG 11 / 12 instance&lt;/LI&gt;&lt;LI&gt;upgrade the PG 11 / 12 instance to 15&lt;/LI&gt;&lt;LI&gt;or drop the PG 11 / 12 instance and install PG 15, keep the same port number&lt;/LI&gt;&lt;LI&gt;restore the backup of the database using pg_restore 15&lt;/LI&gt;&lt;LI&gt;eccollo!!! all arcsgis server services will continue to work !!!&lt;BR /&gt;You kept the same database name and the&amp;nbsp;same PG instance name and same PG port number.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;I hope this clarifies.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 23:55:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/upgrade-postgresql-version/m-p/1634773#M42673</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2025-07-21T23:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade PostgreSQL version</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/upgrade-postgresql-version/m-p/1634901#M42678</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/923685"&gt;@VenkataKondepati&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/567"&gt;@George_Thompson&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for the quick response and Support !!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kristofer&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 11:28:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/upgrade-postgresql-version/m-p/1634901#M42678</guid>
      <dc:creator>Kristofer</dc:creator>
      <dc:date>2025-07-22T11:28:32Z</dc:date>
    </item>
  </channel>
</rss>

