transfer data of a stopped pod to a new one
hey i finished my training on a big pod and i want to share all the data to another pod using the storage (network volume) how can i do that?
12 Replies
i need to create a storage but i need to know in which DC my actual pod is ?
yes
create a network volume
and after you do, on pods just select which network volume you have
how do i know in which DC my first pod is
When you're creating or created a pod there is a label showing it
yes it says US...
not which DC in the US
can't i attach a network volume to an existing pod?
so this mean
that everything in /workspace is saved on my network volume?
It is configured in the template, but yes, /workspace is your default mount point for a network volume in a Pod. Once you deploy a Pod with a network volume then anything written to /workspace will be written to your network volume.
very good ty
Oh ya idk about that