summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-06-17 18:05:51 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-06-21 19:23:21 +0200
commit8b7224d91e68af906f3877a82a5be10b99624da1 (patch)
treef5c9d7de5c950e62679a9dc7956564f109930868
parentacc1ea9d9f4d69c9b25c947e47c3e501e1323139 (diff)
downloadgitlab-ce-8b7224d91e68af906f3877a82a5be10b99624da1.tar.gz
updated based on feedback
-rw-r--r--doc/workflow/import_export/README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/workflow/import_export/README.md b/doc/workflow/import_export/README.md
index a9a8af33553..618f9948e12 100644
--- a/doc/workflow/import_export/README.md
+++ b/doc/workflow/import_export/README.md
@@ -1,7 +1,7 @@
# Project import/export
Existing projects running on any GitLab instance or GitLab.com can be exported
-with all its related data and be moved into a new GitLab instance.
+with all their related data and be moved into a new GitLab instance.
>**Note:**
- This feature was [introduced][ce-3050] in GitLab 8.9
@@ -53,15 +53,13 @@ can be generated again
The GitLab Import/Export version can be checked by using:
```bash
-cd /home/git/gitlab
-sudo -u git -H bundle exec rake gitlab:import_export:version RAILS_ENV=production
+sudo gitlab-rake gitlab:import_export:version
```
The current list of DB tables that will get exported can be listed by using:
```bash
-cd /home/git/gitlab
-sudo -u git -H bundle exec rake gitlab:import_export:data RAILS_ENV=production
+sudo gitlab-rake gitlab:import_export:data
```
[ce-3050]: https://gitlab.com/gitlab-org/gitlab-ce/issues/3050