Cannot Upgrade Postgresql Flexible Server to V14
I'm trying to upgrade my azure postgresql flexible server v13 instance to v14, and keep getting the standard InternalServerError "An unexpected error occured while processing the request." error.
I've also followed the full upgrade instructions to no success: https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-major-version-upgrade
I made sure all the correct extensions are disabled, outside 1 problem, where I see dblink enabled on my db when querying it directly, however it's not enabled when looking in the portal via Settings-Server Parameters->azure.extensions. I can't disable it in the database due to the db being setup as a service, and not providing full permissions even with the default admin user. I've also tried upgrading directly to v15, and that didn't work. I see there's a lot of others posting about this, but does anyone have any conclusive results on how to do this properly?