updates+++++++++++

This commit is contained in:
dodger 2023-10-28 09:15:56 +02:00
parent 794d619389
commit a5c3d7b803
Signed by: dodger
GPG Key ID: F5EAC9974313EEC9

View File

@ -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. 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"'
```