25.02.2021 09:41, Dmitry Yemanov wrote:
How do you setup async replication if the replica is on a different Firebird Server? Do
you have to have an external process copying journal files to replica server? If so,
which files need copying and to which folder(s)? or, can set up log_directory to be on
the replica server rather than the master server?
Three options are possible:
1) Mount replica's shared directory as a primary's network disk
2) Mount primary's shared directory as a replica's network disk
in these cases log_archive_directory and log_source directory point to the same physical
directory under different names (local and network)
3) Both directories are local, some external process periodically moves the files. All
files from the primary's log_archive_directory should be moved to the replica's
log_source_directory. Those that are not accessible by the mover should be skipped until
the next iteration (they're still being written to by the primary instance).
Is there option to set "database = inet://remote:database" in replication.conf for a
replica?
--
WBR, SD.
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel