Existing on-prem server:
- Ubuntu Server 18.04 LTS
- PostgreSQL 11.12
- Contains ~90 SDE Geodatabases; total size ~500GB
- ST_GEOMETRY is used
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).
Since ST_GEOMETRY cannot be enabled on databases in the cloud can anyone provide instructions for converting the existing ST_GEOMETRY spatial types to POSTGIS?
thanks.