Skip to content
Snippets Groups Projects
Commit a4051b9a authored by Valery Sizov's avatar Valery Sizov
Browse files

Remove note about one secondary only in "promote-to-primary" command

parent fd956d27
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -25,9 +25,8 @@ module Geo
 
puts
puts '---------------------------------------'.color(:yellow)
puts 'WARNING: Make sure your primary is down and also be aware that'.color(:yellow)
puts 'this command only works for setups with one secondary.'.color(:yellow)
puts 'If you have more of them please see https://docs.gitlab.com/ee/gitlab-geo/disaster-recovery.html#promoting-secondary-geo-replica-in-multi-secondary-configurations'.color(:yellow)
puts 'WARNING: Make sure your primary is down'.color(:yellow)
puts 'If you have more than one secondary please see https://docs.gitlab.com/ee/gitlab-geo/disaster-recovery.html#promoting-secondary-geo-replica-in-multi-secondary-configurations'.color(:yellow)
puts 'There may be data saved to the primary that was not been replicated to the secondary before the primary went offline. This data should be treated as lost if you proceed.'.color(:yellow)
puts '---------------------------------------'.color(:yellow)
puts
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment