hi guys
if i got a volume with some files, upon detaching all files are lost, what if i try to atach to a completely different droplet, lets say i detach my ubuntu volume and i try to atach it onto a perforce one, is it possible?
basically:
when detaching, is all my info deleted or corrupted, can i attach it again to the original droplet with ease?
can i attach a volume to a completely unrelated droplet from where the volume originally was, will files get pruned?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hi there,
The DigitalOcean Volumes are designed to be persistent form of block storage meaning that when you detach a volume from one Droplet, the data on it remains intact. Also, to address your questions individually:
When detaching, is all my info deleted or corrupted?
Can I attach it again to the original Droplet with ease?
Can I attach a volume to a completely unrelated Droplet from where the volume originally was?
Will files get pruned?
However, a few things to note:
ext4
, there should be no issues.Hope that this helps!
Best,
Bobby