SlideShare a Scribd company logo
13
Most read
15
Most read
16
Most read
PostgreSQL Replication
with Bucardo
robertus
Bucardo?
U NO BUCARDO
Bucardo
• async PostgreSQL replication system
• allow multi-master and multi-slave op
• Developed by Jon Jesen and Greg Sabino
• Free and Open Source (BSD License)
Bucardo Capabilities
• master to master
• conflict resolution
• custom code
Sync Types
• Push Delta
• Full Copy
• Swap
Bucardo Terms
• Goat : database object such as tables and
sequence
• Herd : a group of goats
• Sync : sync event. one sync, one herd
Architecture
controller
source_db destination_db
Installing (Ubuntu 14.04)
• add repo : deb http://apt.postgresql.org/pub/repos/
apt/ trusty-pgdg main
• install requirement :
• perl, dbix-safe-perl, postgresql-plperl
• get source code : https://github.com/bucardo/
bucardo/archive/5.3.1.tar.gz
Config
• ./bucardo install
• ./bucardo add all tables db=source_db
• ./bucardo add all sequences db=source_db
• ./bucardo add herd copying_herd all tables
El Replicado
• Test
• ./bucardo validate all
• Replicate
• ./bucardo add sync vidio_sync
relgroup=copying_herd
dbs=source_db:source,dest_db:target
onetimecopy=2
• ./bucardo start
Inside Bucardo
Goat
./bucardo list tables
Status
Bucardo Log
How Bucardo Replicate
INSERT/UPDATE/
DELETE
BUCARDO ADD
DELTA
BUCARDO
TRIGGER SYNC
CONTROLLER
SYNC KID
NOTIFY/
LISTEN
REPLICATION EVENT
Verdict
• No lock on slave
• Conflict resolution
• Multi Master and Multi Slave
• ————————————————-
• not for HA / Failover
• not available on windows
References
• bucardo.org
• https://www.compose.io/articles/using-
bucardo-5-3-to-migrate-a-live-postgresql-database/
• image source: getty image

More Related Content

What's hot (20)

PDF
binary log と 2PC と Group Commit
Takanori Sejima
 
PPTX
Maria db 이중화구성_고민하기
NeoClova
 
PPTX
PostgreSQL Database Slides
metsarin
 
PPTX
PostgreSQL共有バッファと関連ツール
Masahiko Sawada
 
PPTX
ceph optimization on ssd ilsoo byun-short
NAVER D2
 
PDF
Wars of MySQL Cluster ( InnoDB Cluster VS Galera )
Mydbops
 
PPTX
Maxscale 소개 1.1.1
NeoClova
 
PDF
PostgreSQLのリカバリ超入門(もしくはWAL、CHECKPOINT、オンラインバックアップの仕組み)
Hironobu Suzuki
 
PDF
1.mysql disk io 모니터링 및 분석사례
I Goo Lee
 
PDF
PostgreSQL13でのレプリケーション関連の改善について(第14回PostgreSQLアンカンファレンス@オンライン)
NTT DATA Technology & Innovation
 
PDF
PostgreSQL 공간관리 살펴보기 이근오
PgDay.Seoul
 
PDF
What is new in PostgreSQL 14?
Mydbops
 
PDF
Deploying PostgreSQL on Kubernetes
Jimmy Angelakos
 
PDF
Understanding oracle rac internals part 1 - slides
Mohamed Farouk
 
PDF
Deep dive into PostgreSQL statistics.
Alexey Lesovsky
 
PDF
ProxySQL - High Performance and HA Proxy for MySQL
René Cannaò
 
PDF
[pgday.Seoul 2022] PostgreSQL구조 - 윤성재
PgDay.Seoul
 
PDF
ProxySQL Tutorial - PLAM 2016
Derek Downey
 
PDF
Oracle db performance tuning
Simon Huang
 
PDF
Kevin Kempter PostgreSQL Backup and Recovery Methods @ Postgres Open
PostgresOpen
 
binary log と 2PC と Group Commit
Takanori Sejima
 
Maria db 이중화구성_고민하기
NeoClova
 
PostgreSQL Database Slides
metsarin
 
PostgreSQL共有バッファと関連ツール
Masahiko Sawada
 
ceph optimization on ssd ilsoo byun-short
NAVER D2
 
Wars of MySQL Cluster ( InnoDB Cluster VS Galera )
Mydbops
 
Maxscale 소개 1.1.1
NeoClova
 
PostgreSQLのリカバリ超入門(もしくはWAL、CHECKPOINT、オンラインバックアップの仕組み)
Hironobu Suzuki
 
1.mysql disk io 모니터링 및 분석사례
I Goo Lee
 
PostgreSQL13でのレプリケーション関連の改善について(第14回PostgreSQLアンカンファレンス@オンライン)
NTT DATA Technology & Innovation
 
PostgreSQL 공간관리 살펴보기 이근오
PgDay.Seoul
 
What is new in PostgreSQL 14?
Mydbops
 
Deploying PostgreSQL on Kubernetes
Jimmy Angelakos
 
Understanding oracle rac internals part 1 - slides
Mohamed Farouk
 
Deep dive into PostgreSQL statistics.
Alexey Lesovsky
 
ProxySQL - High Performance and HA Proxy for MySQL
René Cannaò
 
[pgday.Seoul 2022] PostgreSQL구조 - 윤성재
PgDay.Seoul
 
ProxySQL Tutorial - PLAM 2016
Derek Downey
 
Oracle db performance tuning
Simon Huang
 
Kevin Kempter PostgreSQL Backup and Recovery Methods @ Postgres Open
PostgresOpen
 

Similar to PostgreSQL Replication with Bucardo (20)

PPTX
Docker introduction
Walter Liu
 
PPTX
ASP.NET 5 auf Raspberry PI & docker
Jürgen Gutsch
 
PDF
Deploying to Ubuntu on Linode
WO Community
 
PDF
20090514 Introducing Puppet To Sasag
garrett honeycutt
 
KEY
Practical introduction to dev ops with chef
LeanDog
 
PPTX
DPKG caching framework-latest .pptx
KalimuthuVelappan
 
PDF
Functional Hostnames and Why they are Bad
Puppet
 
