An Azure managed PostgreSQL database service for app development and deployment.
Hello @SSingh-MSFT ,
Thanks for answering and following up. Unfortunately your linked solution couldn't be implemented, as i don't have access to the console in neither the Flex Server or the Single Server. However, it gave me an Idea. I Created the Collation English_United States.1252 in my new Flex Server via the following SQL Command.
CREATE COLLATION English_United States.1252 (LOCALE = 'en_US.utf8')
Afterwards i could start the migration. Whenever i ran into a problem in the migration and had to start anew i had to drop the collation and create it again.
This was very tiresome and i don't think doing this should be the case. Because when i tried migrating this Server the first time i didn't have to Create this collation at all. Furthermore the collations were just the Standard ones used by the Azure PostgreSQL Servers.
There should be at least a remark in the official Docs how to handle this error when it happens.