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.
Addon | Versions | Description | Backups | TLS |
---|---|---|---|---|
MongoDB | 6.0.5, 6.0.3, 5.0.15, 5.0.14, 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.0.9, 7.0.7, 6.2.11, 6.2.8 | Redis implements a distributed, in-memory key-value database with optional durability. | Disk | Yes |
MySQL | 8.0.32, 8.0.31 | 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 | 14.7.0, 14.6.0, 13.10.0, 13.9.0, 12.14.0, 12.12.0, 11.19.0, 11.18.0 | PostgreSQL, also known as Postgres, is a free and open-source relational database management system. | Native or disk | Yes |
MinIO | 2023.3.13, 2022.12.12 | MinIO is a High Performance Object Storage with an Amazon S3 cloud storage service compatible API. | Disk | Yes |
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.