You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
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 thewarning that used to be there about that, and instead leaving theimpression that the command would work as desired on most Unixen.It doesn't. Try to rectify the damage by providing an example that is safemost everywhere, and then noting that you can try cp -i if you want butyou'd better test that.In back-patching this to all supported branches, I also added an examplecommand for Windows, which wasn't provided before 9.0.