eliezerriani

replication.conf

Sep 18th, 2020
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. database
  2. {
  3.     verbose_logging = true
  4.     log_archive_timeout = 10
  5.     log_segment_count = 0
  6. }
  7.  
  8. # master database
  9. database = "c:\firebird-databases\master.fdb"
  10. {
  11.     log_directory = "c:\firebird-databases\replicationlog\"
  12.     log_archive_directory = "c:\firebird-databases\replicationlog-archive\"
  13.     log_archive_command = "copy $(logpathname) $(archpathname)"
  14. }
  15.  
  16. # replica database
  17. database = "c:\firebird-databases\replica.fdb"
  18. {
  19.     source_guid = "{988C3AF5-313D-4F81-D184-2C113D573D42}"
  20.     log_source_directory = "c:\firebird-databases\replicationlog-archive\"
  21. }
Advertisement
Add Comment
Please, Sign In to add comment