Skip to content
Snippets Groups Projects
Commit 74ef297a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #3695 from c7l8/5-1-stable

5.0-to-5.1.md - gitlab-shell update instructions.
parents 09b91579 4faf64a9
No related branches found
No related tags found
7 merge requests!4250Readme rendering fix,!3804Prepend "sudo -u git -H" to backup bundle exec commands.,!3776Patch 1,!3737Migration 5.0 -> 5.1 working directories added to step 1,!3746Make the migration doc pg-compatible,!3716Update docs: 5.0 -> 5.1 misses a 'cd' command,!3738Change Upgrade Installation
Loading
Loading
@@ -16,7 +16,15 @@ sudo -u git -H git checkout 5-1-stable
 
```
 
### 3. Install libs, migrations etc
### 3. Update gitlab-shell
```
cd /home/git/gitlab-shell
sudo -u git -H git fetch
sudo -u git -H git checkout v1.3.0
```
### 4. Install libs, migrations etc
 
```
sudo rm tmp/sockets/gitlab.socket
Loading
Loading
@@ -29,7 +37,7 @@ sudo -u git -H bundle exec rake migrate_merge_requests RAILS_ENV=production
 
```
 
### 4. Update init.d script with a new one
### 5. Update init.d script with a new one
 
```bash
# init.d
Loading
Loading
@@ -38,6 +46,6 @@ sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-rec
sudo chmod +x /etc/init.d/gitlab
```
 
### 5. Start application
### 6. Start application
 
sudo service gitlab start
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment