Setting up WAL archiving

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: dominique(dot)libert(at)gmail(dot)com
Subject: Setting up WAL archiving
Date: 2023-10-10 05:32:12
Message-ID: 169691593208.657.914542221033579729@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/continuous-archiving.html
Description:

Hi,

In section 'WAL archiving setting (parameter archive_command)
I always use, in Unix, the option '-p' on the cp command, to keep the date
and time of the creation of the WAL. In case of restore, when WAL are not
on disk any more, we can find out quicker until witch WAL we have to restore
on disk from backups.

Regards

Dominique

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2023-10-10 17:49:53 Improve documentation for 'recovery_target' option
Previous Message PG Doc comments form 2023-10-09 18:34:38 Show how to incrementally make a column NOT NULL