Broken Versions - jboxberger/synology-gitlab GitHub Wiki
GitLab 13.4.3-0055
WARNING: EXPERIMENTAL RELEASE ONLY!!! DO NOT USE FOR PRODUCTION!!!
The sameersbn/gitlab still have a issue with the ghost column. Issue: #44
After Installation your Login Page will break (Error 500). To Fix that please add the ghost column to your table. Manual from Synology Docker App:
#Docker App => Terminal => Create => bash sudo -u postgres psql -d gitlab ALTER TABLE users ADD COLUMN IF NOT EXISTS ghost BOOLEAN; \q or via bash (ssh)
sudo /usr/local/bin/docker exec --user=postgres -it synology_gitlab_postgresql bash -c "psql -d gitlab -c 'ALTER TABLE users ADD COLUMN IF NOT EXISTS ghost BOOLEAN'"
GitLab 13.0.3-0055
Please Backup before Update!!! May crash during database migration from PostgreSQL 10 to 12.
:revoked because of database migration issues. investigating.