updates ++
This commit is contained in:
parent
d7ed38375d
commit
64de264b83
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user