rdagumampan / yuniql

Free and open source schema versioning and database migration made natively with .NET/6. NEW THIS MAY 2022! v1.3.15 released!
https://yuniql.io
Apache License 2.0
417 stars 63 forks source link

azure postgres certificate #298

Open dnyandeobharambe opened 1 year ago

dnyandeobharambe commented 1 year ago

Received email from Azure saying certificate is changing. We are using yuniql for deployment in pipeline. So is follwing yuniql command will make sure that certificate is updated as per Microsoft docs (so that agent will be fine for communication) steps:

Refer this document https://learn.microsoft.com/en-us/azure/postgresql/single-server/concepts-certificate-rotation#do-i-need-to-make-any-changes-on-my-client-to-maintain-connectivity

I think as per your guideline connectionstring expects Ssl Mode=VerifyFull .

Let me know action I should take from myside to make sure it will not fail.