diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-13 00:37:43 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-13 00:37:43 +0200 |
commit | 8a62fbdb42304b1c9012a718819aa0d363249c16 (patch) | |
tree | 73b0fba67d5e7b2607ff227e78189b6b7104a9ef /doc/raketasks | |
parent | b1dda8145433f15fcea683451c9c79927b19352e (diff) | |
download | gitlab-ce-8a62fbdb42304b1c9012a718819aa0d363249c16.tar.gz |
Remove note on backing up GitLab CI as a separate service
[ci skip]
Diffstat (limited to 'doc/raketasks')
-rw-r--r-- | doc/raketasks/backup_restore.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md index cdd6652b7b0..f6d1234ac4a 100644 --- a/doc/raketasks/backup_restore.md +++ b/doc/raketasks/backup_restore.md @@ -18,8 +18,6 @@ for two-factor authentication. If you restore a GitLab backup without restoring the database encryption key, users who have two-factor authentication enabled will lose access to your GitLab server. -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/raketasks/backup_restore.md)* - ``` # use this command if you've installed GitLab with the Omnibus package sudo gitlab-rake gitlab:backup:create |