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

This commit is contained in:
dodger 2023-10-28 09:18:17 +02:00
parent a5c3d7b803
commit 68b97a1187
Signed by: dodger
GPG Key ID: F5EAC9974313EEC9

View File

@ -60,6 +60,15 @@ And use:
archive_command = 'copy "%p" "R:\\postgresql\\local\\archivelog\\%f"' 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. I restarted the master instance of postgresql because of this, to apply the new setup.