Summary: After the upgrade to Gitlab Version 14.3.3 the backup-utility doesn't work for us anymore. Our Setup: OpenShift 4.x Installation with Helm chart...
$ git clone https://gitlab.com/rastersoft/cronopete Change into the newly created directory: $ cd cronopete Make a build directory and change into that directory: $ mkdir build && cd build Build the program: $ cmake .. $ make -j 12 We’ll use the-jflag to speed up the compilation....