Hi everybody
I'm testing the replication in Firebird4 RC1, and I'm experiencing a problem

The async replication works correctly when both servers are running, the
journaling files are created and moved from log_directory to
log_archive_directory and the data is replicated almost instantly  to the
replica server. But when I stop the replica server and do some operations
on the primary server and restart the replica service then the old pending
data isn't replicated as I expected, but the new data created after the
restart is replicated correctly.

This way I'm having an inconsistent replica, how can I fetch the pending
data to the replica?


OS server: Centos8
Primary replication.conf:
database = /db/async.fdb
{
  sync_replica = SYSDBA:PASS@IP:/db/asyncreplica.fdb
   log_directory = /async/db1/chlog
   log_archive_directory = /async/db1/archlog
   log_archive_timeout = 10
}

Replica replication.log unchanged

Thanks!
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to