Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.05 KB

upgrading-gitlab.md

File metadata and controls

28 lines (22 loc) · 1.05 KB

Upgrading GitLab to latest Stable Release.

NOTE - Before proceeding further please make sure that you have created a backup. If not then follow Backup and Restore to create a backup.

Identify the latest released version.

Once the latest released version is identified we can update the corresponding version in their respective docker-compose.yml files.
GitLab Server
GitLab Runner

Once version is updated, recreate container so it can use new version.

Upgrading the container.

docker-compose up -d

Checking the container logs.

docker-compose logs -f