Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • PostgreSQL Replication, Second Edition
  • Toc
  • feedback
PostgreSQL Replication, Second Edition

PostgreSQL Replication, Second Edition

By : Hans-Jürgen Schönig
4.5 (4)
close
PostgreSQL Replication, Second Edition

PostgreSQL Replication, Second Edition

4.5 (4)
By: Hans-Jürgen Schönig

Overview of this book

This book is ideal for PostgreSQL administrators who want to set up and understand replication. By the end of the book, you will be able to make your databases more robust and secure by getting to grips with PostgreSQL replication.
Table of Contents (17 chapters)
close
16
Index

Installing walbouncer

The walbouncer tool can be downloaded freely from the Cybertec website (http://www.cybertec.at/postgresql_produkte/walbouncer/) and installed using the following steps:

  1. For the purpose of this book, the following file has been used:
    wget http://cybertec.at/download/walbouncer-0.9.0.tar.bz2
  2. The first thing to do is to extract the tarball, as follows:
    tar xvfj walbouncer-0.9.0.tar.bz2
  3. Once the package has been extracted you can enter the directory. Before calling make, it is important to check for missing libraries. Make sure that support for YAML is around. On my CentOS test system, the following command does the job:
    [root@localhost ~]# yum install libyaml-devel
  4. The library will be installed by these lines:
    ---> Package libyaml-devel.x86_64 0:0.1.4-11.el7_0 will be installed
    --> Processing Dependency: libyaml = 0.1.4-11.el7_0 for package: libyaml-devel-0.1.4-11.el7_0.x86_64
  5. In the next step, just call make. The code compiles cleanly. Finally, only make install is left...
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete