23.02.2021 11:57, Peter Gore wrote:
Here's my new config database = D:\Users\Peter\Documents\FB4Data\FB4TEST.FDB { log_directory = D:\Apps\FB4\FB4Test\chlog log_archive_directory = D:\Apps\FB4\FB4Test\archlog log_archive_timeout = 10 verbose_logging = true }database = D:\Users\Peter\Documents\FB4Data\FB4TESTReplica.FDB { log_source_directory = D:\Apps\FB4\incominglogs
On a single host, log_archive_directory and log_source_directory should point to the same directory.
(a) log_archive_directory is where journal segments are written to by the primary node
(b) log_source_directory is where they're searched for applying by the replica node
But there're no miracle that moves segments from (a) to (b) ;-) It should be either the same directory or you should move them yourself.
Dmitry Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
