Skip to content

Updating the Gitlab Server

Lon Blauvelt edited this page Jul 22, 2021 · 1 revision

The server may be upgraded manually by:

1. `ssh ubuntu@IP_ADDRESS_HERE`
2. `sudo apt-get update`
3. `sudo apt-get install gitlab-ee`
4. `gitlab-ctl reconfigure && sudo gitlab-ctl restart`
Clone this wiki locally