Hi,
I'm trying to migrate my Enterprise geodatabase from PostgreSQL 10/ArcGIS 10.9.1 to PostgreSQL 15/ArcGIS 11.3
I've already manage to migrate it to PostgreSQL 15 using pg_dump/pg_restore and I'm now trying to upgrade it to 11.3 using ArcGIS Pro.
Although the checkup says every prerequisites are ok, when I run the upgrade geoprocessing it fails with these errors in sde_setup.log:
[04:52:47.451] In SE_arcsde_schema_setupEx() ...
[04:52:47.452] Calling sdepgsrvr.dll::DB_arcsde_setup() ...
[04:52:47.494] ev.SQLstate = 42P01
SDE DBMS Error: -37 ERREUR: la relation « pg_dist_node » n'existe pas
LINE 1: SELECT nodename FROM pg_dist_node WHERE position('localhost'...
^
[04:52:47.497] Current bytea_output setting in postgresql.conf is "hex".
Require 2 bytes of storage for each byte of input data.
[04:52:47.512] ArcSde is already at an acceptable release:
10.3.0 10.3.1 geodatabase
[04:52:47.519] S_set_drop_gist_index_flag error.
[04:52:47.519] Warning: Check ST_GEOMETRY TYPE and functions: Error -471
[04:52:47.519] ST_GEOMETRY upgrade not completed (-471).
[04:52:47.520] ERROR installing/upgrading ArcSDE, Error = -471What is this pg_dist_node ?
Fun fact: I do not have any log in GDBUpgrade.log