Advanced Search
Search Results
507 total results found
How to connect to an Elestio service with SSH keys
Connecting to an Elestio service Using Existing SSH Keys from a Mac/Linux Machine Step 1: Check for Existing SSH Key Pair First, verify if you have an existing SSH key pair by checking the .ssh directory. Open a terminal and execute the following command: l...
MySQL Database Migration to Elestio
Elestio provides a robust and user-friendly platform for managing your database migrations seamlessly. Whether you are migrating from an on-premises MySQL database or from another cloud provider, Elestio's migration tool simplifies the process. By following a ...
PostgreSQL Database Migration to Elestio
Elestio provides a robust and user-friendly platform for managing your database migrations seamlessly. Whether you are migrating from an on-premises PostgreSQL database or from another cloud provider, Elestio's migration tool simplifies the process. By followi...
MariaDB Database Migration to Elestio
Elestio provides a robust and user-friendly platform for managing your database migrations seamlessly. Whether you are migrating from an on-premises MariaDB database or from another cloud provider, Elestio's migration tool simplifies the process. By following ...
ColumnStore Database Migration to Elestio
Elestio provides a robust and user-friendly platform for managing your database migrations seamlessly. Whether you are migrating from an on-premises ColumnStore database or from another cloud provider, Elestio's migration tool simplifies the process. By follow...
Redis Database Migration to Elestio
Elestio provides a robust and user-friendly platform for managing your database migrations seamlessly. Whether you are migrating from an on-premises Redis database or from another cloud provider, Elestio's migration tool simplifies the process. By following a ...
KeyDB Database Migration to Elestio
Elestio provides a robust and user-friendly platform for managing your database migrations seamlessly. Whether you are migrating from an on-premises KeyDB database or from another cloud provider, Elestio's migration tool simplifies the process. By following a ...
Valkey Database Migration to Elestio
Elestio provides a robust and user-friendly platform for managing your database migrations seamlessly. Whether you are migrating from an on-premises Valkey database or from another cloud provider, Elestio's migration tool simplifies the process. By following a...
MongoDB Database Migration to Elestio
Elestio provides a robust and user-friendly platform for managing your database migrations seamlessly. Whether you are migrating from an on-premises MongoDB database or from another cloud provider, Elestio's migration tool simplifies the process. By following ...
TimescaleDB Database Migration to Elestio
Elestio provides a robust and user-friendly platform for managing your database migrations seamlessly. Whether you are migrating from an on-premises TimescaleDB database or from another cloud provider, Elestio's migration tool simplifies the process. By follow...
Hydra Database Migration to Elestio
Elestio provides a robust and user-friendly platform for managing your database migrations seamlessly. Whether you are migrating from an on-premises Hydra database or from another cloud provider, Elestio's migration tool simplifies the process. By following a ...
How to Create a Pipeline for Git Submodule Repo
Deploying code from a repository that includes Git submodules can be a bit more complex than a standard repository. This article will guide you through the process of deploying a submodule Git repository on the Elestio CI/CD pipeline. Check out our example r...
How to Run a Nuxt App with preinstall script in Elestio
When running a Nuxt.js application using runtime NodeJs, particularly with a preinstall script, you may encounter issues related to missing dependencies or commands not being found. In this guide, we'll walk you through how to set up a pipeline to run a Nuxt a...
How to Deploy or Integrate a Service with Tor Onion on Elestio
To make your services accessible over Tor, you can configure a Tor service within your service Docker Compose setup. This will allow your service to function as an onion site, providing enhanced privacy and limiting access to Tor-compatible browsers. Here’s a ...
SEPA Direct Debit Payment Option on Elestio
At Elestio, we aim to make payment processing as convenient and accessible as possible for our customers. We’re pleased to offer SEPA Direct Debit as a payment option, available to our eligible European customers. This method ensures a secure, easy, and effici...
How to Enable or Disable IPv6 on a Linux Virtual Machine
IPv6 is the latest version of the Internet Protocol, designed to address the limitations of IPv4. In some scenarios, such as managing Docker Hub rate limits, disabling IPv6 may be necessary to ensure smooth operation. This guide provides step-by-step instructi...
Introduction
Clustered databases are essential for ensuring high availability, scalability, and fault tolerance in modern systems. By distributing data across multiple nodes, they can handle larger workloads, prevent single points of failure, and ensure that services rema...
Deploy a new cluster
How to deploy a new cluster 1) Go to the Elestio Clusters tab. 2) Click on Deploy My First Cluster. 3) Select your Software, for example, MySQL. 4) Choose your Provider and Service Plan, then click Next. 5) Choose a name for your cluster, for exampl...
Overview
Once your cluster is deployed, you can access it through the Clusters tab on the left. Here, you will see a new entry with the name of your cluster. In our example, it will appear as mysql-cluster. By clicking on the cluster name, you will access the Overvi...
Nodes management
If you click on the Nodes tab, you will see a list of all your nodes with detailed information, such as: Node Role: Indicates whether the node is a Primary or a Replica. Status: Displays whether the node is running or not. Specifications: Includes detai...