Advanced Search
Search Results
45 total results found
Migrate to Elestio managed services
This migration document focuses on the migration of the applications supported by Elestio. Find the software list here This document provides a step-by-step guide for migrating your existing system to Elestio. Elestio is designed to enhance performance, scala...
Migrate your customized application to Elestio
This migration document is only for services that are not being supported by Elestio as a fully managed option. If you are unaware of the software supported, take a look here. If Elestio is supporting the software then you can follow this migration document 1...
Migrate Wordpress to Elestio
This migration document focuses on the migration of the applications supported by Elestio. Find the software list here This document provides a step-by-step guide for migrating your existing system to Elestio. Elestio is designed to enhance performance, scala...
Migrate MySQL Database to Elestio
This migration document focuses on the migration of the applications supported by Elestio. Find the software list here NEW: Check our Data Migration Service for MySQL to migrate more easily This document provides a step-by-step guide for migrating your exist...
Migrate Jenkins Pipeline to Elestio
This migration document focuses on the migration of the applications supported by Elestio. Find the software list here This document provides a step-by-step guide for migrating your existing Jenkins pipelines to Elestio. Elestio is designed to enhance perform...
Migrate Superset to Elestio
This migration document focuses on the migration of the applications supported by Elestio. Find the software list here This document provides a step-by-step guide for migrating your existing Superset pipelines to Elestio. Elestio is designed to enhance perfor...
Migrate Mastodon server to Elestio
This migration document focuses on the migration of the applications supported by Elestio. Find the software list here This document provides a step-by-step guide for migrating your existing Mastodon database system to Elestio. Elestio is designed to enhance ...
Global
Elestio offers comprehensive services, including various support plans, support for multiple database types, and robust backup retention policies. Support Plans Elestio offers flexible support plans tailored to meet different user needs, ensuring smooth dep...
Overview
PostgreSQL is an open-source relational database management system. It supports SQL language and offers features like transactions, referential integrity, and user-defined types and functions. PostgreSQL can handle complex queries, supports various data types,...
Connecting with Node.js
This guide explains how to establish a connection between a Node.js application and a PostgreSQL database using the pg package. It walks through the necessary setup, configuration, and execution of a simple SQL query. Variables Certain parameters must be pro...
Creating a Database
PostgreSQL allows you to create databases using different methods, including the PostgreSQL interactive shell (psql), Docker (assuming PostgreSQL is running inside a container), and the command-line interface (createdb). This guide explains each method step-by...
Database Migration Service for PostgreSQL
Elestio provides a structured approach for migrating PostgreSQL databases from various environments, such as on-premises systems or other cloud platforms, to its managed services. This process ensures data integrity and minimizes downtime, facilitating a smoot...
Overview
Elestio provides a complete solution for setting up and managing software clusters. This helps users deploy, scale, and maintain applications more reliably. Clustering improves performance and ensures that services remain available, even if one part of the sys...
Connecting with Python
This guide explains how to establish a connection between a Python application and a PostgreSQL database using the psycopg2-binary package. It walks through the necessary setup, configuration, and execution of a simple SQL query. Variables To connect to a Po...
Connecting with PHP
This guide explains how to establish a connection between a PHP application and a PostgreSQL database using the built-in PDO extension. It walks through the necessary setup, configuration, and execution of a simple SQL query. Variables To connect to a Postgr...
Connecting with Go
This guide explains how to establish a connection between a Go (Golang) application and a PostgreSQL database using the github.com/lib/pq driver. It walks through the necessary setup, configuration, and execution of a simple SQL query. Variables To connect t...
Connecting with Java
This guide explains how to establish a connection between a Java application and a PostgreSQL database using the JDBC driver. It walks through the necessary setup, configuration, and execution of a simple SQL query. Variables Certain parameters must be provi...
Connecting with psql
This guide explains how to connect to a PostgreSQL database using the psql command-line tool. It walks through the necessary setup, connection process, and execution of a simple SQL query. Variables To connect to a PostgreSQL database, you only need one envi...
Connecting with pgAdmin
pgAdmin is a widely used graphical interface for PostgreSQL that allows you to manage, connect to, and run queries on your databases with ease. Variables To connect using pgAdmin, you'll need the following connection parameters. When you deploy a PostgreSQL ...
Upgrading to a Major Version
Upgrading a database service on Elestio can be done without creating a new instance or performing a full manual migration. Elestio provides a built-in option to change the database version directly from the dashboard. This is useful for cases where the upgrade...