From bd34e7f19b404d025d5b36bac42bcfecf2c09bc5 Mon Sep 17 00:00:00 2001
From: Magnus Hagander
Date: Sat, 1 Apr 2017 17:20:05 +0200
Subject: Back-patch checkpoint clarification docs and pg_basebackup updates
This backpatches 51e26c9 and 7220c7b, including both documentation
updates clarifying the checkpoints at the beginning of base backups and
the messages in verbose and progress mdoe of pg_basebackup.
Author: Michael Banck
Discussion: https://postgr.es/m/21444.1488142764%40sss.pgh.pa.us
---
doc/src/sgml/ref/pg_basebackup.sgml | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml
index 7f1a608bd94..00236d2fb72 100644
--- a/doc/src/sgml/ref/pg_basebackup.sgml
+++ b/doc/src/sgml/ref/pg_basebackup.sgml
@@ -361,7 +361,7 @@ PostgreSQL documentation
- Sets checkpoint mode to fast or spread (default) (see ).
+ Sets checkpoint mode to fast (immediate) or spread (default) (see ).
@@ -568,6 +568,14 @@ PostgreSQL documentation
Notes
+
+ At the beginning of the backup, a checkpoint needs to be written on the
+ server the backup is taken from. Especially if the option
+ --checkpoint=fast is not used, this can take some time
+ during which pg_basebackup will be appear
+ to be idle.
+
+
The backup will include all files in the data directory and tablespaces,
including the configuration files and any additional files placed in the
--
cgit v1.2.3