Bucardo

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(安装)
(安装)
第23行: 第23行:
 
创建Bucardo数据库
 
创建Bucardo数据库
 
  yum install postgresql-plperl or
 
  yum install postgresql-plperl or
  apt-get install postgresql-plperl-9.0
+
  apt-get install postgresql-plperl-8.4
  
 
==PgSQL to MongoDB==
 
==PgSQL to MongoDB==

2012年2月13日 (一) 08:13的版本

Bucardo 是一个PostgreSQL的异步同步工具,它支持任意方式的主从同步,multi-master或者multi-slave等。新版Bucardo可将数据同步到其他存储系统,如MongoDB

安装

安装 DBIx::Safe、DBD:Pg、Test::Simple

yum install perl-DBIx-Safe or
apt-get install libdbix-safe-perl
apt-get install libtest-simple-perl // install Test::Simple
install DBD:Pg
export POSTGRES_LIB="/usr/local/pgsql/lib -lssl -lcrypto"
tar xvfz dbix_safe.tar.gz
cd DBIx-Safe-1.2.5
perl Makefile.PL
make
make test
make install

安装Bucardo

tar xvfz Bucardo-4.4.8.tar.gz
cd Bucardo-4.4.8
INSTALL_BUCARDODIR=/tmp/bucardotest perl Makefile.PL
perl Makefile.PL
make
make install

创建Bucardo数据库

yum install postgresql-plperl or
apt-get install postgresql-plperl-8.4

PgSQL to MongoDB

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