diff options
| author | digitalMoksha <bwalker@gitlab.com> | 2017-11-07 15:29:04 +0100 |
|---|---|---|
| committer | digitalMoksha <bwalker@gitlab.com> | 2017-11-07 15:29:04 +0100 |
| commit | 52bacf96b12804a1c218bd16acd3061ea31a2931 (patch) | |
| tree | c0f54fca57d2a4c4bea9a9d3f04c95f964d9242d /lib/tasks | |
| parent | dc1e6b436268c00bd1fdf3d15597a4656e029b95 (diff) | |
| download | gitlab-ce-52bacf96b12804a1c218bd16acd3061ea31a2931.tar.gz | |
Make warning message more explicit
Diffstat (limited to 'lib/tasks')
| -rw-r--r-- | lib/tasks/gitlab/backup.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/backup.rake b/lib/tasks/gitlab/backup.rake index 1650263b98d..3211a2a87a6 100644 --- a/lib/tasks/gitlab/backup.rake +++ b/lib/tasks/gitlab/backup.rake @@ -35,7 +35,7 @@ namespace :gitlab do unless backup.skipped?('db') unless ENV['force'] == 'yes' warning = <<-MSG.strip_heredoc - Before restoring the database we recommend removing all existing + Before restoring the database, we will remove all existing tables to avoid future upgrade problems. Be aware that if you have custom tables in the GitLab database these tables and all data will be removed. |
