summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-09-22 14:02:36 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2015-09-22 14:02:36 +0200
commitf0f5be82b05116a1f916ec7a407bf3ea0a195f22 (patch)
treeccdcc3dc4d613d57f744d370ac95043efb89550f
parente72ba928f98358d090fad68ae3794f494ad971cd (diff)
downloadgitlab-ce-f0f5be82b05116a1f916ec7a407bf3ea0a195f22.tar.gz
Add global numbering
-rw-r--r--doc/migrate_ci_to_ce/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/migrate_ci_to_ce/README.md b/doc/migrate_ci_to_ce/README.md
index 838832d5cd4..6ac79d36884 100644
--- a/doc/migrate_ci_to_ce/README.md
+++ b/doc/migrate_ci_to_ce/README.md
@@ -89,7 +89,7 @@ traces is `/var/opt/gitlab/gitlab-ci/builds` (Omnibus) or
a special location, or if you are using NFS, you should make sure that you
store build traces on the same storage as your Git repositories.
-### Upgrading
+### I. Upgrading
From this point on, GitLab CI will be unavailable for your end users.
@@ -119,7 +119,7 @@ cd /home/gitlab_ci/gitlab-ci
sudo -u gitlab_ci -H bundle exec whenever --clear-crontab
```
-### Moving data
+### II. Moving data
- (1) Move the database encryption key from your CI server to your GitLab
server. The command below will show you what you need to copy-paste to your
@@ -201,7 +201,7 @@ sudo gitlab-ctl restart sidekiq
sudo service gitlab reload
```
-### Redirecting traffic
+### III. Redirecting traffic
If you were running GitLab CI with Omnibus packages and you were using the
internal NGINX configuration your CI service should now be available both at