When I am doing migration of 3 databses(schemas), between single server and flexible server postgresql I am getting error shown below
Data migration could not be started for one or more of the DBSets. Error details: PGv2RestoreError: PG Restore failed for database 'postgres' with exit code '1' and error message 'error: could not execute query: ERROR: permission denied to create "pg_catalog.hypopg_list_indexes"'.
It clearly says that problem lies with hypopg extension (which is enabled on both single and flexible server) which needs to create something in pg_catalog, but as admin user I don't have right to create there therefore operation isn't possible. Also this operation needs superuser and I am unable to get it as documentation states.
Also as preparation I am performing every step in this guides:
https://learn.microsoft.com/en-us/azure/postgresql/migrate/how-to-migrate-single-to-flexible-portal
https://learn.microsoft.com/en-us/azure/postgresql/migrate/concepts-single-to-flexible
https://learn.microsoft.com/en-us/azure/postgresql/migrate/concepts-single-to-flexible#migration-prerequisites