Commit 299abdb0 authored by Stan Hu's avatar Stan Hu

Improve PostgreSQL warning message in Rake task

parent 3a75e4f3
......@@ -221,7 +221,7 @@ namespace :geo do
unless Gitlab::Database.pg_stat_wal_receiver_supported?
puts
puts 'WARNING: Please upgrade Postgresql to version 9.6 or greater as the status of the streaming cannot be determined realiable enough for this version'.color(:red)
puts 'WARNING: Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version.'.color(:red)
puts
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment