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:
authorHossein Pursultani <hpursultani@gitlab.com>2019-09-10 06:44:34 +0300
committerEvan Read <eread@gitlab.com>2019-09-10 06:44:34 +0300
commit875702dfabb545eaa3eb575ae7ad12fff2179d27 (patch)
treeaf6dc66ec00d25dab34de9fb9c61e70f5440fc4f /doc/migrate_ci_to_ce
parentd7c1af988dd5962e9f1a526a31159ed95d03315d (diff)
Revert gitlab-backup command and add a note for it
Diffstat (limited to 'doc/migrate_ci_to_ce')
-rw-r--r--doc/migrate_ci_to_ce/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/migrate_ci_to_ce/README.md b/doc/migrate_ci_to_ce/README.md
index 50e491f29a2..4a96001f2de 100644
--- a/doc/migrate_ci_to_ce/README.md
+++ b/doc/migrate_ci_to_ce/README.md
@@ -77,6 +77,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production SKIP=r
If this fails you need to fix it before upgrading to 8.0. Also see
<https://about.gitlab.com/get-help/>
+NOTE: **Note**
+For GitLab 12.1 and earlier, use `gitlab-rake gitlab:backup:create`.
+
### 2. Check source and target database types
Check what databases you use on your GitLab server and your CI server.