<?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 Re: Migrate on-prem PostgreSQL to Azure db for PostgreSQL (DBaaS) in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1234305#M8039</link>
    <description>&lt;P&gt;You need to reload the data.&lt;/P&gt;&lt;P&gt;You need to create new PostgreSQL Enterprise Geodatabases on premises then change the default geometry type in the sde.dbtune ##defaults from st_geometry to postgis and reload the data using ArcCatalog or ArcGIS Pro.&lt;/P&gt;&lt;P&gt;Note, if you have traditional versioning or branch versioning on the old st_geometry geodatabases then you need to post/reconcile all child versions with the sde.default version, then delete the versions and execute a geodatabase sde compress (if traditional versioning), then perform the PostgreSQL maintenance to gather new statistics and then proceed to reload the data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;----------------------------------------&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sde dbtune configuration keywords&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/configuration-keywords-for-enterprise-geodatabases.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/configuration-keywords-for-enterprise-geodatabases.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/export-geodatabase-configuration-keywords.htm" target="_blank" rel="noopener"&gt;Export Geodatabase Configuration Keyword&lt;/A&gt;&lt;/P&gt;&lt;P&gt;modify the dbtune export file and save&lt;/P&gt;&lt;P&gt;&lt;EM&gt;from:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;##DEFAULTS&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;GEOMETRY_STORAGE "ST_GEOMETRY"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;to:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;##DEFAULTS&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;GEOMETRY_STORAGE "PG_GEOMETRY"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/import-geodatabase-configuration-keywords.htm" target="_blank" rel="noopener"&gt;Import Geodatabase Configuration Keyword&lt;/A&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Create New Geodatabase PostgreSQL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-postgresql/setup-geodatabase-postgresql-windows.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-postgresql/setup-geodatabase-postgresql-windows.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;11.&amp;nbsp;Use the&amp;nbsp;&lt;SPAN class=""&gt;Spatial Type&lt;/SPAN&gt;&amp;nbsp;drop-down list to choose the spatial type the geodatabase will use: either ST_Geometry or&amp;nbsp;&lt;SPAN class=""&gt;PostGIS&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;----------------------------------------&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Nov 2022 00:07:24 GMT</pubDate>
    <dc:creator>MarceloMarques</dc:creator>
    <dc:date>2022-11-23T00:07:24Z</dc:date>
    <item>
      <title>Migrate on-prem PostgreSQL to Azure db for PostgreSQL (DBaaS)</title>
      <link>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1234260#M8038</link>
      <description>&lt;P&gt;Existing on-prem server:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Ubuntu Server 18.04 LTS&lt;/LI&gt;&lt;LI&gt;PostgreSQL 11.12&lt;/LI&gt;&lt;LI&gt;Contains ~90 SDE Geodatabases; total size ~500GB&lt;/LI&gt;&lt;LI&gt;ST_GEOMETRY is used&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;All ArcGIS Enterprise components are getting moved to Azure VMs, workstations will be Azure Virtual Desktops and we want to deploy Azure database for PostgreSQL (database-as-a-service).&lt;/P&gt;&lt;P&gt;Since ST_GEOMETRY cannot be enabled on &lt;A href="https://enterprise.arcgis.com/en/system-requirements/latest/windows/databases-in-the-cloud.htm#ESRI_SECTION1_9FF9489173C741DD95472F21B5AD8374" target="_self"&gt;databases in the cloud&lt;/A&gt; can anyone provide instructions for converting the existing ST_GEOMETRY spatial types to POSTGIS?&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 20:26:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1234260#M8038</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2022-11-22T20:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate on-prem PostgreSQL to Azure db for PostgreSQL (DBaaS)</title>
      <link>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1234305#M8039</link>
      <description>&lt;P&gt;You need to reload the data.&lt;/P&gt;&lt;P&gt;You need to create new PostgreSQL Enterprise Geodatabases on premises then change the default geometry type in the sde.dbtune ##defaults from st_geometry to postgis and reload the data using ArcCatalog or ArcGIS Pro.&lt;/P&gt;&lt;P&gt;Note, if you have traditional versioning or branch versioning on the old st_geometry geodatabases then you need to post/reconcile all child versions with the sde.default version, then delete the versions and execute a geodatabase sde compress (if traditional versioning), then perform the PostgreSQL maintenance to gather new statistics and then proceed to reload the data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;----------------------------------------&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sde dbtune configuration keywords&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/configuration-keywords-for-enterprise-geodatabases.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/configuration-keywords-for-enterprise-geodatabases.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/export-geodatabase-configuration-keywords.htm" target="_blank" rel="noopener"&gt;Export Geodatabase Configuration Keyword&lt;/A&gt;&lt;/P&gt;&lt;P&gt;modify the dbtune export file and save&lt;/P&gt;&lt;P&gt;&lt;EM&gt;from:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;##DEFAULTS&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;GEOMETRY_STORAGE "ST_GEOMETRY"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;to:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;##DEFAULTS&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;GEOMETRY_STORAGE "PG_GEOMETRY"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/import-geodatabase-configuration-keywords.htm" target="_blank" rel="noopener"&gt;Import Geodatabase Configuration Keyword&lt;/A&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Create New Geodatabase PostgreSQL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-postgresql/setup-geodatabase-postgresql-windows.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-postgresql/setup-geodatabase-postgresql-windows.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;11.&amp;nbsp;Use the&amp;nbsp;&lt;SPAN class=""&gt;Spatial Type&lt;/SPAN&gt;&amp;nbsp;drop-down list to choose the spatial type the geodatabase will use: either ST_Geometry or&amp;nbsp;&lt;SPAN class=""&gt;PostGIS&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;----------------------------------------&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 00:07:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1234305#M8039</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2022-11-23T00:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate on-prem PostgreSQL to Azure db for PostgreSQL (DBaaS)</title>
      <link>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1234553#M8040</link>
      <description>&lt;P&gt;When you state that you have "~90 SDE Geodatabases", does that mean you have ~90 PostgreSQL databases? That would be quite a few.&lt;/P&gt;&lt;P&gt;While the migration procedure is basic enough, migrating a half-terabyte to the cloud is not a trivial undertaking. Have you benchmarked performance, and/or plan to move the compute resources (Enterprise components) to the same cloud?&lt;/P&gt;&lt;P&gt;Keep in mind that database latency is increased when using on-premise applications with remote/cloud databases -- I had a PG RDS migration delayed by more than a year until network infrastructure could support adequate bandwidth to the RDS mission, after initial benchmarking showed a 90-minute publishing export process took 4-6 days from the RDS host.&lt;/P&gt;&lt;P&gt;You might want to look at migrating the SDE.ST_GEOMETRY columns to PostGIS Geometry in the on-premise instance, so that the migration will be a simple pg_dump/pg_restore.&amp;nbsp; But note that pg_dump corrupts PG 11 enterprise geodatabase datasets, because of the deprecation of WITH OIDS=TRUE (used in iN tables).&amp;nbsp; From that regard, you might be better off standing up PG12 or PG13 in the target instance (after making sure your other Esri tools are compatible with 12/13)&lt;/P&gt;&lt;P&gt;To summarize:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;90 databases/500Gb is a huge migration&lt;/LI&gt;&lt;LI&gt;Beware of increased latency in an off-premise database (unless you also move the data operation servers into the same/nearby servers)&lt;/LI&gt;&lt;LI&gt;PG 11 is now the eldest supported database. PG 11-PG 11 migration via database tools is risky, and &lt;EM&gt;in situ&lt;/EM&gt;&amp;nbsp;enterprise geodatabase upgrade from PG 11 to PG 12/13 is not supported. Consider migrating to PostGIS geometry before migration, then going directly to the most recent release your Esri stack can support using database tools.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 16:36:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1234553#M8040</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2022-11-23T16:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate on-prem PostgreSQL to Azure db for PostgreSQL (DBaaS)</title>
      <link>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1234557#M8041</link>
      <description>&lt;DIV&gt;You might be interested to read my white paper.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;White Paper: How to Move the PostgreSQL Enterprise Geodatabase using pg_dump and pg_restore&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&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;community.esri.com article&lt;/A&gt; | &lt;A title="https://esriis-my.sharepoint.com/:b:/g/personal/marc3932_esri_com/et-ztd59m2plmbz8tglreyobt6fkqgknwqojbpsrbgz1ra?e=n4sf0o" href="https://esriis-my.sharepoint.com/:b:/g/personal/marc3932_esri_com/ET-zTd59m2pLmbZ8tGlreyoBt6fKqgKnWQOJbpsRbGZ1RA?e=n4Sf0o" target="_blank" rel="noreferrer noopener"&gt;PDF document&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;This white paper is intended for database administrators as recommendations&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to move the PostgreSQL Enterprise Geodatabase with pg_dump &amp;amp; pg_restore.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;EM&gt;For more best practices see: &lt;/EM&gt;&lt;/SPAN&gt;&lt;A title="https://community.esri.com/t5/mapping-and-charting-enterprise/mapping-and-charting-solutions-mcs-enterprise-databases-best/ba-p/893351" href="https://community.esri.com/t5/mapping-and-charting-enterprise/mapping-and-charting-solutions-mcs-enterprise-databases-best/ba-p/893351" target="_blank" rel="noreferrer noopener"&gt;&lt;EM&gt;Mapping and Charting Solutions (MCS) Enterprise Databases Best Practices&lt;/EM&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pg.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/56706i5DC08E7C2A21C1D3/image-size/small?v=v2&amp;amp;px=200" role="button" title="pg.png" alt="pg.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Nov 2022 16:41:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1234557#M8041</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2022-11-23T16:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate on-prem PostgreSQL to Azure db for PostgreSQL (DBaaS)</title>
      <link>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1234580#M8042</link>
      <description>&lt;P&gt;Thanks everyone, this should be enough to get me started with the test environment!&lt;/P&gt;&lt;P&gt;Yes, we have ~90 PostgreSQL databases, but I would guess only 1/2 of them will make the migration. A lot of db cleanup needs to happen for projects (db's) that are no longer active.&lt;/P&gt;&lt;P&gt;Sounds like the best path is to convert on-prem SDE.ST_GEOMETRY columns to PostGIS Geometry, then pg_dump. Transfer that pg_dump (.post file) to Azure Storage Account, then use pg_restore to the Azure instance.&lt;/P&gt;&lt;P&gt;Our IT consultant is following this doc: &lt;A href="https://learn.microsoft.com/en-us/azure/architecture/example-scenario/data/esri-arcgis-azure-virtual-desktop" target="_self"&gt;Deploy Esri ArcGIS Pro in Azure Virtual Desktop&lt;/A&gt;, except Azure db for PG, not SQL.&lt;/P&gt;&lt;P&gt;Our entire base Enterprise deployment is being moved to Azure VMs that are in the same region (Azure GOV) as the Azure db for PG instance. Our analysts' workstations are also being moved to Azure Virtual Desktops, and our file share (Pro projects, FGDBs, ect.) is being moved to Azure NetApp files.&amp;nbsp; So, everything should be co-located in the same Azure region for minimal latency. I didn't even want to attempt on-prem workstations accessing cloud databases.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 17:15:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1234580#M8042</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2022-11-23T17:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate on-prem PostgreSQL to Azure db for PostgreSQL (DBaaS)</title>
      <link>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1239297#M8096</link>
      <description>&lt;P&gt;Here's what I tried:&lt;/P&gt;&lt;P&gt;1) Created a checkpoint of VM (obivously)&lt;/P&gt;&lt;P&gt;2) Installed PostGIS 3.0.1 on the&amp;nbsp; PostgreSQL 11.12 instance (that's currently configured for ST_Geometry storage)&lt;/P&gt;&lt;P&gt;3) Used Create Enterprise Geodatabase tool to create "demogdb", specifying spatial type as POSTGIS&lt;/P&gt;&lt;P&gt;4) Created appropriate users in demogdb&lt;/P&gt;&lt;P&gt;5) Created appropriate feature datasets in demogdb&lt;/P&gt;&lt;P&gt;6) Feature class to feature class tool in Pro to move data from ST_Geometry gdb to new demogdb.&amp;nbsp;&lt;/P&gt;&lt;P&gt;7) demogdb feature classes show:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danbecker_0-1670525440921.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/58006i85D920317E73B00F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="danbecker_0-1670525440921.png" alt="danbecker_0-1670525440921.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;ST_geometry (original) feature classes show this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danbecker_1-1670525523797.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/58009iD9DAA715E1AAC925/image-size/medium?v=v2&amp;amp;px=400" role="button" title="danbecker_1-1670525523797.png" alt="danbecker_1-1670525523797.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above workflow seemed to work fine. What's the purpose of exporting/importing the configuration keywords?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did export both the orginal and demogdb configuration keyworks and they each correctly show "ST_GEOMETRY" and "PG_GEOMETRY", respectively.&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 18:56:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1239297#M8096</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2022-12-08T18:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate on-prem PostgreSQL to Azure db for PostgreSQL (DBaaS)</title>
      <link>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1239303#M8097</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Question: &lt;/SPAN&gt;&lt;/STRONG&gt;What's the purpose of exporting/importing the configuration keywords?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Answer: &lt;/SPAN&gt;&lt;/STRONG&gt;to make sure &lt;STRONG&gt;##DEFAULTS GEOMETRY_STORAGE&lt;/STRONG&gt; is set to &lt;STRONG&gt;"PG_GEOMETRY"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You can export the dbtune or&lt;/P&gt;&lt;P&gt;query the sde.sde_dbtune table directly&lt;EM&gt; "select * from sde.sde_dbtune order by 1,2;"&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;you only need to import the dbtune if you make a change to the dbtune file that you exported.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;from:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;##DEFAULTS&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;GEOMETRY_STORAGE &lt;STRONG&gt;"ST_GEOMETRY"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;to:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;##DEFAULTS&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;GEOMETRY_STORAGE &lt;STRONG&gt;"PG_GEOMETRY"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I hope this clarifies your question.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 21:05:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1239303#M8097</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2022-12-08T21:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate on-prem PostgreSQL to Azure db for PostgreSQL (DBaaS)</title>
      <link>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1249204#M8175</link>
      <description>&lt;P&gt;Can someone elaborate on the process of updating the SDE connections after migration?&lt;/P&gt;&lt;P&gt;Our old on-premise DNS name will be different in Azure and there are issues with setting up a split-horizon DNS policy that resolves Azure requests to the new hosted postgres instance.&lt;/P&gt;&lt;P&gt;After migration, do we just update the datastore connections, or does it require re-publishing each service?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 19:34:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1249204#M8175</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2023-01-18T19:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate on-prem PostgreSQL to Azure db for PostgreSQL (DBaaS)</title>
      <link>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1249207#M8176</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3223"&gt;@danbecker&lt;/a&gt;&amp;nbsp;- if any of the geodatabase connection file properties e.g. database server name, port number, user name, password, changes then the ArcGIS Server Services will stop working and you will need to create new geodatabase connection files, resource the map documents and then republish the services.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 19:42:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1249207#M8176</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2023-01-18T19:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate on-prem PostgreSQL to Azure db for PostgreSQL (DBaaS)</title>
      <link>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1249267#M8178</link>
      <description>&lt;P&gt;After migration, (ArcGIS Enterprise site &amp;amp; SDE gdbs from on-prem to Azure db for Postgres), what if we had the&amp;nbsp; oldhostname.ourdomain.com FQDN resolve to the IP of the Azure db for Postgres, where the dbo and password are identical.&lt;/P&gt;&lt;P&gt;Would this split-horizon DNS setup require re-publishing every service?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 21:47:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1249267#M8178</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2023-01-18T21:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate on-prem PostgreSQL to Azure db for PostgreSQL (DBaaS)</title>
      <link>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1249272#M8179</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3223"&gt;@danbecker&lt;/a&gt; - you will still have to republish the services because the services were created with geodatabase connection files that point to the old server that info gets stored with the service, and in the ArcGIS Server &amp;gt; Sites &amp;gt; Data Store the Geodatabases connection Info also point to the old server, unfortunately is not possible to change the connection information in the services nor in the data stores, so you will need to republish the services, this is the best migration option anyways, because is a good idea to republish the services using ArcGIS Pro to take advanced of the new ArcGIS Server Service engine for Pro. I hope you are aware of this.&lt;BR /&gt;&lt;A href="https://enterprise.arcgis.com/en/server/10.9.1/get-started/windows/what-s-new-in-arcgis-for-server.htm" target="_blank" rel="noopener"&gt;https://enterprise.arcgis.com/en/server/10.9.1/get-started/windows/what-s-new-in-arcgis-for-server.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class=""&gt;ArcGIS Enterprise&lt;/SPAN&gt;&amp;nbsp;10.9.1 will be the last release to support&amp;nbsp;&lt;SPAN class=""&gt;ArcMap&lt;/SPAN&gt;&amp;nbsp;based services. After this release, it will no longer be possible to publish or consume services from&amp;nbsp;&lt;SPAN class=""&gt;ArcMap&lt;/SPAN&gt;&amp;nbsp;(including&amp;nbsp;&lt;SPAN class=""&gt;ArcPy&lt;/SPAN&gt;&amp;nbsp;based in&amp;nbsp;&lt;SPAN class=""&gt;ArcMap&lt;/SPAN&gt;) in&amp;nbsp;&lt;SPAN class=""&gt;ArcGIS Server&lt;/SPAN&gt;&amp;nbsp;sites.&amp;nbsp;(read more in the link above)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 21:47:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1249272#M8179</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2023-01-18T21:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate on-prem PostgreSQL to Azure db for PostgreSQL (DBaaS)</title>
      <link>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1249324#M8185</link>
      <description>&lt;P&gt;Thanks for the help. Yes, we're aware of the ArcMap services, and are staying at 10.9.1 during the migration. I figured it was best to not upgrade versions in the middle of the lift-and-shift to Azure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How about we deploy an Azure VM for PostgreSQL, replicating our on-premise environment. We can deploy it as newdb.ourdoamin.com, migrate the db's, then, when we edit the external DNS record to point traffic to Azure, disjoin currentdb.ourdomain.com from AD, then rename the Azure equivalent?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We can then casually start using Azure hosted PostGresql, and eventually re-publish all services pointing to the hosted instance and shut down the Azure PostgreSQL VM.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 00:13:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1249324#M8185</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2023-01-19T00:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate on-prem PostgreSQL to Azure db for PostgreSQL (DBaaS)</title>
      <link>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1249342#M8187</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3223"&gt;@danbecker&lt;/a&gt;&amp;nbsp;- that might work as long as the PG server "dns computer object name alias" and PG port number in the Geodatabase Connection Files used to publish the ArcGIS Server Services do not change then the services will not break. That is exactly what I do for on premises migrations as well. But I suggest you do a dry run test (prototype) of the migration first, to make sure everything will work as you expect, and to catch any issues and learn how to fix them.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 01:20:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/migrate-on-prem-postgresql-to-azure-db-for/m-p/1249342#M8187</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2023-01-19T01:20:57Z</dc:date>
    </item>
  </channel>
</rss>

