Skip to content

retention option: wal-depth #127

Closed
Closed
@gsmolk

Description

@gsmolk

It would be nice to have an ability to govern the amount of WAL keeped by retention measured by a number of backups.

A ---> --A1 ---> A2 ---> A3 --->    timeline 1

A - FULL backup
A{1,3} - incremental backups.

If wal-depth is set to 1, then keep only WAL >= START LSN of A3.
If wal-depth is set to 2, then keep only WAL >= START LSN of A2.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions