Skip to content

Commit 16635d5

Browse files
roberto-melloandrewlecuyer
authored andcommitted
Changed Individual Databases paragraph into a warning, as per Andrew's suggestion.
1 parent bedf788 commit 16635d5

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/content/tutorial/disaster-recovery.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,13 +235,16 @@ You might need to restore specific databases from a cluster backup, for performa
235235
or to move selected databases to a machine that does not have enough space to restore the
236236
entire cluster backup.
237237

238+
{{% notice warning %}}
238239
pgBackRest supports this case, but it is important to make sure this is what you want.
239-
Restoring in this manner will restore the requested database from backup and making it
240-
accessible, but all of the other databases in the backup will **not** be accessible after restore.
240+
Restoring in this manner will restore the requested database from backup and make it
241+
accessible, but all of the other databases in the backup will NOT be accessible after restore.
241242

242-
For example, if your backup includes databases `test1` and `test2`, and you request that `test2`
243-
be restored, the `test1` database will not be accessible. Please review the pgBackRest documentation
244-
on the [limitations on restoring individual databases](https://pgbackrest.org/user-guide.html#restore/option-db-include).
243+
For example, if your backup includes databases `test1`, `test2` and `test3`, and you request that
244+
`test2` be restored, the `test1` and `test3` databases will NOT be accessible after restore is completed.
245+
Please review the pgBackRest documentation on the
246+
[limitations on restoring individual databases](https://pgbackrest.org/user-guide.html#restore/option-db-include).
247+
{{% /notice %}}
245248

246249
You can restore individual databases from a backup using a spec similar to the following:
247250

0 commit comments

Comments
 (0)