Re: pg_dump vs pg_basebackup - Mailing list pgsql-performance

From Joshua D. Drake
Subject Re: pg_dump vs pg_basebackup
Date
Msg-id 53319F4F.3000005@commandprompt.com
Whole thread Raw
In response to Re: pg_dump vs pg_basebackup  (Ilya Kosmodemiansky <ilya.kosmodemiansky@postgresql-consulting.com>)
Responses Re: pg_dump vs pg_basebackup
Re: pg_dump vs pg_basebackup
List pgsql-performance
On 03/25/2014 08:18 AM, Ilya Kosmodemiansky wrote:
>
> Joshua,
>
> that is really good point: an alternative is to use pg_basebackup
> through ssh tunnel with compression, but rsync is much simpler.

Or rsync over ssh. The advantage is that you can create backups that
don't have to be restored, just started. You can also use the
differential portions of rsync to do it multiple times a day without
much issue.

JD

--
Command Prompt, Inc. - http://www.commandprompt.com/  509-416-6579
PostgreSQL Support, Training, Professional Services and Development
High Availability, Oracle Conversion, Postgres-XC, @cmdpromptinc
Political Correctness is for cowards.


pgsql-performance by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pg_dump vs pg_basebackup
Next
From: Ilya Kosmodemiansky
Date:
Subject: Re: pg_dump vs pg_basebackup