Replies: 2 comments 7 replies
-
try running podman with |
Beta Was this translation helpful? Give feedback.
1 reply
-
The error seems to be caused by writing to a local socket in conn_sock.c:563:
Maybe we should use print |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to backup containerized mariadb through streams and pipe stdout to another container which gets the backup through stdin.
Doing the following command:
/bin/podman exec galera mariadb-backup --backup --stream=xbstream | /bin/podman exec -i restic restic backup --stdin --stdin-filename mariadb.xb --tag MariaDB
The backup seems to work fine and I can restore it BUT conmon is logging the following a couple of times while doing the backup:
conmon ce75eb3303d4cc55f995 <nwarn>: Failed to write container stdin
As I am doing the backup through stdout/stdin I am a bit worried that something is not working correctly.
But I am not sure how to debug where conmon fails and how to fix it.
Does anyone has a debug idea? :)
Beta Was this translation helpful? Give feedback.
All reactions