ants / pg-recovery-tools

Small utilities I have used for recovering corruption
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

help #1

Open xinjijia opened 7 years ago

xinjijia commented 7 years ago

Hello, these three tools How to use respectively?Method of use?

ants commented 7 years ago

shiftcorruption is for a really specific case of corruption where extra bytes have been inserted into database files moving the rest of the file forward. xlogfilter is for when xlog replay fails with some error on some specific table or index, but you want to finish recovery on the rest of the database. trycopy is probably the most useful, it tries to copy out all of the table to a csv file, using physical tuple addresses to skip over rows that cause errors or crash the server.

On Thu, Oct 27, 2016 at 10:30 AM, xinjijia notifications@github.com wrote:

Hello, these three tools How to use respectively?Method of use?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ants/pg-recovery-tools/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AAD9qvw7biseLYMhm_ZarXuhJrskioS3ks5q4FMxgaJpZM4KiBxC .