-
Notifications
You must be signed in to change notification settings - Fork 3k
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
backup error #4598
Comments
@hyunduk0206 , It is not a problem with backup. There are many problems which can lead to the error message. Just an example, https://unix.stackexchange.com/questions/369547/tar-broken-pipe-error |
@nmanovic thank you for your answer. But I believe my case is quite typical case. I have tried the backup from three different servers, but all cases produced similar error message.
Error message from another server:
|
I'm facing the same issue. Is there any update? |
docker run --rm --name temp_backup --volumes-from cvat_db -v $(pwd)/backup:/backup ubuntu:20.04 tar -cjvf /backup/cvat_db.tar.bz2 /var/lib/postgresql/data |
I have the same issue, ubuntu 18.04 |
Me too. The solution by @qin2294096 above worked for me, using "18.04" instead of "20.04" in the command. |
me too! needed to use 18.04.. this should be updated! :) : https://cvat-ai.github.io/cvat/docs/administration/advanced/backup_guide/ |
My actions before raising this issue
Issue
Your Environment
What I have done
apt install libbz2-dev
to resolvebzip2 not found
errorThe text was updated successfully, but these errors were encountered: