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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-19 19:55:05 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-19 19:55:05 +0400
commit9017362889e7018e180a86e2747703e8bc34fbc2 (patch)
tree234403afa9d6a972fd245f4de643ff84652aa85d
parenteb764b1b7ba43685f9f8347cadb73089e25a2086 (diff)
parent7121b4a48800aa77184a6e2f18bd72288129067e (diff)
Merge branch 'same-version-restore' into 'master'
Same version restore Warn users about this. See merge request !1101
-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 8200a8cf630..359c1f33082 100644
--- a/doc/raketasks/backup_restore.md
+++ b/doc/raketasks/backup_restore.md
@@ -6,8 +6,8 @@
A backup creates an archive file that contains the database, all repositories and all attachments.
This archive will be saved in backup_path (see `config/gitlab.yml`).
-
The filename will be `[TIMESTAMP]_gitlab_backup.tar`. This timestamp can be used to restore an specific backup.
+You can only restore a backup to exactly the same version of GitLab that you created it on, for example 7.2.1.
```
# omnibus-gitlab
@@ -55,6 +55,8 @@ If you have a manual installation please consider backing up your gitlab.yml fil
## Restore a previously created backup
+You can only restore a backup to exactly the same version of GitLab that you created it on, for example 7.2.1.
+
```
# omnibus-gitlab
sudo gitlab-rake gitlab:backup:restore