@Larvitz @hbauer that's the reason why I have two installations: I test on the "secondary" one before upgrading the main one. If everything is fine, I switch all the traffic to the secondary one and upgrade the first one, too.
On production machines I rarely touch root space with containers. I tend to keep as much in user as humanly possible in order to keep root mostly safe- even running a lot of systemd services as user.I've noticed a lot of projects assume root being used (i.e. /srv) and expect root ownership, leading to a total permissions hellscape if you're from an opposite perspective. My question is what causes a project to decide on root vs user?#linux #sysadmin #docker