<b>6.0.0.1853</b>
Andrey Kravchenko 2026.03.25 10:07:52
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