If I destroy a droplet will I loose my SSL settings and DNS settings? Planning to update Ubuntu OS to 22 and PHP to version 8.1
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.
Heya, @ivcfadmin
The DNS settings will not be changed/lost if you destroy your droplet. You will just need to update the DNS later on when you configure a new droplet.
The SSL Certificate will need to be installed/configured again on the new droplet.
As with almost any upgrade between major releases of an operating system, this process carries an inherent risk of failure, data loss, or broken software configuration. Comprehensive backups and extensive testing are strongly advised.
To avoid these problems, we recommend migrating to a fresh Ubuntu 22.04 server rather than upgrading in-place. You may still need to review differences in software configuration when upgrading, but the core system will likely have greater stability. You can follow our series on how to migrate to a new Linux server to learn how to migrate between servers.
You can still upgrade the current version of Ubuntu if this is the desired approach by following the steps in this article:
https://www.digitalocean.com/community/tutorials/how-to-upgrade-to-ubuntu-22-04-jammy-jellyfish
Hope that this helps!
Heya,
In terms of DNS. You shouldn’t lose your DNS, you will need to update it to match your new Droplet.
The only way you will lose your DNS settings if you have turned your Droplet into a DNS server however if that were the case, you would know about it.
About the SSL settings, you’ll need to re-install your SSL certificate. If it’s a Let’s Encrypt one, you’ll need to re-create it.
As @alexdo said “he SSL Certificate will need to be installed/configured again on the new droplet.” when you configured SSL first it generates HASH maybe SHA-256 or SHA-224 etc… HASH encrypt, these Hashes are also called SHA-2 when you install SSL of a machine or droplet it will figure out which HASH support the Machine (mostly SHA-2) and encrypt it with something called Secret Key and initialization vector of which it can be decrypted at end to end (e.g. browser and the server). So destroying the droplet and using the Same SSL on another droplet will not work because the configuration is not the same you will need to install and configure again for it to work, or else browser will return an SSL error or “Site can’t be reached”. Nonetheless, DNS setting will not misplace, and it depends on where you store that settings.
If you need a faster SSL, just head to your DigitalOcean DNS section and configure automatically there using the domain name you want to use, so when you destroy and start a new droplet will not lost.