Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
Wow, thank you so much. This is exactly what I was looking for. Great information to help get started.
I want to use the Volume for storing my database storage. Is that possible and some instructions possible?
thanks
I want to connect from app on droplet A with postgresql on droplet B. I added the private ip entry in postgresql.conf file and restarted pgsql. I am not able to connect from droplet A. I am using the following command: psql -h <IPADDRESS> -p <PORT> -U <USER>.
Firstly, thank you for this post. It’s exactly grateful. However, I try to create new role with createrole command but there is no such a command.
This comment has been deleted
When I attempt to log in to the new database with ident based authentication ('sudo -i -u sammy psql) under the new role, it prompts me for a postgres password which we never created. However, if I simply type ‘psql’, it logs me in successfully under the new role.
Speaking of passwords, should we create a password for the new database? I’m using an Ubuntu server which has to be ssh’d into. If a mischievous individual managed to get through my ssh, I have much bigger problems to worry about.
A missing point here, I think you should add steps how to set up the URI of the database because I think that’s more important than database operations you wrote because a lot of people can handle it thru the app I guess.
That was a great post, Thanks
Also, if you are planning to use pg with rails and active record, install libpq-dev along with postgresql postgresql-contrib, anyways if you haven’t installed, it will give an error while bundling gems and will ask to install it.
Thanks in advance!