Add volume after deploy
I have a service that I deployed about a year ago when volumes weren't available.
Is there a way to attach a volume to that service without causing it to redeploy since the data would then be gone?
I would like to somehow take the data from that deployed project and add that to a volume but not sure if that's even possible
Solution:Jump to solution
unless your service itself provides a way to exfil that data then there is no way around losing the data in this case since you are storing the data in the ephemeral container storage
4 Replies
Project ID:
6d5659b4-4d0e-44dc-97b0-232f809d12ee
Solution
unless your service itself provides a way to exfil that data then there is no way around losing the data in this case since you are storing the data in the ephemeral container storage
Got it. Unfortunately the service doesn't provide a way to do that. I probably need to manually get that data and somehow save it. Thanks for the help
no problem!