sameersbn / sameersbn/docker-gitlab

How do i upgrade to latest version

Open
#2,159 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
8.1k
Forks
2.1k
Avg merge
17h 47m
Merged PRs (30d)
7

Description

Hi!
my configurations looks like
GitLab - 11.6.3 (bc9391c2)
GitLab Shell - 8.4.3
GitLab Workhorse - v7.6.0
GitLab APIv4
Ruby2.5.3p105
Rails5.0.7
postgresql10.12 (local server/external posgres)

and postgres is running on local server (https://github.com/sameersbn/docker-gitlab#external-postgresql-server) now i want to upgrade gitlab and redi to latest version and i don't see any documentation around it. Can someone help me how to achieve this one.

version: '2'

services:
  redis:
	restart: always
	image: sameersbn/redis:4.0.9-1
	command:
	- --loglevel warning
	volumes:
	- /datadrive/docker/redis:/var/lib/redis:Z
  gitlab:
	restart: always
	image: sameersbn/gitlab:11.6.3
	depends_on:
	- redis
	ports:
	- "10080:80"
	- "10022:22"
	volumes:
	- /datadrive/docker/gitlab:/home/git/data:Z
	environment:
	- DEBUG=true
	- DB_ADAPTER=postgresql
	- DB_HOST="HOSTNAME-IPaddress"
	- DB_PORT=5432
	- DB_USER=gitlab
	- DB_PASS="pass"
	- DB_NAME=gitlabhq_production

``

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are named. Start by reviewing the repository's upgrade documentation and the shown Docker Compose configuration, then establish the supported upgrade path for the GitLab image, Redis image, and external PostgreSQL setup; done means the documented procedure covers this configuration and the target latest versions.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, docker-compose, postgresql, redis
Domain
databases, devops, documentation
Issue type
Documentation
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.