Skip to content

can support MD5 when validting backup? #4

Closed
@killua001

Description

@killua001

Hi,
For now, many storages will save a file's MD5 in the metadata. Can probackup do the consistency checks for database cluster files and backups use MD5 ?

Thank you.

Activity

stalkerg

stalkerg commented on Dec 1, 2016

@stalkerg

probackup do it but in their own way.
For backups we save CRC32 for each files (and can check it by validate command).
For instance we can check checksums for each page during full backup (in next versions we planned make this option as independent command).
Strict answer is no but I suppose results more important for you.

added a commit that references this issue on May 26, 2021

catchup update #4 (fix removed files)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @stalkerg@killua001

        Issue actions

          can support MD5 when validting backup? · Issue #4 · postgrespro/pg_probackup