-
Notifications
You must be signed in to change notification settings - Fork 86
suspended after Processing all files (on backup_content.control.tmp file) #203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello! |
here:
|
Hmm, looks like pbk issued close() to file descriptor and kernel is still doing something. Flashing buffers maybe?
|
Answering you numbered questions
|
Ah, I get it. |
On the side note, what is the size of |
Current size is 209M.
|
about new package - it would be great to test it! |
Great, I need OS version that you are using. |
cat /etc/redhat-release |
Actually, backup is just have finished!
13 Hours Gap. Anyway - new package was installed and backup restarted with the same parameters. It will take a while (at least this night). I'll update you when it's done and let you know how/if this gap decreased. Thank you so much! |
Yes, this time it was way faster! 12 seconds gap Wow, thank you! |
I'm going to add checksum calculation for |
… of backup_content.control file, to detect corruption
2.3.2 is released, please update and run backup again |
Fixed. |
Hi,
I did:
pg_probackup-9.6 backup -B /mnt/probackup/ --instance 'myPGhost' -b FULL --remote-host=192.168.1.1 --remote-user=postgres -U backup -d backupdb --progress -j 2
and the last line in the log file is:
2020-05-08 03:36:44 UTC: INFO: Progress: (1156427/1156427). Process file "base/16384/44722834"
So looks like it processed 100% of files.
but now is: 14:45, so it's been about 11 hours since no any new message has arrived.
on Postgres database server (myPGhost) no agent is running, but I see some CPU is consumed on Archive server
lsof -p 23877 (PID of running pg_probackup-9.6) shows
`
pg_probac 23877 postgres 3w REG 253,0 147397277 71471 /var/lib/pgsql/pg_probackup_log/myPGhost_2020-18.log
pg_probac 23877 postgres 4u IPv4 30953866 0t0 TCP archiveHost:36042->myPGhost:postgres (ESTABLISHED)
pg_probac 23877 postgres 5w REG 0,42 56614912 4348538889 /mnt/probackup/backups/myPGhost/Q9Z335/backup_content.control.tmp (172.2.1.1:/opt/backup_vol1/DB_Backups/probackup)
pg_probac 23877 postgres 9r FIFO 0,9 0t0 30953869 pipe
pg_probac 23877 postgres 10r FIFO 0,9 0t0 30957855 pipe
`
I see this file is modified all the time:
stat /mnt/probackup/backups/myPGhost/Q9Z335/backup_content.control.tmp
File: ‘/mnt/probackup/backups/myPGhost/Q9Z335/backup_content.control.tmp’
Size: 218171568 Blocks: 788480 IO Block: 1048576 regular file
Device: 2ah/42d Inode: 4348538889 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 26/postgres) Gid: ( 26/postgres)
Context: system_u:object_r:nfs_t:s0
Access: 2020-05-08 14:53:14.654392149 +0000
Modify: 2020-05-08 14:53:18.917391941 +0000
Change: 2020-05-08 14:53:18.917391941 +0000
Birth: -
Should I still wait?
The text was updated successfully, but these errors were encountered: