diff --git a/intervention.md b/intervention.md index d41b76f..c8fd825 100644 --- a/intervention.md +++ b/intervention.md @@ -47,6 +47,20 @@ So I'm sure the problem comes from the user which runs PostgreSQL service, I had The problem is that I'm not a windows admin, my knowledge is limited here, I tried everything I could think, but maybe a windows sysadmin will know how to solve that permission problem. +## Current config + +It was late for me so I decide to do a temporary solution. +What I did was creaete a local folder on both servers: +``` +R:\postgresql\local\archivelog +``` + +And use: +```conf +archive_command = 'copy "%p" "R:\\postgresql\\local\\archivelog\\%f"' +``` + +