Moving Volumes between hosts. #12105
-
Hey, I was wondering how do you all move volumes between hosts if needed. Also how does one use Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
podman volume export and podman volume import. Can create volumes out of the contents of a volume and create the volume on a new host. Or use network based file system. Setup podman to run on a remote server which you have ssh access to, and then create a connection using podman system connection create |
Beta Was this translation helpful? Give feedback.
podman volume export and podman volume import. Can create volumes out of the contents of a volume and create the volume on a new host. Or use network based file system.
Setup podman to run on a remote server which you have ssh access to, and then create a connection using podman system connection create