R
RunPod4mo ago
akx

Urgent: Workspace Disconnected

Hey, I have a pod running with some data. Suddenly, the workspace has got disconnected and I am not able to connect back to it. If I'll stop the pod, the data will be lost. How to get the data? I'm running on secure cloud When I try to connect juypter notebook / web terminal: No web page was found for the web address:....
Solution:
Your data in /workspace doesn't get lost if your stop the pod. The data in /workspace is using persistent storage unless you created a pod without any persistent storage. Therefore it should be safe to stop the pod.
Jump to solution
2 Replies
Solution
ashleyk
ashleyk4mo ago
Your data in /workspace doesn't get lost if your stop the pod. The data in /workspace is using persistent storage unless you created a pod without any persistent storage. Therefore it should be safe to stop the pod.
akx
akx4mo ago
oh I misread All data that is not currently stored in /workspace will be lost!