
postgresql repl bucardo
bucardo
数据库人生
专注于数据库
PostgreSQL;Oracle 11G OCA、OCP;OceanBase V2 OBCA、OBCP
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
postgresql multi-master 系列 Bucardo 之二 配置Bucardo(单到多)
os: centos 7.4db: postgresql 11.7bucardo可以实现postgresql的多主复制、主从同步,甚至可以以postgresql为源库,可以和oracle、mysql、mongodb等很多数据库进行数据异步同步。看上去很强大,只不过是通过触发器实现数据的捕捉。注意不支持 ddl 复制192.168.56.111 bu1192.168.56.112 b...原创 2020-05-04 17:17:50 · 1347 阅读 · 1 评论 -
postgresql multi-master 系列 Bucardo 之一 setup
os: centos 7.4db: postgresql 11.7bucardo可以实现postgresql的多主复制、主从同步,甚至可以以postgresql为源库,可以和oracle、mysql、mongodb等很多数据库进行数据异步同步。看上去很强大,估计和 ogg 类似。注意不支持 ddl 复制192.168.56.111 bu1192.168.56.112 bu2192...原创 2020-05-04 15:01:24 · 490 阅读 · 0 评论