<b>5.0.4.1791</b>
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