Commit 8b7224d9 authored by James Lopez's avatar James Lopez Committed by Achilleas Pipinellis

updated based on feedback

parent acc1ea9d
# Project import/export # Project import/export
Existing projects running on any GitLab instance or GitLab.com can be exported 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:** >**Note:**
- This feature was [introduced][ce-3050] in GitLab 8.9 - This feature was [introduced][ce-3050] in GitLab 8.9
...@@ -53,15 +53,13 @@ can be generated again ...@@ -53,15 +53,13 @@ can be generated again
The GitLab Import/Export version can be checked by using: The GitLab Import/Export version can be checked by using:
```bash ```bash
cd /home/git/gitlab sudo gitlab-rake gitlab:import_export:version
sudo -u git -H bundle exec rake gitlab:import_export:version RAILS_ENV=production
``` ```
The current list of DB tables that will get exported can be listed by using: The current list of DB tables that will get exported can be listed by using:
```bash ```bash
cd /home/git/gitlab sudo gitlab-rake gitlab:import_export:data
sudo -u git -H bundle exec rake gitlab:import_export:data RAILS_ENV=production
``` ```
[ce-3050]: https://gitlab.com/gitlab-org/gitlab-ce/issues/3050 [ce-3050]: https://gitlab.com/gitlab-org/gitlab-ce/issues/3050
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment