pg_basebackup on slave running for a long time

From: Subhankar Chattopadhyay <subho(dot)atg(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_basebackup on slave running for a long time
Date: 2016-11-21 05:29:53
Message-ID: CAPg1NnHth-Ck65+2wMPRE2MpSoP4j8UKUVOcA8gPrNQN+Zz7jg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Team,

We have setup PostgreSQL master-slave topology with Streaming
replication setup.
One of the steps for setting up streaming replication is to do
pg_basebackup on slave from master.

For subsequent update of this database, this step is repeated every
time, deleting the existing data copy of slave and running
pg_basebackup again.

For a huge data size of over 500GB, it takes a lot of time to copy
the data from master to slave.
We were looking for some optimization technique so that it doesnt have
to copy the whole data in every update of the system.

Is there a way to do that? Can somebody throw some light on this?

Subhankar Chattopadhyay
Bangalore, India

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2016-11-21 05:52:49 Re: pg_basebackup on slave running for a long time
Previous Message Michael Paquier 2016-11-21 01:09:54 Re: Feature request: separate logging