release
18 TopicsPostgreSQL 16 generally available (September 14, 2023)
Detailed Release Notes - https://www.postgresql.org/about/news/postgresql-16-released-2715/ How has PostgreSQL 16's new feature set changed the game for your database operations? Share your favorite enhancements and unexpected wins!857Views0likes0CommentsPostgreSQL 17 Preview on Azure Postgres Flexible Server
We recently announced the π½πΏπ²ππΆπ²π πΌπ³ π£πΌπππ΄πΏπ²π¦π€π ππ³ on Azure Database for PostgreSQL - ππΉπ²π πΆπ―πΉπ² π¦π²πΏππ²πΏ! This release brings exciting new features like improved query performance, dynamic logical replication, enhanced JSON functions, and moreβall backed by Azureβs reliable managed services. Try out the preview now and share your feedback! For details, read the complete blog postπ https://techcommunity.microsoft.com/t5/azure-database-for-postgresql/postgresql-17-preview-on-azure-postgres-flexible-server/bc-p/4263877#M474 Weβd love to hear your thoughtsβfeel free to share feedback or questions in the comments! #PostgreSQL #AzurePostgres #PGConfNYC #Database #OpenSource312Views0likes0CommentsPresence on transfer consult
WE're currently on 25153.1005.3719.1487 and have just noticed when you try to consult before transfer, when you choose the user to consult with, their image has lost the presence indicator. Allways used to be there, so you didn't try consulting a user who wasn't available!Pipeline release from Azure Windows App service to Azure Linux App service problems
Hello, We have a Release with a Stage to deploy our web api to Azure on a Windows App Service Plan. It works now for years without any issue. We needed to deploy the api to a new App Service Plan on Linux this time. So I added to the existing Release conf a second Stage "deploy to linux plan". The parameters are the same if not the destination plan and azure web app. The problem is that de deployment is done under a sub, sub, sub directory on the wwwroot and not on it directly, forcing me to add Post Deployment Action to move the files to the wwwroot. I feel it's not a normal process, but I can't find a way to make the wwwroot directory the real output for the deployment. Summary: If I just deploy the code without the Post Deployment Action scripts, the code is under a sub directory : /home/site/wwwroot/Content/C_C/agentazure/_work/2/s/XXX/Main/YYY/obj/Release/net5.0/PubTmp/Out/ And for the apps working, the files in the Out directory needs to be directly in the wwwroot. So for this working, I manually move the files to the wwwroot folder in Post Deployment Action. Here is the configuration and the Post Deployment Action I use to make the web app functional. Deployment log: 2022-03-30T08:55:44.5688555Z ##[section]Starting: Deploy Azure App Service 2022-03-30T08:55:44.5701896Z ============================================================================== 2022-03-30T08:55:44.5702312Z Task : Azure App Service deploy 2022-03-30T08:55:44.5702809Z Description : Deploy to Azure App Service a web, mobile, or API app using Docker, Java, .NET, .NET Core, Node.js, PHP, Python, or Ruby 2022-03-30T08:55:44.5703252Z Version : 4.198.0 2022-03-30T08:55:44.5703519Z Author : Microsoft Corporation 2022-03-30T08:55:44.5703844Z Help : https://aka.ms/azureappservicetroubleshooting 2022-03-30T08:55:44.5704248Z ============================================================================== 2022-03-30T08:55:44.9868417Z Got service connection details for Azure App Service:'XXXXX-api-preprod' 2022-03-30T08:55:45.9300315Z Package deployment using ZIP Deploy initiated. 2022-03-30T08:56:12.6492352Z Deploy logs can be viewed at https://XXXXX-api-preprod.scm.azurewebsites.net/api/deployments/YYYYY/log 2022-03-30T08:56:12.6493808Z Successfully deployed web package to App Service. 2022-03-30T08:56:12.9898232Z Trying to update App Service Application settings. Data: {"SCM_COMMAND_IDLE_TIMEOUT":"1800"} 2022-03-30T08:56:13.3328695Z App Service Application settings are already present. 2022-03-30T08:56:13.7315638Z Executing given script on Kudu service. 2022-03-30T08:56:22.1077125Z Successfully added release annotation to the Application Insight : AppInsight_XXXXX-api-preprod 2022-03-30T08:56:23.4171628Z Successfully updated deployment History at https://XXXXX-api-preprod.scm.azurewebsites.net/api/deployments/ZZZZZ 2022-03-30T08:56:23.8591314Z App Service Application URL: http://XXXXX-api-preprod.azurewebsites.net 2022-03-30T08:56:24.1073066Z ##[section]Finishing: Deploy Azure App Service I just can't tell me that this is the way to do it and a I assume there is a more "best practice" way... Thank you for the help.1KViews0likes0CommentsRelease Pipeline stuck in "job pending" state
Hi Team, I'm developing a pipeline to copy some files into a VM and the pipeline gets stuck in the deploy step. To test the step I try only to run a bash command and get the same result: Code: Agent: Any idea why is this happening? Thanks in advance guys!2.4KViews0likes0CommentsReact js application deployment in 3 different environments
Hi , I have a React js application with 4 different environments 1) .env -> root 2).env.test -> for Test 3).env.qa-> for QA 4).env.prod -> for Prod But when i am deploying in test and QA environments using build and release pipeline. But when i am deploying it is taking the .env configuration instead of respect environment file. Please guide how to deploy this kind of applications in different environments2.2KViews0likes0Comments