sameersbn / sameersbn/docker-gitlab
Gitlab 16 incompatible with PostgreSQL 12, requires >=13
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 8.1k
- Forks
- 2.1k
- Avg merge
- 17h 47m
- Merged PRs (30d)
- 7
Description
docker-compose.yml contained in the 16 release uses sameersbn/postgresql:12-20200524 as a PostgreSQL container. When starting the containers, we get following error:
You are using PostgreSQL 12.3 for the ci database, but this version of GitLab requires PostgreSQL >= 13.
Please upgrade your environment to a supported PostgreSQL version.
See https://docs.gitlab.com/ee/install/requirements.html#database for details.
Despite the message, Gitlab itself appear to work at a cursory glance, but it will probably cause problems further down the line.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the docker-compose.yml included in the GitLab 16 release and check the PostgreSQL container configuration against GitLab's supported database requirements. Start the containers to reproduce the reported version error; done means the configuration uses a supported PostgreSQL version and the containers start without that error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose, gitlab, postgresql
- Domain
- databases, devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 38/100