diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-01-25 11:48:51 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-01-25 11:48:51 +0000 |
commit | e42f265d87a47237c30ab687d859c45928e05b73 (patch) | |
tree | f2289737ad6bf92e5000f2fe13425c4e3a439de7 | |
parent | cc29bc61e0a5be0e53805665a7b3d2253f310827 (diff) | |
download | gitlab-ce-e42f265d87a47237c30ab687d859c45928e05b73.tar.gz |
Linking to backup doc from migration doc, for self-hosted to self-hosted migration
-rw-r--r-- | doc/user/project/import/index.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user/project/import/index.md b/doc/user/project/import/index.md index 2f5efbe84d9..ca02e4e9e96 100644 --- a/doc/user/project/import/index.md +++ b/doc/user/project/import/index.md @@ -25,3 +25,10 @@ but issues and merge requests can't be imported. If you want to retain all metadata like issues and merge requests, you can use the [import/export feature](../settings/import_export.md). + +## Migrating between two self-hosted GitLab instances + +The best method for migrating a project from one GitLab instance to another, +perhaps from an old server to a new server for example, is to +[back up the project](../../../raketasks/backup_restore.md), +then restore it on the new server. |