Tags: Data-Corruption

  • How to Use pg_filedump for Data Recovery?

    September 27, 2023 in PostgreSQL

    How to Use pg_filedump for Data Recovery?

    Backups are a DBA's lifeline — but what if your PostgreSQL database has already exploded and you have no backups? Maybe `pg_filedump` can help you!

    Backups are a DBA's lifeline — but what if your PostgreSQL database has already exploded and you have no backups? Maybe `pg_filedump` can help you!

  • PostgreSQL Data Page Corruption Repair

    November 29, 2018 in PostgreSQL

    PostgreSQL Data Page Corruption Repair

    Using binary editing to repair PostgreSQL data pages, and how to make a primary key query return two records.

    Using binary editing to repair PostgreSQL data pages, and how to make a primary key query return two records.