Postgres version upgrade: Broken user/role management after upgrade to v16
Hello, I am having issues with my Postgres instance (Azure Flexible Server for Postgres).
After the upgrade from V12 to V16 (more specifically, the issue stems from the upgrade to V16), we lost the ability to modify existing users and roles in our database - but we can still create new users and roles. We have received support on this issue before, but the issue has persisted / regressed.
When attempting to modify any existing user or role, we get the error message from Postgres:
ERROR: permission denied to grant role 'role_x' Detail: Only roles with the ADMIN option on role 'user_a' may grant this role.
The issue is reportedly known by Microsoft, as it was a bug introduced by their handling of the vX-to-v16 migration (confirmed by support personnel in first round of support, as well as in below link).
We only have a developer support plan, and the generic MS support from admin.microsoft.com is not able to help, because it is too technical. However, given that the issue was introduced by MS itself, I expect adequate support regardless of our support plan.