forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6fb66c2
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 parent98e5bd1 commit6fb66c2
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
913 | 913 |
| |
914 | 914 |
| |
915 | 915 |
| |
916 |
| - | |
| 916 | + | |
| 917 | + | |
917 | 918 |
| |
918 | 919 |
| |
919 | 920 |
| |
|
0 commit comments
Comments
(0)