You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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