# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1438178497 -7200 # Node ID 44e9008e17be6733f732fd04c86a1427e0046dbf # Parent 8cb14f16d95502f4be1a9fcaa13797273e558fab Note about restore diff -r 8cb14f16d955 -r 44e9008e17be scripts/pg-backup --- a/scripts/pg-backup Wed Jul 29 15:30:33 2015 +0200 +++ b/scripts/pg-backup Wed Jul 29 16:01:37 2015 +0200 @@ -227,6 +227,13 @@ The timestamp of the directory with the tar archive is relevant. Nothing else! (default: 1d) +=head1 RECOVERY + +For recovery, create a fresh PostgreSQL cluster, stop the cluster, unpack the archive in the +data directory, and start the cluster. + +NOTE: The version of the server and the saved backup need to match! + =back =head1 AUTHOR