updates++++++++++++
This commit is contained in:
parent
a5c3d7b803
commit
68b97a1187
@ -60,6 +60,15 @@ And use:
|
||||
archive_command = 'copy "%p" "R:\\postgresql\\local\\archivelog\\%f"'
|
||||
```
|
||||
|
||||
So both _primary_ and _backup_ could execute `archive_command` without problems.
|
||||
|
||||
That is far from a recommended practice but solves the `archive_command` to be failing all the time.
|
||||
As a consequence, PostgreSQL should start removing _WAL_ files from `pg_wal`.
|
||||
|
||||
I had to restart the _primary_ server to apply that config, sorrry for that.
|
||||
|
||||
## To be done
|
||||
|
||||
|
||||
|
||||
|
||||
@ -85,4 +94,3 @@ So both server are archiving into "R:\postgresql\local\archivelog"
|
||||
I restarted the master instance of postgresql because of this, to apply the new setup.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user