Re: Hot backup in PostgreSQL - Mailing list pgsql-general

From Adam Brusselback
Subject Re: Hot backup in PostgreSQL
Date
Msg-id CAMjNa7eJZaeNewGq6YwVN=qon87hLiHqJgvQQUZ8B5L4=_0jYw@mail.gmail.com
Whole thread Raw
In response to Hot backup in PostgreSQL  ("W.P." <laurentp@wp.pl>)
Responses Re: Hot backup in PostgreSQL  (Mark Johnson <remi9898@gmail.com>)
List pgsql-general
> how to do "hot backup" (copying files) while database running?
As others have shown, there are ways to do this with PG's internal tooling (pg_basebackup).

However, I would highly recommend you use an external backup tool like pgbackrest [1] to save yourself the pain of implementing things incorrectly and ending up with non-viable backups when you need them most. I'm not affiliated with them at all, but have just used pgbackrest in production for years now with great results.  It takes care of PITR, and manages backup retention (and associated WAL retention). Those can be a bit of a pain to do manually otherwise.

Just my $0.02, hope it helps!

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Initplan placed at the righttree or the lefttree of joinnode
Next
From: Ayub M
Date:
Subject: postgres materialized view refresh performance