Managed Databases - Get Started
Fully managed cloud database clusters built on top of Linode’s trusted and reliable platform.
NoteIn addition to MySQL database clusters, you can now create PostgreSQL and MongoDB database clusters with Linode’s Managed Database service. For more details, see Choosing a Database Engine and Plan and Plans and Pricing.
Linode’s Managed Database service is a convenient and reliable way to host your database workloads in the cloud. Quickly get up and running by following the instructions within this guide.
Create a Managed Database
A Managed Database can be deployed using the Cloud Manager, the Linode API, or the Linode CLI. For instructions on deploying it through the Cloud Manager, see the following guide:
Connect to Your Database
Once a Managed Database has been provisioned, you can connect to it from any compatible system or applications. Before you do so, the system’s IP address needs to be added to the database cluster’s access control list.
- Manage Access Controls
- Connect to a MySQL Managed Database
- Connect to a PostgreSQL Managed Database
- Connect to a MongoDB Managed Database
Migrate an Existing Database
If you are replacing an existing database with Linode’s Managed Database service, you will need to migrate that data after the database cluster has been fully provisioned. The guide Migrate a MySQL or MariaDB Database to a Managed Database walks you through migrating a MySQL database.
Integrate the Database into an Application
While its possible to add data directly to a database using CLI or GUI tools, it’s much more common to integrate the database into an existing application. For instance, you can use the database with any web stack that utilizes your chosen database engine (DBMS) such as LEMP / LAMP for MySQL and MERN / MEAN for MongoDB. When using a Managed Database, you can forgo installing the database locally on the system and instead use the credentials and connection details for your Managed Database. The instructions for connecting to a remote database vary by application. For example, here’s a guide for WordPress: Configure WordPress to use a Remote Database.
This page was originally published on