Skip to content

Serious problems with incremental backups #150

@HIghGo-coder

Description

@HIghGo-coder

Based on the latest version of pg_rman v1.3.11, the following problems have occurred:
Due to code issues, we failed to make a reasonable incremental backup of the data files.
In issue #121, a meaningless incremental backup was fixed, but the result was that our incremental backup function failed to achieve the expected results. Incremental backup is a process where the first incremental backup is based on the full backup, and the second incremental backup is based on the first incremental backup. However, due to code issues, the second incremental backup is also based on a full backup. This conflicts with the meaning of incremental backup, causing pg_rman to fail to implement incremental backup.
My team and I are very interested in the pg_rman project, and we are also capable of fixing this problem. We have found the source of the problem.
looking forward to your reply.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions