Re: Setting up streaming replication w/ a big ole database

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Wells Oliver <wellsoliver(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Setting up streaming replication w/ a big ole database
Date: 2012-04-10 18:38:56
Message-ID: CAOR=d=0GatiMKwExHOXsoU67Nv_mYacYx2arTZRNLaXdEc1YpA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, Apr 10, 2012 at 12:34 PM, Wells Oliver <wellsoliver(at)gmail(dot)com> wrote:
> Hey all, I have a question about streaming replication available in PG 9+
>
> The general configuration I see is along the lines of this:
>
> http://brandonkonkle.com/blog/2010/oct/20/postgres-9-streaming-replication-and-django-balanc/
>
> Where you do the file system backup and restore. However, our current server
> I wish to make master has a 75GB database. I can't take the server down, and
> I can't run rsync against the live DB.

You don't need to take the master down. But you do need to run rsync.
Note that rsync has a --bwlimit flag to reduce its impact on the
master.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Wells Oliver 2012-04-10 18:43:03 Re: Setting up streaming replication w/ a big ole database
Previous Message Wells Oliver 2012-04-10 18:34:30 Setting up streaming replication w/ a big ole database