Skip to content

Commit c260fde

Browse files
roberto-melloandrewlecuyer
authored andcommitted
Add extra comma, as per bblattberg
1 parent 16635d5 commit c260fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/disaster-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ pgBackRest supports this case, but it is important to make sure this is what you
240240
Restoring in this manner will restore the requested database from backup and make it
241241
accessible, but all of the other databases in the backup will NOT be accessible after restore.
242242

243-
For example, if your backup includes databases `test1`, `test2` and `test3`, and you request that
243+
For example, if your backup includes databases `test1`, `test2`, and `test3`, and you request that
244244
`test2` be restored, the `test1` and `test3` databases will NOT be accessible after restore is completed.
245245
Please review the pgBackRest documentation on the
246246
[limitations on restoring individual databases](https://pgbackrest.org/user-guide.html#restore/option-db-include).

0 commit comments

Comments
 (0)