Firebird database replication

你。 提交于 2020-07-17 11:26:46

问题


I have reached the point where I've decided to replace my custom-built replication system with a system that has been built by someone else, mainly for reliability purposes. Can anyone recommend any replication system that is worth it? Is FiBRE any good?

What I need might be a little away from a generic system, though. I have five departments with each having it's own copy of the database, and the master in a remote location. The departments all have sporadic internet connection, the master is always online. The data has to flow back and forth from the master, meaning that all departments need to be equal to the master (when internet connection is available), and to upload changes made during network outage that are later distributed to other departments by the master.


回答1:


I have used CopyCat to create a replication project. It allows you create your own replication client/server configuration using CodeGear Delphi. This allows you complete flexibilty as to how you want your replication to work.

If you don't use Delphi, or need a prefabricated solution, CopyTiger does the same thing already configured.




回答2:


I find IBReplicator by IBPhoenix to be the most complete, but there are many more listed here (with short descriptions):

http://www.firebirdfaq.org/faq249/




回答3:


The Ibphoenix site list replication tools

IbPhoenix Replication Tools



来源:https://stackoverflow.com/questions/61929/firebird-database-replication

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!