Tag: DevOps
-
Using a Variable to Pass Terminal Commands as Arguments in Bash
Describe why you have to use an array instead string variable, like the example Using a Variable to Pass Terminal Commands as Arguments in Bash Level: IntermediateCategory: Bash ScriptingTopic: Commands, Arguments, Arrays, Quoting, and Word Splitting Introduction When writing Bash scripts, it is very common to build a command in one place and execute it…
-
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…