Add volume after deploy
fabian
HOBBYOP

2 years ago

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

0 Replies

fabian
HOBBYOP

2 years ago

6d5659b4-4d0e-44dc-97b0-232f809d12ee


brody
EMPLOYEE

2 years ago

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


fabian
HOBBYOP

2 years ago

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


brody
EMPLOYEE

2 years ago

no problem!


Loading...