<b>5.0.4.1791</b>
Latest QA run:
SS: UTC 2026.03.26 18:32:57 - 2026.03.26 19:02:53
CS: UTC 2026.03.26 19:04:53 - 2026.03.26 19:43:54
-------------------------------------------------
Andrey Kravchenko 2026.03.26 07:14:59
Do not connect to the database if the replication configuration is incorrect (#8381)
* Do not connect to the database if the replication configuration is incorrect
Configuration errors can lead to loss of synchronization between master and replica.
* Send config errors to the client app only if report_errors is enabled
* Report a replication error if it occurs during the initial connection to the replica and the report_errors is enabled
* Add error "all configured replicas skipped"

Changed paths:
  M src/jrd/replication/Config.cpp
  M src/jrd/replication/Manager.cpp