Databases And Persistence /
Deploy a database
To deploy a new database in your project, create a new addon and select the type and version you require. Please note that while you can increase the storage size or replica count of databases after creation, you cannot decrease them.
After creating your addon it may take a few minutes to provision resources and set up a default configuration, after which its status will change to running.
Your database will be accessible by workloads within the same project using the provided connection details.
Available databases
Addon | Versions | Description | Backups | TLS |
---|---|---|---|---|
MongoDB | 7.0.12, 7.0.5, 6.0.13, 5.0.24, 4.4.15, 4.2.21 | MongoDB® is a document-oriented database program that uses JSON-like documents with schema. | Native or disk | Yes |
Redis | 7.2.4, 6.2.14 | Redis® implements a distributed, in-memory key-value database with optional durability. | Disk | Yes |
MySQL | 9.0.1, 8.4.2, 8.0.39 | MySQL is a fast, reliable, scalable, and easy to use open-source relational database system. | Native or disk | Yes (cannot be changed after creation) |
PostgreSQL | 16, 15, 14, 13, 12, 11 | PostgreSQL is a free and open-source relational database management system. High availability with Patroni | Native or disk | Yes |
MinIO | 2024.1.31 | MinIO® is a High Performance Object Storage with an Amazon S3 cloud storage service compatible API. | Disk | Yes |
RabbitMQ | 3.13.4, 3.12.14, 3.12.12, 3.11.28, 3.10.25 | RabbitMQ is an open source message broker software that implements the Advanced Message Queuing Protocol (AMQP). | Disk | Yes |
Advanced configuration
You can configure advanced options for addons, such as backup schedules and custom database names. You can also fork databases from addons with existing backups.
See the deployment guides for addon-specific configuration options.
Next steps
Deploy MongoDB® on Northflank
MongoDB is a document-oriented database program that uses JSON-like documents with schema.
Deploy PostgreSQL on Northflank
PostgreSQL, also known as Postgres, is a free and open-source relational database management system.
Deploy MySQL on Northflank
MySQL is a fast, reliable, scalable, and easy to use open-source relational database system.
Deploy Redis® on Northflank
Redis implements a distributed, in-memory key-value database with optional durability.
Deploy MinIO® on Northflank
MinIO is a High Performance Object Storage with an Amazon S3 cloud storage service compatible API.