]> granicus.if.org Git - postgresql/commit
Don't use "cp -i" in the example WAL archive_command.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 17 Jun 2011 23:13:12 +0000 (19:13 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 17 Jun 2011 23:13:12 +0000 (19:13 -0400)
commitae7fc61bc3138d4e938f0faf353a92f0fb4d89ca
treebcb0a5ebe04ebee31d36c1d02b262f64d8ba431d
parent7975f2baa955397fbeb64b5301235ed1dd0f9be6
Don't use "cp -i" in the example WAL archive_command.

This is a dangerous example to provide because on machines with GNU cp,
it will silently do the wrong thing and risk archive corruption.  Worse,
during the 9.0 cycle somebody "improved" the discussion by removing the
warning that used to be there about that, and instead leaving the
impression that the command would work as desired on most Unixen.
It doesn't.  Try to rectify the damage by providing an example that is safe
most everywhere, and then noting that you can try cp -i if you want but
you'd better test that.

In back-patching this to all supported branches, I also added an example
command for Windows, which wasn't provided before 9.0.
doc/src/sgml/backup.sgml