Commit 3a75e4f3 authored by Stan Hu's avatar Stan Hu

Improve warning message about the replication status

parent e1d14699
......@@ -19,7 +19,7 @@
they appear.
- unless Gitlab::Database.pg_stat_wal_receiver_supported?
%p.alert.text-danger WARNING: Please upgrade Postgresql to version 9.6 or greater as the status of the streaming cannot be determined realiable enough in this version
%p.alert.text-danger WARNING: Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version.
- if @nodes.any?
#js-geo-nodes{ data: { primary_version: "#{Gitlab::VERSION}", primary_revision: "#{Gitlab::REVISION}", node_details_path: "#{admin_geo_nodes_path}", node_actions_allowed: "#{Gitlab::Database.read_write?}", node_edit_allowed: "#{Gitlab::Geo.license_allows?}" } }
......
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