diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-05-07 13:13:57 +0300 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-05-07 13:34:59 +0300 |
commit | bc45469b6a93009279118d40cfdb90e63d128196 (patch) | |
tree | 82e1cf7967cf31fea10db6ad4bd928867ebfa520 | |
parent | 60887cf94904e10cd26246301d09a49be49ef5fa (diff) | |
download | gitlab-ce-bc45469b6a93009279118d40cfdb90e63d128196.tar.gz |
Link to CI backup documentationbackup_doc
-rw-r--r-- | doc/raketasks/backup_restore.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md index bfef975024f..b83a7130128 100644 --- a/doc/raketasks/backup_restore.md +++ b/doc/raketasks/backup_restore.md @@ -9,6 +9,8 @@ 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. +If you are interested in GitLab CI backup please follow to the [CI backup documentation](https://gitlab.com/gitlab-org/gitlab-ci/blob/master/doc/backup.md)* + ``` # use this command if you've installed GitLab with the Omnibus package sudo gitlab-rake gitlab:backup:create |