diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-09-17 16:35:59 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-09-17 16:35:59 -0400 |
commit | eae049505c3bb6a09e524949e81335d0aa3f8e6f (patch) | |
tree | 6215698950169d55816d18522050bcf1b0517e79 /doc | |
parent | 8cc788be4ee4465db9fc42db0b4d8f219e0bc2e9 (diff) | |
download | gitlab-ce-eae049505c3bb6a09e524949e81335d0aa3f8e6f.tar.gz |
Fix link to "create a database dump" header
Diffstat (limited to 'doc')
-rw-r--r-- | doc/migrate_ci_to_ce/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/migrate_ci_to_ce/README.md b/doc/migrate_ci_to_ce/README.md index 412aded9ea6..2f59dc69943 100644 --- a/doc/migrate_ci_to_ce/README.md +++ b/doc/migrate_ci_to_ce/README.md @@ -217,7 +217,7 @@ time. #### 7. Import GitLab CI database Now you'll import the GitLab CI database dump that you [created -earlier](#create-a-database-dump) into the GitLab CE or EE database: +earlier](#5-create-a-database-dump) into the GitLab CE or EE database: sudo mv /home/gitlab_ci/gitlab-ci/gitlab_ci.sql /home/git/gitlab/gitlab_ci.sql sudo chown git:git /home/git/gitlab/gitlab_ci.sql |