From a5c3d7b8037787f0f38d38bd14cb74e32798aab6 Mon Sep 17 00:00:00 2001 From: dodger Date: Sat, 28 Oct 2023 09:15:56 +0200 Subject: [PATCH] updates+++++++++++ --- intervention.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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"' +``` + +