Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/data-lab/troubleshooting/cannot-run-data-lab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page helps you troubleshoot problems when you cannot execute calculations with your Data Lab for Apache Spark™ cluster
tags: execution run data lab worker node error cannot process issue troubleshooting solution
dates:
validation: 2024-10-08
validation: 2025-04-16
posted: 2024-10-08
categories:
- managed-services
Expand Down
2 changes: 1 addition & 1 deletion pages/scaleway-cli/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to install and configure the Scaleway CLI locally
tags: devtools cli download-cli scaleway-cli command-line
dates:
validation: 2024-10-10
validation: 2025-04-16
posted: 2021-09-21
categories:
- devtools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page contains a list of standardized environment variables used throughout the Scaleway developer tools.
tags: devtools cli api variables
dates:
validation: 2024-10-10
validation: 2025-04-16
posted: 2023-05-15
categories:
- devtools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page contains a list of standardized environment variables used throughout the Scaleway developer tools.
tags: devtools cli api variables
dates:
validation: 2024-10-10
validation: 2025-04-16
posted: 2023-05-15
categories:
- devtools
Expand Down
2 changes: 1 addition & 1 deletion pages/serverless-functions/how-to/test-a-function.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Instructions for testing your Serverless Functions on Scaleway.
tags: function serverless test-function
dates:
validation: 2024-10-10
validation: 2025-04-16
posted: 2023-09-25
categories:
- serverless
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ content:
h1: Methods to deploy Serverless Functions
paragraph: Step-by-step guide to deploying Serverless Functions on Scaleway.
dates:
validation: 2024-10-10
validation: 2025-04-16
posted: 2023-03-10
---

Expand All @@ -18,7 +18,7 @@ Serverless Functions can be deployed and managed using several tools. This page

## Scaleway console

The [Scaleway console](https://console.scaleway.com/) is the easiest way to get started deploying functions.
The [Scaleway console](https://console.scaleway.com/) is the easiest way to get started with deploying functions.

The console lets you deploy functions written in a single source file in your browser.

Expand Down Expand Up @@ -50,7 +50,7 @@ Examples using Terraform/OpenTofu can be found in our [Serverless Examples repos

The [Scaleway HTTP API](https://www.scaleway.com/en/developers/api/) lets you manage your Serverless Functions via HTTP calls.

The HTTP API can be useful when integrating Function management into your automated tasks, continuous integration, and more custom use cases.
The HTTP API can be useful when integrating Functions management into your automated tasks, continuous integration, and more custom use cases.

Refer to the [API procedure](/serverless-functions/api-cli/deploy-function-api/) for more information.

Expand Down
15 changes: 4 additions & 11 deletions pages/serverless-sql-databases/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta:
content:
h1: Serverless SQL Databases FAQ
dates:
validation: 2024-10-10
validation: 2025-04-16
category: serverless
productIcon: ServerlessDbProductIcon
---
Expand Down Expand Up @@ -34,27 +34,20 @@ Backup and restore operations for databases that are less than 10 GB usually las

## What are the differences between Serverless SQL Databases and PostgreSQL databases?

Serverless SQL Database is compatible with most PostgreSQL-compatible clients and tools. Due to connection pooling support, some minor features are disabled or will not work as expected. Refer to the [Known differences](/serverless-sql-databases/reference-content/known-differences/) for more information.
Serverless SQL Database is compatible with most PostgreSQL-compatible clients and tools. Due to connection pooling support, some minor features are disabled or will not work as expected. Refer to the [Known differences with default PostgreSQL](/serverless-sql-databases/reference-content/known-differences/) for more information.

## How many simultaneous connections can my database receive?

Serverless SQL Database handles connection pooling seamlessly. The number of maximum simultaneous connections will scale with CPU and RAM. Refer to the [Serverless SQL Databases overview](/serverless-sql-databases/reference-content/serverless-sql-databases-overview/) for more information on technical specifications.

Refer to [How am I billed?](/serverless-sql-databases/faq/#how-am-i-billed-for-serverless-sql-databases) for more information.
Refer to the [Serverless SQL Databases billing](/serverless-sql-databases/faq/#how-am-i-billed-for-serverless-sql-databases) for more information.

## Is there any latency linked to scaling or cold starts?

Scaling an active database or waking up an idle database will be seamless for clients connected to the database as the connections will be maintained, but queries performed during these operations may experience a few seconds of delay.

You can avoid cold starts by provisioning a minimum of 1 vCPU or more.

## What features are not supported during the beta?

The following features are currently not supported and will be implemented at a later time:

- Manual backups (you can still perform manual backups using SQL queries or via SQL administration tools such as pgAdmin)
- Several SQL commands detailed in the [Known differences with default PostgreSQL](/serverless-sql-databases/reference-content/known-differences/) documentation

## Which PostgreSQL extensions are available?

Refer to our dedicated [PostgreSQL extentions reference page](/serverless-sql-databases/reference-content/supported-postgresql-extensions/) for a list of all available extensions and more details about each one.
Refer to our the [supported PostgreSQL extensions](/serverless-sql-databases/reference-content/supported-postgresql-extensions/) page for a list of all available extensions and more details about each one.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ content:
paragraph: This page presents the PostgreSQL extensions supported by Serverless SQL Databases and the steps to use them
tags: sql-databases serverless database extensions postgresql pgvector postgis timescaledb
dates:
validation: 2024-10-08
validation: 2025-04-16
posted: 2024-10-08
categories:
- serverless
---

Serverless SQL Databases support the most popular [PostgreSQL extensions](#install-an-extension). Due to autoscaling and built-in connection pooling, some [advanced features of extensions might be limited or require workarounds](#supported-extensions).
Serverless SQL Databases support the most popular PostgreSQL extensions. Due to autoscaling and built-in connection pooling, some [advanced features of extensions might be limited or require workarounds](#supported-extensions).

<Macro id="requirements" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page contains a list of standardized environment variables used throughout the Scaleway developer tools.
tags: devtools cli api variables terraform
dates:
validation: 2024-10-10
validation: 2025-04-16
posted: 2023-05-24
categories:
- devtools
Expand Down