used for continuous archiving.
-
+
Backup and Restore
+
+
pg_dumpall do not produce file-system-level
+ backups and cannot be used as part of a continuous-archiving solution.
+ Such dumps are logical> and do not contain enough
+ information to used by WAL reply.
+
+
+
As with the plain file-system-backup technique, this method can only
support restoration of an entire database cluster, not a subset.
Perform the backup, using any convenient file-system-backup tool
- such as
tar> or cpio>. It is neither
+ such as
tar> or cpio> (not
+
pg_dumpall). It is neither
necessary nor desirable to stop normal operation of the database
while you do this.