As I read this article https://www.digitalocean.com/blog/announcing-managed-databases-for-postgresql/ I understood that all data at rest and in transit is encrypted. Could somebody provide me with more information about setting up the encryption?
Is the encryption set up by default for my PostgresSQL? If not, is there any tutorial on how to set it up? Is it possible to use at least the AES256 encryption key?
Thank you
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!
Hi @viktorhrtanek,
Managed Database data is encrypted at rest with LUKS and in transit with SSL. This means all data is unreadable outside of the cluster until sent purposefully.
When you allow inbound sources (such as Droplets, Kubernetes nodes, or external IP addresses) to the database, the inbound source is presented with decrypted data when requesting it. All of the data is still encrypted while on our network, so any man in the middle trying to snoop your information will be unable to do so.
You can check our below product documentation which can provide more details about PostgreSQL Managed database.
https://docs.digitalocean.com/products/databases/postgresql/
Regards, Rajkishore
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.