UbuntuにBucardo導入

Ubuntu 18.04.4 LTSにBucardを導入する手順。

参考

# DBIx::Safeインストール
apt-get install libdbix-safe-perl

# Download and unpack the Bucardo tarball
wget https://bucardo.org/downloads/Bucardo-5.6.0.tar.gz
tar xvfz Bucardo-5.6.0.tar.gz
cd Bucardo-5.6.0

# Install the Bucardo software
perl Makefile.PL
make
sudo make install

# Create the Bucardo database
sudo apt-get install postgresql-plperl
bucardo install