forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf8c2d49
committed
doc: Clarify how to generate backup files with non-exclusive backups
The current instructions describing how to write the backup_label andtablespace_map files are confusing. For example, opening a file in textmode on Windows and copy-pasting the file's contents would result in afailure at recovery because of the extra CRLF characters generated. Thedocumentation was not stating that clearly, and per discussion this isnot considered as a supported scenario.This commit extends a bit the documentation to mention that it may berequired to open the file in binary mode before writing its data.Reported-by: Wang ShenhaoAuthor: David SteeleReviewed-by: Andrew Dunstan, Magnus HaganderDiscussion:https://postgr.es/m/8373f61426074f2cb6be92e02f838389@G08CNEXMBPEKD06.g08.fujitsu.localBackpatch-through: 9.61 parent75e66ee commitf8c2d49
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
904 | 904 |
| |
905 | 905 |
| |
906 | 906 |
| |
907 |
| - | |
| 907 | + | |
| 908 | + | |
908 | 909 |
| |
909 | 910 |
| |
910 | 911 |
| |
|
0 commit comments
Comments
(0)