updates ++

This commit is contained in:
dodger 2023-10-28 10:33:35 +02:00
parent d7ed38375d
commit 64de264b83
Signed by: dodger
GPG Key ID: F6701F6CB4D1C826

View File

@ -85,10 +85,14 @@ In the case we can't achieve the #1 solution, I suggest to keep the current conf
So, for example, we will launch `rsync R:\postgresql\local\archivelog 10.6.x.3\R:\postgresql\archivelog` (the syntax will be wrong, I had never used `rsync` on windows...).
To copy archivelogs from one server to the opposite.
Alternatives to `rsync`:
* [cwRsync](https://www.itefix.net/cwrsync)
* [robocopy](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy?redirectedfrom=MSDN)
### Additional steps for any solution
#### Archivelog cleanup
#### Archivelog folder cleanup
A scheduled tasks should be deployed on both _primary_ and _bakcup_ server to keep the side of the _archivelog_ folder under control.
For example, using [this](https://jackworthen.com/2018/03/15/creating-a-scheduled-task-to-automatically-delete-files-older-than-x-in-windows/) solution.