GitLab is gone from plugin available list

Kegeer

Cadet
Joined
Oct 15, 2019
Messages
2
Hi all,

Anyone know why GitLab is gone from plugin available list?
1571203433996.png


I trying to install GitLab myself according to this tutorial:
https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/11.2-freebsd.md

...but with this errors (after command: su -l git -c "cd /usr/local/www/gitlab-ce && rake gitlab:check RAILS_ENV=production" ):
1571203699277.png


Maybe someone can help me?
 
D

dlavigne

Guest
GitLab is currently broken so it was removed from the Plugins Index.
 
D

dlavigne

Guest
Probably not til 11.3 as it is broken on 11.2. 11.3-BETA1 is due out in a few weeks. If you need it to run on 11.2, you may have luck installing the FreeBSD pkg into a jail.
 

r51

Cadet
Joined
Oct 16, 2019
Messages
4
dlavigne: Could you please more specify the issue with GitLab? Maybe we will have the same issues when we will manually install it to a jail. Which install setup is recommended? GitLab official 12.3-freebsd.md vs. post_install.sh from iocage-plugin-gitlab?

https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/12.3-freebsd.md
https://github.com/freenas/iocage-plugin-gitlab/tree/11.2-RELEASE/post_install.sh

Via current pkg is available gitlab-ce-12.3.3. FreeNAS plugin used gitlab-ce-12.0.6.
http://pkg.cdn.trueos.org/iocage/gitlab/11.2-Release/All/

Thank you.
 
D

dlavigne

Guest
The issue was for existing installations as the bump in PostgreSQL requires manual intervention as the default db user and the default datadir changed. Things got further complicated as the GitLab version bump from 11.10 to 12 skipped 11.11 which meant required database migrations get missed. In other words, it's a mess. We added safeguards to iocage to mitigate such situations for 11.3 but they are too intrusive to backport to 11.2.
 
Top