Re: backup postgresql with snapshot AWS

From: Rui DeSousa <rui(dot)desousa(at)icloud(dot)com>
To: Karl Denninger <karl(at)denninger(dot)net>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: backup postgresql with snapshot AWS
Date: 2018-01-19 15:40:04
Message-ID: A6F69AB0-A8A3-4102-B11A-24868D7FD031@icloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I find the opposite to be true… if you don’t know how to backup Postgres without using a third party util then you are at the mercy of that tool. It is fundament knowledge that one should know if you’re running Postgres.

If the snapshot is not atomic and/or using multiple filesystems; that is fine as long as it’s issued and completed within the pg_start_backup() and pg_stop_backup() calls.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Achilleas Mantzios 2018-01-19 16:23:41 Re: backup postgresql with snapshot AWS
Previous Message Der Fluch 2018-01-19 15:27:47 Re: Can not execute DDL in SSIS.