Category: Infrastructure and DevOps
-
Access Control Lists (ACLs) in Linux are your friend – setfacl and getfacl
Shrare the real case using ACLs to get the solution of special permissions to modify .htaccess file with a script run by other user than www-data.
-
SideKiq overloaded after upgrading Gitlab 17.11 to Gitlab 18.0
A few weeks ago I upgraded a self-hosted Gitlab instrance from version 17.2 -> version 17.11 – > 18.0. The first days after upgrade everything looked working fine but suddendly the devs team reported that commits were not updated in their remote branches and MRs. Digging into this I found that Sidekiq was overloaded with…