After upgrading to gitlab-ce-12.6.1_2 sidekiq won't start Log Message: bundler: command not found: sidekiq Install missing gem executables with `bundle install`
Hmm, it seems when I fixed sidekiq5 things, I forgot to pkg autoremove so I had /usr/local/bin/sidekiq from sidekiq 6. For now, you can install rubygem-sidekiq (6.x), I guess. I'll look into it.
Created attachment 210403 [details] proposed patch This might fix it, testing now.
(In reply to Steve Wills from comment #2) Seems to work. @mfechner are you OK with it?
(In reply to Steve Wills from comment #3) sorry, but I currently do not have access to my build and test environment for the next two days, so if the patch works for you, please feel free to commit it. Thanks a lot!
A commit references this bug: Author: swills Date: Fri Jan 3 02:29:56 UTC 2020 New revision: 521894 URL: https://svnweb.freebsd.org/changeset/ports/521894 Log: www/gitlab-ce: fix startup PR: 243043 Reported by: Andreas Diem <webmaster@andreas-diem.at> Approved by: mfechner Changes: head/www/gitlab-ce/Makefile head/www/gitlab-ce/files/patch-bin_background__jobs
Fix committed, sorry for the breakage.