0

I use Azure Database for PostgreSQL server I can't restore my server it give me the following error

The resource operation completed with terminal provisioning state The user name conflict with an existing database user name is not a valid name because it contains invalid characters.

how to solve that?

James Z
  • 12,209
  • 10
  • 24
  • 44
Ayman Elarian
  • 301
  • 2
  • 15
  • What is the status of your postgreSQL server? Did you refer to this article? https://learn.microsoft.com/en-us/azure/postgresql/howto-restore-server-portal#point-in-time-restore – Tony Ju Jan 06 '20 at 08:49

1 Answers1

0

I found the problem , we have to remove AD Internal users as they include '@' character in username (emails)

Ayman Elarian
  • 301
  • 2
  • 15