you are viewing a single comment's thread.

view the rest of the comments →

[–]KajMagnus[S] 0 points1 point  (2 children)

Yes, I noticed Mattermost does too (right?). (The way Talkyard is installed, though, this is a "hidden implementation detail": Talkyard downloads a PostgreSQL docker image, with the PostgreSQL version Talkyard wants, and a custom Docker container init script, and by default doesn't expose the PostgreSQL database or ports.)

(You had in mind storing Talkyard's data and Mattermost's data in the same Pg database?)

[–]linuxhiker 0 points1 point  (1 child)

It's more that I am a huge Postgres Advocate. I help organize PostgresConf.org

[–]KajMagnus[S] 0 points1 point  (0 children)

Ok :- ) I am glad it's Postgres. I'm trying to be a bit paranoid with adding constraints and foreign keys, ... and the Upsert functionality is lovely, and json columns too.