PDF
Road to Opscon (Pisa '15) - DevOoops
Gianluca Varisco
 
PDF
Virtualization with Vagrant (ua.pycon 2011)
Dmitry Guyvoronsky
 
KEY
20100425 Configuration Management With Puppet Lfnw
garrett honeycutt
 
ODP
Nagios Conference 2014 - Mike Weber - Expanding NRDS Capabilities on Linux Sy...
Nagios
 
PDF
Gianluca Varisco - DevOoops (Increase awareness around DevOps infra security)
Codemotion
 
PDF
Kubernetes上で動作する機械学習モジュールの配信&管理基盤Rekcurd について
LINE Corporation
 
PPTX
How to configure multiple PostgreSQL-9
Vivek Singh
 
PPTX
How to implement a simple dalvik virtual machine
Chun-Yu Wang
 
PDF
Automating Complex Setups with Puppet
Kris Buytaert
 
PDF
Velocity 2011 Chef OpenStack Workshop
Chef Software, Inc.
 
PPTX
Easy Installation and Setup of PostgreSQL on Linux, OSX, & Windows
haroonm
 
PDF
Chef for OpenStack: OpenStack Spring Summit 2013
Matt Ray
 
PDF
201304 chef for open stack overview
OpenStack Foundation
 
Docker introduction
Walter Liu
 
ASP.NET 5 auf Raspberry PI & docker
Jürgen Gutsch
 
Deploying to Ubuntu on Linode
WO Community
 
20090514 Introducing Puppet To Sasag
garrett honeycutt
 
Practical introduction to dev ops with chef
LeanDog
 
DPKG caching framework-latest .pptx
KalimuthuVelappan
 
Functional Hostnames and Why they are Bad
Puppet
 
Road to Opscon (Pisa '15) - DevOoops
Gianluca Varisco
 
Virtualization with Vagrant (ua.pycon 2011)
Dmitry Guyvoronsky
 
20100425 Configuration Management With Puppet Lfnw
garrett honeycutt
 
Nagios Conference 2014 - Mike Weber - Expanding NRDS Capabilities on Linux Sy...
Nagios
 
Gianluca Varisco - DevOoops (Increase awareness around DevOps infra security)
Codemotion
 
Kubernetes上で動作する機械学習モジュールの配信&管理基盤Rekcurd について
LINE Corporation
 
How to configure multiple PostgreSQL-9
Vivek Singh
 
How to implement a simple dalvik virtual machine
Chun-Yu Wang
 
Automating Complex Setups with Puppet
Kris Buytaert
 
Velocity 2011 Chef OpenStack Workshop
Chef Software, Inc.
 
Easy Installation and Setup of PostgreSQL on Linux, OSX, & Windows
haroonm
 
Chef for OpenStack: OpenStack Spring Summit 2013
Matt Ray
 
201304 chef for open stack overview
OpenStack Foundation
 
Ad

Recently uploaded (20)

PDF
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
PPTX
Get Started with Maestro: Agent, Robot, and Human in Action – Session 5 of 5
klpathrudu
 
PPTX
Milwaukee Marketo User Group - Summer Road Trip: Mapping and Personalizing Yo...
bbedford2
 
PDF
AI Prompts Cheat Code prompt engineering
Avijit Kumar Roy
 
PPTX
Foundations of Marketo Engage - Powering Campaigns with Marketo Personalization
bbedford2
 
PDF
[Solution] Why Choose the VeryPDF DRM Protector Custom-Built Solution for You...
Lingwen1998
 
PDF
IDM Crack with Internet Download Manager 6.42 Build 43 with Patch Latest 2025
bashirkhan333g
 
PDF
Salesforce Experience Cloud Consultant.pdf
VALiNTRY360
 
PDF
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
PPTX
Function & Procedure: Function Vs Procedure in PL/SQL
Shani Tiwari
 
PDF
MiniTool Partition Wizard Free Crack + Full Free Download 2025
bashirkhan333g
 
PDF
MiniTool Power Data Recovery 8.8 With Crack New Latest 2025
bashirkhan333g
 
PDF
Why is partnering with a SaaS development company crucial for enterprise succ...
Nextbrain Technologies
 
PPTX
Agentic Automation: Build & Deploy Your First UiPath Agent
klpathrudu
 
PDF
Ready Layer One: Intro to the Model Context Protocol
mmckenna1
 
PDF
Top Agile Project Management Tools for Teams in 2025
Orangescrum
 
PDF
IObit Driver Booster Pro 12.4.0.585 Crack Free Download
henryc1122g
 
PDF
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
PDF
UITP Summit Meep Pitch may 2025 MaaS Rebooted
campoamor1
 
PPTX
Library_Management_System_PPT111111.pptx
nmtnissancrm
 
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
Get Started with Maestro: Agent, Robot, and Human in Action – Session 5 of 5
klpathrudu
 
Milwaukee Marketo User Group - Summer Road Trip: Mapping and Personalizing Yo...
bbedford2
 
AI Prompts Cheat Code prompt engineering
Avijit Kumar Roy
 
Foundations of Marketo Engage - Powering Campaigns with Marketo Personalization
bbedford2
 
[Solution] Why Choose the VeryPDF DRM Protector Custom-Built Solution for You...
Lingwen1998
 
IDM Crack with Internet Download Manager 6.42 Build 43 with Patch Latest 2025
bashirkhan333g
 
Salesforce Experience Cloud Consultant.pdf
VALiNTRY360
 
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
Function & Procedure: Function Vs Procedure in PL/SQL
Shani Tiwari
 
MiniTool Partition Wizard Free Crack + Full Free Download 2025
bashirkhan333g
 
MiniTool Power Data Recovery 8.8 With Crack New Latest 2025
bashirkhan333g
 
Why is partnering with a SaaS development company crucial for enterprise succ...
Nextbrain Technologies
 
Agentic Automation: Build & Deploy Your First UiPath Agent
klpathrudu
 
Ready Layer One: Intro to the Model Context Protocol
mmckenna1
 
Top Agile Project Management Tools for Teams in 2025
Orangescrum
 
IObit Driver Booster Pro 12.4.0.585 Crack Free Download
henryc1122g
 
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
UITP Summit Meep Pitch may 2025 MaaS Rebooted
campoamor1
 
Library_Management_System_PPT111111.pptx
nmtnissancrm
 
Ad

PostgreSQL Replication with Bucardo