Re: pg_base_backup limit bandwidth possible? - Mailing list pgsql-general

From Andy Colson
Subject Re: pg_base_backup limit bandwidth possible?
Date
Msg-id 54A18978.6060505@squeakycode.net
Whole thread Raw
In response to pg_base_backup limit bandwidth possible?  (Edson Carlos Ericksson Richter <edsonrichter@hotmail.com>)
Responses Re: pg_base_backup limit bandwidth possible?  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-general
On 12/29/2014 10:08 AM, Edson Carlos Ericksson Richter wrote:
> Hi!
>
> I could not find in docs, is there any way to limit pg_base_backup
> bandwidth usage?
>
> Thanks,
>
> Edson
>
>

There is not.  You can however run the base backup on the server side
and use ssh/rsync/etc to copy w/limits to the slave.

With a big database and a spotty connection I find that the best option
anyway.  I'm assured the base backup succeeds and I can just keep
re-running rsync till I get it downloaded.

-Andy


pgsql-general by date:

Previous
From: Andy Colson
Date:
Subject: Re: Improving performance of merging data between tables
Next
From: Adrian Klaver
Date:
Subject: Re: Rollback on include error in psql