updates+++++++++++
This commit is contained in:
parent
794d619389
commit
a5c3d7b803
@ -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"'
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user