RE: PostgreSQL Backup Strategies

From: Alvaro Aguayo Garcia-Rada <aaguayo(at)opensysperu(dot)com>
To: pgsql-admin(at)postgresql(dot)org, Luis Marin <luismarinaray(at)gmail(dot)com>
Subject: RE: PostgreSQL Backup Strategies
Date: 2018-02-22 03:08:19
Message-ID: aqm0ckut7fsf67hqeupu7k74.1519268886459@email.android.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Sorry I have no book to recommend, but my recommendation will always pass through pg_basebackup, which will perform a full backup of you running database without needing to stop anything, and will also(with adequate args) add all transactiins committed zuring the backup to the backup itself.

I do myself use pg_basebackup and a simple shellscript to do automated backups of a production system.

I've also heard about pgbarman, but have no knowledge on it.

Regards,

Alvaro Aguayo
Jefe de Operaciones
Open Comb Systems E.I.R.L.

Oficina: (+51-1) 3377813 | RPM: #034252 / (+51) 995540103  | RPC: (+51) 954183248
Website: www.ocs.pe

Sent from my Sony Xperia™ smartphone

---- Luis Marin wrote ----

Dear Friends,

Please, somebody knows a good source of information about PostgreSQL 9
backup strategies for production systems, if you have read a good book with
this subject, could you share the author and name of the book ?

Thanks

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Joan Luc Labòrda 2018-02-22 08:06:52 Re: Postgres user password
Previous Message Alvaro Aguayo Garcia-Rada 2018-02-22 03:04:25 RE: Postgres user password