From 8b7224d91e68af906f3877a82a5be10b99624da1 Mon Sep 17 00:00:00 2001 From: James Lopez Date: Fri, 17 Jun 2016 18:05:51 +0200 Subject: [PATCH] updated based on feedback --- doc/workflow/import_export/README.md | 8 +++----- 1 file 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