Hello all! We are working on PostreSQL implementation process. Our customer wants to have this kind of schedule:
Log Backup Schedule = Every 2 hours
Schedule = 1 x full 6 x incr,
So we have done that schedule:
For LOG backup:
There is “incremental” chosen and Data is NOT chosen
Other schedule is created for “incremental” backup:
There is “incremental” chosen and Data IS chosen
When i do run this schedule manually or even if it runs automatically, i can see only this:
so no matter which schedule run JobType is always “Log Only”
If I do run manually backup and chose incremental, it also uses “Log Only” job type.
This backup is based on FSBasedBackupSet
So if it is even a way to do a normal Incremental backup for PostgreSQL? Or it will always be “log only”?
While running Full backup i can see that there are also logs and Full backup:
I am wondering, hot to handle backup retentions if there is nothing like “straight forward incremental backup”