4

I have a requirement of Azure DevOps to automate deployment to Azure PostgreSQL DB. I can find the Task for Azure SQL Database, but not for PostgreSQL.

Is there some Extensions or Plugins , or such things, which is needed for the Task. Or how to find the Task.

DB - Azure Database for PostgreSQL.

4
  • 1
    Unfortunately there is no task yet in AzureDevOps pipelines to deploy to Azure Database for PostgreSQL. However some customers are using Entity Framework migrations to accomplish the same. One such example is here stackoverflow.com/questions/62387662/… Hope you find it useful Commented Aug 10, 2020 at 11:20
  • 1
    Have you tried YUNIQL. Seems, with this, it can be doable. Commented Aug 10, 2020 at 14:33
  • Seems like you answered your own question. You could add this comment as an answer instead. Commented Aug 11, 2020 at 14:04
  • Haha !! Still strugling, I got a way, but there are lot to understand. Commented Aug 12, 2020 at 6:04

1 Answer 1

1

I got a way using YUNIQL.

You will find this plugin in Studio and it is configurable for PostgreSQL. You have to follow the documentation.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.