- Notifications
You must be signed in to change notification settings - Fork86
Open
Labels
Description
When I using pg_probackup tool to backs up a database( The database capacity is about 600GB), the full backup usually successful at one time , but the incremental backup is always stuck.,which Keep running for several days, until I manually kill the relevant process。
full backup command:
pg_probackup backup -B /paic/pgbackup/advicepg/pgrman -b full --progress --instance=advicepg --compress-algorithm=zlib
incremental backup command:
pg_probackup backup -B /paic/pgbackup/advicepg/pgrman -b page --progress --instance=advicepg --compress-algorithm=zlib