Hi. With new VPC feature, can I add existing and running droplet to VPC network without shutting it down (and taking snapshot)? Probably via some manual commands?
Thanks in advance.
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.
Hello, @xrjMaker
You can’t migrate Droplets between VPC networks directly, but you can recreate a Droplet using a snapshot. Snapshots are on-demand images of Droplets. You can create new Droplets based on snapshots to create a copy of it in the same state.
You can find more information here: https://www.digitalocean.com/docs/networking/vpc/how-to/migrate-resources/#migrate-droplets-to-a-different-vpc-network
Also feel free to check out the full official documentation about VPC:
https://www.digitalocean.com/docs/networking/vpc/
Regards, Alex