Managed Database for PostgreSQL and MySQL

Fully managed PostgreSQL and MySQL databases in seconds.
Worry-free hosting for your most valuable assets.

Keep innovating instead of managing

Stay focused on your core values: we handle backup administration, updates, setup and settings, and leave you in control of managing users, permissions, allowed IPs, and advanced settings to customize and secure your database.

Build in scalability and security features

Leverage automatic healing, failover, backups & snapshots. Databases can be set in High Availability, with a second standby node on a different hypervisor. Your data is redundant and its integrity is therefore guaranteed.

Fully powered & managed by Scaleway

Keep your customers’ data in Europe within our regions in Paris, Amsterdam & Warsaw. Built entirely on a Scaleway-designed technical stack, we guarantee true sovereignty from the infrastructure to the software level.

Technical Specifications

  • MySQLVersion 8

  • PostgreSQLVersions 10, 11, 12, 13, 14

  • Processor2 to 48 vCPUs (AMD EPYC™ 7000 series)

  • Memory2 to 256GB DDR4 ECC RAM

  • Deployment optionsStand-alone w/1 node, or High availability w/2 nodes

  • Storage optionsOn-demand block storage or local storage, from 5 to 585GB NVMe SSD

  • Service level99.99% SLA for DB-GP H.A.

  • Isolation1 node = 1 dedicated VM

Solid features, reliable infrastructure

Highly available and scalable for peace of mind

Duplicate or increase your Database instances’ size on the fly from Scaleway console to speed up your data processing and allocate more space and resources.

Maximum persistence with Block Storage

Thanks to integration with Block Storage, you can scale up to 10TB with no downtime or interruption, without the need to upgrade the node type.

Enhanced performances with up to 6 Read Replicas

Discharge the requests on your primary database and increase your applications availability by scaling up to 6 Reads Replicas.

Simple, fast, and automated deployment

Easily provision a production-ready database. Compatible with our Scaleway's Terraform Provider Plugin Validated by HashiCorp, you'll benefit from continuously monitored instances and from our auto-healing feature. Your backups and snapshots are automatically insured and are customizable from the Scaleway console and solutions.

Great extensions your teams know and need

Our Database Instances are available with PostgreSQL relational database management systems (versions 10, 11, 12 and 13) as well as MySQL (version 8). You can customize the settings of your engine according to your needs. We provide you with many useful extensions such as TimescaleDB, PostGIS and other solutions.

Check out PostgreSQL extensions

Spend less and reduce pricing complexity

You’ll only pay for what you use, with no up-front or monthly commitment. But what’s more, by getting rid of all those time-consuming, low-value tasks, your teams will be able to focus on core revenue-earning activities and save resources for important tasks.

Managed Databases use cases

E-commerce

PostgreSQL is a great solution for managing OLTP protocols (Online Transaction Processing) and processing a high number of transactions per second. Deploy and scale your database according to the seasonal needs of your application.

The Benefits of Choosing Scaleway

24/7 Live chat support

Enjoy peace of mind with our 24/7 customer support. We ensure your infrastructure is always up and running.

Enriched experience

We offer a new experience with API access, Linux distributions, an intuitive console, and Terraform. Our customer is in the center of our business.

Easy-to-use console

Our user interface was created with developers in mind. To give you the best and fun experience managing your cloud projects with familiar tools.

Security and compliance

Security requirements regarding the protection of data and cloud services, and data centers are essential. That’s why we never compromise on the security.

Get started with tutorials

Tutorials

Frequently asked questions

You can access your Managed Databases directly and privately from an instance using Scaleway's Private Networks.
On the details page of your Instance, the IP address and your Instance’s port are under the “Endpoint” section. It’s possible to connect to your Instance from any application using the IP address and the login/password of any valid database user. This can be managed from the “Users” tab.

We provide you with many pg_extensions such as PostGIS and TimeScaleDB. You can find the complete list here.

First you need to export your data using the pg_dump command and then you can import data using the pg_restore command.