-
Notifications
You must be signed in to change notification settings - Fork 86
archive command get an error #204
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!
|
Hi; File: ‘/dbbackupsisi/PGBackups/pg_probackup’ backups of 4 different servers are taken over this backup server. So I have 4 instance... This is the fifth server and fifth instance. There was no problem with other servers but I had such a problem with this server. |
That is strange, how directory can be of size 0? |
I can provide you with package of custom binary, that will report additional information to further investigate this problem |
Other backups and archive wal files are taken to the same place, but there is no problem with them. |
What is the pg_probackup version you are using? |
on backup_server on postgres server |
Hello @tengilim ! |
I`ve managed to reproduce your issue.
BUT it appears that in case of archive-push version matching works incorrectly. It is a bug. |
I think minor versions are different. I installed the pg_probackup the latest postgresql server 2 days ago. this server's pg_probackup version is 2.3.1 . The other postgresql server's and backup server's pg_probackup version is 2.2.7 . So just minor version is different |
"downgrade binary on postgres server to 2.2.7" how can I do this? |
What OS you are using? |
centOS7 |
|
thank you let me try |
Did it work? |
Yes it did. After change version I made del-instance add-instance again and now it works normaly . Thanks a lot. |
Great. I would recommend to upgrade all binaries to upcoming 2.3.3 at some point. |
Maybe later. Thank you again |
You are welcome |
FYI 2.3.3 released |
thank you for informing |
Hi;
Error:
DETAIL: The failed archive command was: /usr/bin/pg_probackup-10 archive-push -B /dbbackupsisi/PGBackups/pg_probackup --instance YYYY --wal-file path=pg_wal/00000005000000B9000000F9 --wal-file-name=00000005000000B9000000F9 --remote-host=XXXX
ERROR: -B, --backup-path must be a path to directory
archive command:
archive_command = '/usr/bin/pg_probackup-10 archive-push -B /dbbackupsisi/PGBackups/pg_probackup/ --instance YYYY --wal-file-path=%p --wal-file-name=%f --remote-host=XXXX'
I have no idea what the problem is...
Thank you..
The text was updated successfully, but these errors were encountered: