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
6715402e
Commit
6715402e
authored
Jun 17, 2016
by
James Lopez
Committed by
Achilleas Pipinellis
Jun 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added some extra nice tasks to have
parent
604fb8bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
4 deletions
+22
-4
doc/administration/import_export.md
doc/administration/import_export.md
+22
-4
No files found.
doc/administration/import_export.md
View file @
6715402e
# Project import/export
Existing projects running on any GitLab instance or GitLab.com can be exported
with all its related data and
moved in
to a new GitLab instance.
with all its related data and
be moved
to a new GitLab instance.
>**Note:**
-
This feature was
[
introduced
][
ce-3050
]
in GitLab 8.9
-
Importing
may
not be possible if the import instance version is lower
-
Importing
will
not be possible if the import instance version is lower
than that of the exporter.
## Exported contents
...
...
@@ -41,8 +41,26 @@ can be generated again
![import_1](./img/import_1.png)
1.
After choosing a namespace or path, you can then select the file
prevoiusly exported
1.
After choosing a namespace or path, you can then select the file
exported previously
![import_2](./img/import_2.png)
1.
Click on Import and the import now begins and you will see your newly imported project page soon
1.
Click on Import to begin importing and you will see your newly imported project page soon
[
ce-3050
]:
https://gitlab.com/gitlab-org/gitlab-ce/issues/3050
## Advanced
> 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
```
> 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
```
\ No newline at end of file
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