Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
8b7224d9
Commit
8b7224d9
authored
Jun 17, 2016
by
James Lopez
Committed by
Achilleas Pipinellis
Jun 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated based on feedback
parent
acc1ea9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
doc/workflow/import_export/README.md
doc/workflow/import_export/README.md
+3
-5
No files found.
doc/workflow/import_export/README.md
View file @
8b7224d9
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment