med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

339
active users

#postgres

7 posts7 participants1 post today
Replied in thread

@caravantraveller @brooke

This "deprecation" was never visible at any level, there's no discovery path for anyone that found or otherwise used these and stuck with it.

But none of that matters: The most recent Debian 12 installer still unavoidably selects US/Pacific for people living there, today.

rachelbythebay.com/w/2025/09/1

Lobsters: lobste.rs/s/okz9ir/debian_12_i

Another blog post has been drafted on a totally new topic for me: database schema migrations with Atlas. Maybe if I keep this up and find enough topics, I can start to get on a regular cadence?! That would be nice. Fortunately Medium lets me schedule posts.

The goal for my blog is not only to demo what I'm working on, but also write the blog posts I wish I had for particular topics. A how-to should be a short version of what's in the docs since often times tools can do many things, but a blog post is much shorter and to-the-point.

Did you know having a shell inside a #postgres #container anyone can log in your database without a password? At least when using the official #docker image.

All access is set to 'trust' in 'pg_hba.conf'. This can be changed and set to another value to enforce authentication from inside the docker container as well.

Somone else already wrote an article about hardening the setup: pankajconnect.medium.com/conta

(There are for sure more articles of that sort to find.)

Medium · Container Security: Tips for Securing PostgreSQL Instances in DockerSecuring PostgreSQL instances in Docker is crucial to protect sensitive data and prevent unauthorized access. Here are some tips to enhance…

Richard van der Hoff, a member of the team that runs the Matrix.org homeserver, has written a detailed blog post about diagnosing and fixing a problem where #Matrix rooms would simply stop working

How we discovered, and recovered from, #Postgres corruption on the matrix.org homeserver matrix.org/blog/2025/07/postgr

matrix.orgMatrix.orgMatrix, the open protocol for secure decentralised communications

I'm a Senior #Software Engineer with 20+ years of professional experience.

I'm based in the USA and looking for #remote work.

I have primarily worked with web technologies such as #JavaScript, #HTML, #CSS, #nodejs, and #typescript.

My last job was as a Senior #React Engineer.

I've worked with #Postgres, #MySQL, and #MSSQL databases.

Backend tech includes C#, Go, PHP, and ASP.

Countless projects ranging from SPAs to $100 million ecommerce sites to enterprise level software.

ICh verwende paperless schon so lange, dass meine postgres im docker bei version 13 ist. gerade gemerkt, dass paperless-ngx ab 2.18 aber minimum 14 braucht. also nächste woche mal das projekt "DB auf aktuellen Stand bringen". wird lustig. ich ahne es schon.

#paperless-ngx #postgres

SQL dumps created with current releases of "pg_dump" (namely 17.6, 16.10, 15.14, 14.19 or 13.22) can no longer be loaded with earlier versions of "psql" because they contain new "\restrict" commands that did not exist in earlier versions and will cause "invalid command" errors. The reason for this change is CVE-2025-8714. Strange to see breaking changes in a project like #Postgres #PostgreSQL

Continued thread

After some learning with zones and the crossbow virtualized networking system I now have successfully migrated katarineko.com into my #omnios system!

It's currently not hosting the main site yet while I try that everything works correctly, the #illumos deployment is in beta.katarineko.com.

The stack is #elixir (with some #rust NIFs, using #phoenix and #ash), #postgres and #rabbitmq

It was all quite painless except for a couple of libraries I had to write patches for.

katarineko.comLearn Japanese You Want to Understand - KatariNekoBridge the gap between knowing Japanese words and understanding real content. Personalized stories, adaptive learning, and spaced repetition.

Invincible #Postgres Saga, episode 3...

(At least this didn't happen on production :blobCat_giggle:)

Earlier this week I tried to do some tests on my "wonderful" misconfigured testing environment. I had some errors here and there and they had to reveal themselves during my experiment...
To make everthing up-to-date I had to refresh data in my app, which uses #Patroni #Postgresql database. Of course it crashed when I tried to do it. It didn't turn down whole cluster, only that one server, and in theory it still had normal API access. I expected it to come back quickly after I fixed things breaking my servers. But for some reason it couldn't. It didn't even try, at least in any visible way.
Seriuosly it was the most disturbing thing there :blobcatsweat: It should try to do something, right?!?
I tried to restart services in panic, without any result. It was late and I finished work for that day. Tired and worried I had to leave it stuck in "cannot reach consistent state" stage.

Next day I thought about doing force reinit or something to move it. But when I log into that server... Everything just worked :neofox_scream_stare_256:
I checked logs... Almost nothing special, just like database was stuck and after ~14 hours suddenly started working. Only one line telling backup was restored.
Damn, what backup?!? Why I don't understand what it did?!? And why it needed so much time?!?

At least I had working environment and didn't had to wonder what to do. Maybe my first chaotic attempts to force it to work did more harm than good and I should just leave it...

Someone should write in docs, which API status means "just leave me alone, trying to fix things" :neofox_think_derp: It would be easier.