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:…
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…
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. …
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…
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…
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:
…
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…
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!
…
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…
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…
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
____________________________
| …
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…
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…
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…
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…