From 2b78a30239f58063cdbebb945a0f87bd086e5f77 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Tue, 9 Apr 2019 11:05:15 +0200 Subject: [PATCH] Fix typo in gprestore documentation Reported-by: Cyrille Lintz --- gpdb-doc/dita/utility_guide/admin_utilities/gprestore.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpdb-doc/dita/utility_guide/admin_utilities/gprestore.xml b/gpdb-doc/dita/utility_guide/admin_utilities/gprestore.xml index 32736bc267..1464164a1b 100644 --- a/gpdb-doc/dita/utility_guide/admin_utilities/gprestore.xml +++ b/gpdb-doc/dita/utility_guide/admin_utilities/gprestore.xml @@ -354,7 +354,7 @@ $ gprestore --include-schema wikipedia --backup-dir /home/gpadmin/backups/ --tim

The following gprestore command specifies the timestamp 20121114064330. The incremental backup with the timestamps 20120714095512 and 20120914081205 and the full backup must be available to perform a restore.

- gpdbrestore --timestamp 20121114064330 --redirect-db mystest --create-db + gprestore --timestamp 20121114064330 --redirect-db mystest --create-db
See Also -- GitLab