I am having issues around upgrading Enterprise Geodatabase in AWS RDS for PostgreSQL 11.14 with PostGIS 3.1.4. The current Enterprise Geodatabase version is 10.7.1, and upgrading to higher versions. I ran upgradeGDB geoprocessing tool by using arcpy from the following options and none of them worked:
(1) ArcGIS Pro 2.8 and 2.9
(2) ArcMap 10.8.2
(3) ArcGIS Server 10.8.x via geoprocessing tool
The errors returned from (1) and (2) say that: "A user with dbo privileges is required."
The user is "sde" user for this database, and it has "rds_superuser" box ticked in PgAdmin. I also re-granted all permissions as possible to this user, and tried again.
The error returned from the option (3) says that: "Connections\database108.gis.ga.gov.au@sde.sde does not exist or is not supported."
Have you got something similar to this? How did you resolve? Thank you in advance for your comments.