Hello community,
I am trying to make a backup of the gitlab ce (v13.3.9) but I am getting an error:
/usr/bin/gitlab-backup: line 69: 23445 Killed /opt/gitlab/bin/gitlab-rake gitlab:backup:create ${@}
My best guess is that it is using the pre 12.1 version command in the script (i.e. “gitlab-rake gitlab:backup:create”) instead of new command “sudo gitlab-backup create” - but I wanted to ask you first. I upgraded the server from 11.0.3 to 13.3.9
Context:
I am migrating the gitlab from an old Debian 8 to a new Debian 11.
Thank you!