Re: pg data backup from vps

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: pg data backup from vps
Date: 2017-12-01 20:07:33
Message-ID: dd1288b7-6a10-da62-3c13-68fa52758839@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/01/2017 12:56 PM, support-tiger wrote:
> To diversify risk, we would like to have a daily or weekly data backup
> stored in another location besides the VPS service we are using -
> pg_dump is great for the backup but transferring a growing db across
> the internet to a local machine disk seems slow - how are others
> handling this with postgresql ? Thks.
>
So long as you're looking for more kinds of risk, why not stream the WAL
files to another instance?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Melvin Davidson 2017-12-01 20:10:09 Re: pg data backup from vps
Previous Message support-tiger 2017-12-01 19:56:08 pg data backup from vps