Forum Widgets
Latest Discussions
Is Encoding SQL_ASCII and Collation en_US.1252 supported in Azure Flexible Server PostgreSQL?
Is encoding SQL_ASCII with Collation en_US.1252 supported in Azure FlexibleServer PostgreSQL? CREATE DATABASE databaseforme WITH ENCODING = 'SQL_ASCII' LC_COLLATE = 'en_US.1252' LC_CTYPE = 'en_US.1252' IS_TEMPLATE = False; I am trying to create the database but I am getting the error: ERROR: invalid locale name: "en_US.1252" SQL state: 42809luistorresMar 11, 2024Brass Contributor1.8KViews0likes5CommentsBackup and restore postgres to blob
The company is developing a client app using postgresql 14 flexible server for the backend. There will be a few db's for various management/control purposes but the main db is multi-tenant and being designed as "tenant per schema". Backup and restore of the whole flexible server is nicely taken care of, but there will undoubtedly come a time when a particular tenant (schema) needs a restore. The recovery process, as I understand it, would be: Spin up a new Temp postgresql flexible server Do a point in time restore of the Live backup onto Temp Get the specific bits from Temp and restore to Live For 3, my plan is to use pg_dump to backup just the one schema in Temp to a blob and then pg_restore it into Live. Is anyone doing this kind of thing? I'm a seasoned MS SQL dba but very new to Postgresql and Azure. What tools are there to implement this - Logic Apps? This blog (Backup Azure Database for PostgreSQL to a Blob Storage - Microsoft Tech Community) shows a one-off way of backing up to Azure fileshare but isn't really suitable for a production environment. It also doesn't address how you'd restore from blob either. Any general or specific help/guidance will be very gratefully received. ThanksSolvedSimonWrightJul 06, 2022Copper Contributor6.1KViews0likes3Commentsi want get the data from the database
i want to import data from the database into excel.how can i do ittyunyunMay 17, 2022Copper Contributor1.9KViews0likes3CommentsRegion-access support requests for PostgreSQL Flexible Server are stuck in an AI triage loop
As an Azure MVP, I want to flag a real gap I just hit firsthand. I opened a support ticket (Issue type: Service and subscription limits (quotas), Quota type: Region access) because a subscription of ours couldn't provision Azure Database for PostgreSQL Flexible Server in East US — az postgres flexible-server list-skus --location eastus returns "Provisioning is restricted in this region... open a support request with Issue type of 'Service and subscription limits'", exactly as documented. Over 9 days, I got three AI-generated responses (case #2608260040010469), all repeating the exact same generic instructions I had already followed and explicitly confirmed I'd followed — twice. No human engineer was ever assigned (confirmed via the Support API: supportEngineer: {} the entire time). The case was even auto-flagged for closure citing "no response," despite an active reply from me on record before that message was sent. This isn't a one-off complaint about response speed — it's a structural problem: region-access requests for this service appear to route through an automation loop that can't recognize "I already did what you're asking" and doesn't have a reliable escalation path to a human, even after an explicit "I'm still having an issue" signal. Has anyone else hit this on region-access requests specifically? And is there a known way to get these routed to an actual engineer instead of restarting the same script every 24-48h?178Views0likes2CommentsPostgreSQL - Flexible Compute - VNet DNS Update
Hello, I have a customer planning to update the VNet DNS from custom to Default. The client is running a PostgreSQL - Flexible server with VNet integration. Does the DNS change impact PostgreSQL - Flexible compute? What is the best way to update the PostgreSQL - Flexible compute without having to restart? Thanks, Terru273Views0likes2CommentsWhat to do to add temporal_tables extension to the available extensions
Hi All, There is this limitation with postgresql extensions. We can use extensions only from the given list of available extensions. In our local (on-prem) environment we use https://github.com/arkhipov/temporal_tables. What is the process of making a request to make available this extension in Azure Flexible server environment? Best regards, CsabaOneDeveloperOct 21, 2023Copper Contributor1KViews0likes2Commentsazure data studio "postgres unhandled exception while executing query: 'list' object has no attribut
I am using azure data studio and getting below error when executing the query " select * from pg_catalog.pg_proc" error : "azure data studio "postgres unhandled exception while executing query: 'list' object has no attribute 'encode'" I dont see this error in pgadmin or any psql clientsekharsqlOct 09, 2023Copper Contributor1.7KViews0likes2CommentsPL Extensions
Hi, my name is Dirk, i am a first timer here, so i am not fully sure this post/question is right here. If not please let me know of a better place to ask this question. Thank you 🙂 Here the question: we are planning to use PostgreSQL on Azure. We expect to do a bit of scripting in trigger functions as part of an ELT process. Was thinking about Perl since some functions require string Base64 encoding and XML parsing. In the documentation about Postgres on Azure I could see only PL/SQL as a supported extension, nothing about PL/Perl. Is this correct? Would be great if someone could confirm this (or better yet, tell me that Perl is actually supported)! Thank you, DirkSolveddirkmanuelJun 08, 2022Copper Contributor1.7KViews0likes2CommentsPrevent Accidental Deletion of an Instance in Azure Postgres
Did you know that accidental deletion of database servers is a leading source of support tickets? Read this blog post to learn how you can safeguard your Azure Database for PostgreSQL Flexible Server instances using ARM’s CanNotDelete lock — an easy best-practice that helps prevent accidental deletions while keeping regular operations seamless. 🌐 Prevent Accidental Deletion of an Instance in Azure PostgresUnhandled exception while executing query: 'list' object has no attribute 'encode'
Azure Studio: Version: 1.47.1 (user setup) Commit: b6f7beb01f92adaa4b79b6b6f3ac704e95cafe6e Date: 2024-01-10T02:15:02.628Z VS Code: 1.82.0 Electron: 25.8.4 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Windows_NT x64 10.0.19045 When running the below: select * from pg_database; I get: Please kindly assist Microsoft?MoynzyFeb 24, 2024Copper Contributor919Views1like1Comment
Tags
- postgresql27 Topics
- Postgres24 Topics
- azure22 Topics
- Cloud Database22 Topics
- microsoft19 Topics
- Recap17 Topics
- Open Source8 Topics
- azure database for postgresql5 Topics
- POSTGRES 173 Topics