this post was submitted on 08 Mar 2024
12 points (100.0% liked)

Technologie - 🤖

553 readers
15 users here now

Ici concerne le champs de domaine large de la technologie : actualités sur l'informatique, partage de programme informatique et de code, montrer vos projets Arduino, ect.

Mégafil ici

founded 1 year ago
MODERATORS
all 9 comments
sorted by: hot top controversial new old
[–] keepthepace@slrpnk.net 5 points 8 months ago

Wow j'en frémis pour lui. Ça doit pas être évident de faire du sysadmin sans trop connaître SQL, docker et compagnie. Le mec a l'air d'un bon acharné!

[–] Camus@jlai.lu 4 points 8 months ago (1 children)
[–] towerful@programming.dev 3 points 8 months ago (1 children)

Someone who just wants to host a lemmy server would give up way earlier than this.

I think anyone just wanting to host a lemmy server would do a single compose stack on a single server.
In a different project, im currently fighting tcp sockets disconnecting between a 3rd party containet and a postgres container. I know its tcp_keepalive settings somewhere, and obviously isnt an issue when everything is being used, but having a database connection get dropped overnight and not gracefully restarted on first use the next day is a massive PITA!
So, Im just shotgunning TCP Keepalive settings on hosts, docker sysctls, wherever i can find any appropriate setting, until the problem goes away (then i might remove some until it reappears)

[–] Camus@jlai.lu 2 points 8 months ago

Tiens au passage je remarque que les commentaires ne sont plus taggués automatiquement en français, ça a encore changé ?