简体   繁体   English

Azure DevOps 管道部署到 Postgres 数据库

[英]Azure DevOps Pipeline Deployment to Postgres DB

I have a requirement of Azure DevOps to automate deployment to Azure PostgreSQL DB.我需要 Azure DevOps 来自动部署到 Azure PostgreSQL DB。 I can find the Task for Azure SQL Database, but not for PostgreSQL.我可以找到 Azure SQL 数据库的任务,但不是 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. DB - Azure 数据库,用于 PostgreSQL。

I got a way using YUNIQL .我有一种使用YUNIQL的方法。

You will find this plugin in Studio and it is configurable for PostgreSQL.您将在 Studio 中找到此插件,它可针对 PostgreSQL 进行配置。 You have to follow the documentation .您必须遵循文档

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 azure 管道中使用的 windows-latest 代理上使用 postgres db? - How to use the postgres db on the windows-latest agent used in the azure pipeline? 如何在 azure 管道中创建 postgres 数据库? - How to create a postgres database in the azure pipeline? 在 Azure 容器应用程序中部署 Postgres DB - Deploying Postgres DB in Azure Container App Azure 函数使用 java 和 Postgres DB 绑定 - Azure functions using java and Postgres DB bindings Helm部署:在Cloud SQL中将Kubernetes连接到Postgres DB - Helm Deployment: Connecting Kubernetes to Postgres DB in Cloud SQL 通过 Azure DevOps 中的 EFCore 迁移更新 postgreSQL DB - Updating postgreSQL DB through EFCore migrations in Azure DevOps 用于容器的Azure Web应用程序无法连接到用于Postgres的Azure DB - Azure Web App for Container can't connect to Azure DB for Postgres 让 postgres docker 容器在 azure 管道作业中运行 - Keep postgres docker container in azure pipeline job running 是否可以在 Azure Postgres DB 上执行 dblink_connect('dbname=db_name user=postgres') - is it possible to execute dblink_connect('dbname=db_name user=postgres') on Azure Postgres DB 如何在Azure中使用docker image和postgres DB在Terraform中设置声纳 - how to set sonarqube in terraform using docker image and postgres DB in azure
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM