updates +

This commit is contained in:
dodger 2023-10-28 10:30:58 +02:00
parent 831fc6bda2
commit d7ed38375d
Signed by: dodger
GPG Key ID: F6701F6CB4D1C826

View File

@ -86,7 +86,24 @@ So, for example, we will launch `rsync R:\postgresql\local\archivelog 10.6.x.3\R
To copy archivelogs from one server to the opposite. To copy archivelogs from one server to the opposite.
### Mandatory ### Additional steps for any solution
#### Archivelog 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.
The folder to cleanup will be:
```
R:\postgresql\local\archivelog
```
Or if we achieve the `Z:\` drive solution:
```
R:\postgresql\archivelog
```