
Ubuntu / Debain/ Raspberry Pi-2 /Raspbian /Wheezy/Jessie
Step1: Make a backup (Optional)
If you would like to make a backup before updating, the below command will backup data in /var/opt/gitlab/backups by default.
sudo gitlab-rake gitlab:backup:create STRATEGY=copy
Step2: Update to the latest version of GitLab.
sudo apt-get update
sudo apt-get install gitlab-ce
Cenos 6,7, RHEL, Oracle, and Scientific
If you would like to make a backup before updating, the below command will backup data in /var/opt/gitlab/backups by default.
sudo gitlab-rake gitlab:backup:create STRATEGY=copy
Step2: Update to the latest version of GitLab.
sudo yum install -y gitlab-ce
OpenSUSE 42.2 and SUSE Linux Enterprise Server:
Step1: Make a backup (Optional)
If you would like to make a backup before updating, the below command will backup data in /var/opt/gitlab/backups by default.
sudo gitlab-rake gitlab:backup:create STRATEGY=copy
Step2: Update to the latest version of GitLab.
sudo zypper install gitlab-ce
No comments:
Post a Comment