diff --git a/files/gitlab-ctl-commands-ee/lib/geo/promote_to_primary.rb b/files/gitlab-ctl-commands-ee/lib/geo/promote_to_primary.rb
index 45e0f38f4bb920b4007ef62285a21c897bb74b23_ZmlsZXMvZ2l0bGFiLWN0bC1jb21tYW5kcy1lZS9saWIvZ2VvL3Byb21vdGVfdG9fcHJpbWFyeS5yYg==..3fa242a1f8562d5f4d20632c68c4a4ca4b419a7c_ZmlsZXMvZ2l0bGFiLWN0bC1jb21tYW5kcy1lZS9saWIvZ2VvL3Byb21vdGVfdG9fcHJpbWFyeS5yYg== 100644
--- a/files/gitlab-ctl-commands-ee/lib/geo/promote_to_primary.rb
+++ b/files/gitlab-ctl-commands-ee/lib/geo/promote_to_primary.rb
@@ -20,8 +20,6 @@
       reconfigure
 
       promote_to_primary
-
-      notification_about_rsync
     end
 
     private
@@ -88,14 +86,6 @@
       run_command('gitlab-rake geo:set_secondary_as_primary')
     end
 
-    def notification_about_rsync
-      puts
-      puts '---------------------------------------'.color(:yellow)
-      puts 'Note: Rsync everything in /var/opt/gitlab/gitlab-rails/uploads and /var/opt/gitlab/gitlab-rails/shared from your old node to the new one !!!'.color(:yellow)
-      puts '---------------------------------------'.color(:yellow)
-      puts
-    end
-
     def run_command(cmd)
       GitlabCtl::Util.run_command(cmd)
     end