Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaren Carias <karen@gitlab.com>2015-09-10 01:17:41 +0300
committerkaren Carias <karen@gitlab.com>2015-09-10 01:17:41 +0300
commit6a1d695f861e4c5251a2333c673f78705b34891f (patch)
tree0d1a86553b02c533ffe1e434e13abd7cf45523d4 /doc/raketasks
parent4743b8bd6a6c1556c1a3163b438de90360e2e374 (diff)
made info more clear
Diffstat (limited to 'doc/raketasks')
-rw-r--r--doc/raketasks/backup_restore.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md
index b0ea1a97535..ad1914398d6 100644
--- a/doc/raketasks/backup_restore.md
+++ b/doc/raketasks/backup_restore.md
@@ -374,4 +374,6 @@ This documentation is for GitLab CE.
We backup GitLab.com and make sure your data is secure, but you can't use these methods to export / backup your data yourself from GitLab.com.
To migrate your repositories from one server to another with an up-to-date version of
-GitLab, you can use [rake tasks](import.md) to do a mass import of the repository.
+GitLab, you can use the [import rake task](import.md) to do a mass import of the
+repository. Note that if you do an import rake task, rather than a backup restore, you
+will have all your repositories, but not any other data.