Create a PostgreSQL database cluster from the DigitalOcean Control Panel.
PostgreSQL How-Tos
Generated on 17 Jul 2026
PostgreSQL is an open source, object-relational database built for extensibility, data integrity, and speed. Its concurrency support makes it fully ACID-compliant, and it supports dynamic loading and catalog-driven operations to let users customize its data types, functions, and more.
Getting Started
PostgreSQL Advanced Edition public preview documentation.
Connect to PostgreSQL database clusters from the command line or other applications.
Import an existing PostgreSQL database into a DigitalOcean Managed Databases cluster.
Secure PostgreSQL managed database clusters by restricting inbound connections with trusted sources and strengthening TLS verification with sslmode settings.
Use continuous migration to move an existing non-DigitalOcean PostgreSQL database to DigitalOcean Managed Databases.
Copy databases from a DigitalOcean Managed PostgreSQL cluster to a PostgreSQL instance you run.
Customize the maintenance window for automatic software updates to your database cluster.
Organize PostgreSQL databases clusters with tags to group and filter databases or create monitoring alert policies for multiple databases at once.
Cluster Infrastructure
Change the size of your database cluster to accommodate your data needs.
Access and interpret PostgreSQL database and cluster performance metrics.
Add standby nodes to new or existing PostgreSQL database clusters for high availability.
Add read-only nodes to reduce latency for users in specific regions.
Use connection pools to improve PostgreSQL database performance.
Configure alert policies based on database cluster performance metrics.
Forward database logs to OpenSearch, Elasticsearch, or Rsyslog.
PostgreSQL Management
Create and delete a database cluster’s databases and database users from the DigitalOcean Control Panel.
Modify user privileges in PostgreSQL managed database clusters, like creating a read-only user.
Upgrade your PostgreSQL cluster to the latest supported version of PostgreSQL from the control panel.
Edit your database engine’s configuration and parameters via the CLI or API.
Cluster Management
Change a cluster’s regional datacenter.
Assign custom domain names to PostgreSQL Standard Edition clusters using the DigitalOcean API.
Fork a PostgreSQL database cluster to create a new cluster from a point in time or the latest transaction.
Recover from accidental data loss by manually restoring a PostgreSQL database cluster from backups.
Destroy a database cluster to permanently and irreversibly destroy the cluster, its contents, and its automated backups.