Questions tagged [gitlab]

Gitlab is self hosted Git management software.

The main site for Gitlab.

464 questions
2
votes
2 answers

GitLab & nginx: 502

I've installed GitLab, following the given official instruction, but I'm getting 502 error when trying to use it. Nginx log entry: *30 upstream prematurely closed connection while reading response header from upstream, client: 95.27.118.xx, server:…
artem
  • 596
  • 2
  • 10
  • 28
2
votes
2 answers

Installation of GitLab ignores ./config/gitlab.yml

I have been trying to install GitLab on CentOS 5.x, but I am stuck now and google's are confusing. I have been following this install guide (currently stuck here) After running bundle exec rake gitlab:app:status RAILS_ENV=production for the secund…
teresko
  • 164
  • 1
  • 10
2
votes
1 answer

GitLab Helm Chart Minio use existing PVC

Previously in my helm chart, I had the snippet below... minio: replicas: 1 persistence: enabled: true existingClaim: minio #size: 10Gi serviceType: LoadBalancer Because I do have an existing PVC that I intend to use with Minio. …
cclloyd
  • 593
  • 2
  • 14
  • 29
2
votes
1 answer

curl says a valid certificate is expired

I have a gitlab community edition hosted on a server, and when using curl on this server to fetch this local gitlab website, I get an expired certificate error even if the dates are valid: curl --insecure -vvI https://gitlab.mysite.com 2>&1 | awk…
tio oit
  • 23
  • 1
  • 4
2
votes
1 answer

Gitlab Omnibus Background Migrations Continually Fail on Upgrade

I’m working on upgrading a gitlab omnibus installation (v12.3.0-ce) on a VM instance. Our goal is to ultimately upgrade to the latest version of gitlab (v13.x). According to the documentation we need to first upgrade to gitlab version 12.10.14 and…
2
votes
0 answers

System call failure when executing CI script in Docker

I'm currently setting up GitLab CI/CD. The Runner is installed on a Windows Server 2019 VM which has Docker Engine running. My gitlab-ci.yml looks something like this: variables: GIT_STRATEGY: clone GIT_DEPTH: 0 stages: - export export: …
2
votes
1 answer

Gitlab Container Registry timeout when connecting

Building an on-prem / self-hosted deployment of Gitlab for the first time. I've got the self-installation completed, single box and three dedicated hosts for runners (that I'm working to get them dockerized for docker-in-docker). Did this from a…
DavisTasar
  • 344
  • 1
  • 6
  • 16
2
votes
2 answers

Gitlab docker error on database migration after update (restart loop)

I just updated my gitlab docker instance, running using docker-compose on a host machine. I am experiencing the following error: Recipe: gitlab::database_migrations * bash[migrate gitlab-rails database] action run [execute] rake aborted! …
2
votes
0 answers

Upgrading gitlab after upgrade Fedora 30 to Fedora 31

Few mounts ago I upgrade my gitlab server from Fedora 30 to Fedora 31 and faced this issue: [root@eric yum.repos.d]# yum update Last metadata expiration check: 0:03:06 ago on Sun 03 May 2020 01:46:17 PM EEST. Dependencies resolved. Problem: cannot…
1
vote
1 answer

Gitlab not backing up to s3. Where can I find logs?

I am currently trying to migrate our old sameersbn/gitlab:12.1.6 installation to a new Gitlab instance set up with the helm chart. The easiest way seems to enable the s3 backup capability on the old installation, connect the new instance to the same…
1
vote
4 answers

Gitlab showing 404 while running behind nginx reverse proxy, all within a docker network

As the title says, I'm trying to serve Gitlab through an nginx reverse proxy, with both programs being run in separate docker containers connected through a docker network. A picture as an example: Linux Host ____________________________ | …
Scrambo
  • 11
  • 1
  • 5
1
vote
2 answers

Gitlab, Gitlab runner and reverse Proxy

I just installed Gitlab on an Ubuntu 18.04 fresh install. I am now trying to set up Gitlab runner (on the same machine, 192.168.1.8). I created a project and ran the test that comes predefined with the following error: Running with gitlab-runner…
alexandgu
  • 85
  • 1
  • 1
  • 8
1
vote
1 answer

PATH issues with gitlab-runner on centos 8

I'm having an issue when trying to use the gitlab runner I installed in my centos 8 server. So here are the details: I followed the instructions here to install: https://docs.gitlab.com/runner/install/linux-manually.html I downloaded and installed…
RyanH
  • 113
  • 3
1
vote
0 answers

GitLab Runner : unable to update URL base from redirection

I'm currently experimenting with a problem to set up a GitLab Runner. First, I can't run my Runner because I can't use the same file with two processes on Windows 10. It means that I have to create a Runner (which start in a "run" state) each time…
1
vote
1 answer

Gitlab CI/CD with conditional scripts

Here is what I wish to do in GitLab CI/CD: Whenever something is pushed into a specific branch I wish to have multiple scrips and CI/CD should decide which script should be run based on the pushed files list. For example: IF anything changed in…
Bert
  • 1,028
  • 1
  • 16
  • 33