Peter
10/07/2021, 2:44 PM""<postgresql://userName@PasswordWithEncodedSpecialCharacters@MyServer.postgres.database.azure.com:5432/DBName?schema=SomeSchema&connect_timeout=100>"
npx prisma migrate dev --name init
Fails with Error: P1001: Can't reach database server at..
Maybe to clarify, I basically opened everything up to the outside from within Azure, and using my local SQL Admin Tool to connect to it from the same PC works like a charme..Peter
10/07/2021, 3:34 PMPeter
10/07/2021, 3:43 PM