Hello,
I’m using a gitlab server by DO, their one-click install.
Now there have been a few updates and I wish to update to the newest, but unsure how to do that.
I found this page https://about.gitlab.com/update/, but since its the one-click install, then I’m unsure which one to follow.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
This question was answered by @AuroJR:
Ubuntu / Debian: Upgrading from manually downloaded Omnibus package
To upgrade you will need to add the package repository to your system first.
Call the following script for easy installation:
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
Now you will be able to install / upgrade GitLab to the latest version using the package repository. When running the command below, GitLab will detect a conflict and remove gitlab in favor of gitlab-ce. This will leave your data intact.
To upgrade, run: sudo apt-get install gitlab-ce
You are now ready to use GitLab again!
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.