Book Image

PostgreSQL 9 High Availability Cookbook

By : Shaun Thomas
Book Image

PostgreSQL 9 High Availability Cookbook

By: Shaun Thomas

Overview of this book

Table of Contents (17 chapters)
PostgreSQL 9 High Availability Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 6. Replication

In this chapter, we will learn several methods to copy entire databases or individual tables. We will cover the following recipes in this chapter:

  • Deciding what to copy

  • Securing the WAL stream

  • Setting up a hot standby

  • Upgrading to asynchronous replication

  • Bulletproofing with synchronous replication

  • Faking replication with pg_receivexlog

  • Setting up Slony

  • Copying a few tables with Slony

  • Setting up Bucardo

  • Copying a few tables with Bucardo

  • Setting up Londiste

  • Copying a few tables with Londiste