Recently Updated Pages
Deleting a Cluster
When a cluster is no longer needed—whether it was created for testing, staging, or an obsolete wo...
Database Migrations
When managing production-grade services, the ability to perform reliable and repeatable database ...
Cluster Resynchronization
In distributed systems, consistency and synchronization between nodes are critical to ensure that...
Restricting Access by IP
Securing access to services is a fundamental part of managing cloud infrastructure. One of the mo...
Backups and Restores
Reliable backups are essential for data resilience, recovery, and business continuity. Elestio pr...
Removing a Node
Over time, infrastructure needs change. You may scale down a cluster after peak load, decommissio...
Promoting a Node
Clusters can be designed for high availability or role-based workloads, where certain nodes may t...
Adding a Node
As your application usage grows or your infrastructure requirements change, scaling your cluster ...
Node Management
Node management plays a critical role in operating reliable and scalable infrastructure on Elesti...
Deploying a New Cluster
Creating a cluster is a foundational step when deploying services in Elestio. Clusters provide is...
Checking Database Size and Related Issues
As your PostgreSQL database grows over time, it’s important to monitor its size and identify what...
Preventing Full Disk Issues
Running out of disk space in a database environment can lead to failed writes, service downtime, ...
Detect and terminate long-running queries
Long-running queries can significantly impact database performance by consuming CPU, memory, and ...
Restoring a Backup
Restoring backups is essential for recovery, environment duplication, or rollback scenarios. Eles...
Creating Manual Backups
Regular backups are a key part of managing a PostgreSQL deployment. While Elestio provides automa...
Creating a Database
PostgreSQL allows you to create databases using different methods, including the PostgreSQL inter...
Installing or Updating an Extension
PostgreSQL supports a wide range of extensions that add extra functionality to the core database ...
Upgrading to a Major Version
Upgrading a database service on Elestio can be done without creating a new instance or performing...
Connecting with psql
This guide explains how to connect to a PostgreSQL database using the psql command-line tool. It ...
Connecting with Go
This guide explains how to establish a connection between a Go (Golang) application and a Postgre...