Re: pg_base_backup limit bandwidth possible?

From: Andy Colson <andy(at)squeakycode(dot)net>
To: Edson Carlos Ericksson Richter <edsonrichter(at)hotmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: pg_base_backup limit bandwidth possible?
Date: 2014-12-29 17:03:52
Message-ID: 54A18978.6060505@squeakycode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2014-12-29 17:06:45 Re: Rollback on include error in psql
Previous Message Andy Colson 2014-12-29 17:00:00 Re: Improving performance of merging data between tables