1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-08 14:28:36 +02:00

Correct mention that a full backup is needed after database creation

This restriction has been inherited from the upstream project pg_rman, however
the new differential facility is proving to be able to address that need quite
nicely after more testing regarding that.

Mentioned by Thomas Reiss.
This commit is contained in:
Michael Paquier 2016-01-19 13:01:40 +09:00
parent 5c37daca69
commit 05601aa8f6

View File

@ -343,8 +343,6 @@ pg_arman has the following restrictions.
- If there are some unreadable files/directories in data folder of server
WAL directory or archived WAL directory, the backup or restore will fail
depending on the backup mode selected.
- Differential backup is not able to take necessary files after a database
creation, so take a full backup once a new database is created.
== DETAILS ==