Anonymous user
Gitlab version upgrade: Difference between revisions
no edit summary
(Created page with "Gitlab version upgrade ---------------------- - To check current version, open GitLab console, go to admin area, on right side under "Components" we can see the Gitlab version - If there written up to date with green color or if orange color then no issues, if its red color then we need to update the version. Login to server gitlab.aws.poyar Run below commands one by one apt-get update apt-get upgrade - After running above upgrade commands, it will show you av...") |
No edit summary |
||
| Line 1: | Line 1: | ||
Gitlab version upgrade | Gitlab version upgrade | ||
---------------------- | ---------------------- | ||
- To check current version, open GitLab console, go to admin area, on right side under "Components" we can see the Gitlab version | - To check current version, open GitLab console, go to admin area, on right side under "Components" we can see the Gitlab version | ||
- If there written up to date with green color or if orange color then no issues, if its red color then we need to update the version. | - If there written up to date with green color or if orange color then no issues, if its red color then we need to update the version. | ||
Login to server gitlab.aws.poyar | Login to server gitlab.aws.poyar | ||
Run below commands one by one | Run below commands one by one | ||
apt-get update | apt-get update | ||
apt-get upgrade | apt-get upgrade | ||
- After running above upgrade commands, it will show you available updates to install, then you can check if GitLab update is there or not.. if we have to proceed, then press "y" and hit enter | - After running above upgrade commands, it will show you available updates to install, then you can check if GitLab update is there or not.. if we have to proceed, then press "y" and hit enter | ||
if we dont want to proceed, then press "n" and hit enter | if we dont want to proceed, then press "n" and hit enter | ||