Skip to content

Commit 6feddc9

Browse files
chore(gen): content review MTA-5936 (#4856)
1 parent b56688a commit 6feddc9

File tree

9 files changed

+15
-22
lines changed

9 files changed

+15
-22
lines changed

pages/data-lab/troubleshooting/cannot-run-data-lab.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page helps you troubleshoot problems when you cannot execute calculations with your Data Lab for Apache Spark™ cluster
88
tags: execution run data lab worker node error cannot process issue troubleshooting solution
99
dates:
10-
validation: 2024-10-08
10+
validation: 2025-04-16
1111
posted: 2024-10-08
1212
categories:
1313
- managed-services

pages/scaleway-cli/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to install and configure the Scaleway CLI locally
88
tags: devtools cli download-cli scaleway-cli command-line
99
dates:
10-
validation: 2024-10-10
10+
validation: 2025-04-16
1111
posted: 2021-09-21
1212
categories:
1313
- devtools

pages/scaleway-cli/reference-content/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page contains a list of standardized environment variables used throughout the Scaleway developer tools.
88
tags: devtools cli api variables
99
dates:
10-
validation: 2024-10-10
10+
validation: 2025-04-16
1111
posted: 2023-05-15
1212
categories:
1313
- devtools

pages/scaleway-sdk/reference-content/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page contains a list of standardized environment variables used throughout the Scaleway developer tools.
88
tags: devtools cli api variables
99
dates:
10-
validation: 2024-10-10
10+
validation: 2025-04-16
1111
posted: 2023-05-15
1212
categories:
1313
- devtools

pages/serverless-functions/how-to/test-a-function.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Instructions for testing your Serverless Functions on Scaleway.
88
tags: function serverless test-function
99
dates:
10-
validation: 2024-10-10
10+
validation: 2025-04-16
1111
posted: 2023-09-25
1212
categories:
1313
- serverless

pages/serverless-functions/reference-content/deploy-function.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ content:
66
h1: Methods to deploy Serverless Functions
77
paragraph: Step-by-step guide to deploying Serverless Functions on Scaleway.
88
dates:
9-
validation: 2024-10-10
9+
validation: 2025-04-16
1010
posted: 2023-03-10
1111
---
1212

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

1919
## Scaleway console
2020

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

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

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

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

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

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

pages/serverless-sql-databases/faq.mdx

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: Serverless SQL Databases FAQ
77
dates:
8-
validation: 2024-10-10
8+
validation: 2025-04-16
99
category: serverless
1010
productIcon: ServerlessDbProductIcon
1111
---
@@ -34,27 +34,20 @@ Backup and restore operations for databases that are less than 10 GB usually las
3434

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

37-
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.
37+
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.
3838

3939
## How many simultaneous connections can my database receive?
4040

4141
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.
4242

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

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

4747
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.
4848

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

51-
## What features are not supported during the beta?
52-
53-
The following features are currently not supported and will be implemented at a later time:
54-
55-
- Manual backups (you can still perform manual backups using SQL queries or via SQL administration tools such as pgAdmin)
56-
- Several SQL commands detailed in the [Known differences with default PostgreSQL](/serverless-sql-databases/reference-content/known-differences/) documentation
57-
5851
## Which PostgreSQL extensions are available?
5952

60-
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.
53+
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.

pages/serverless-sql-databases/reference-content/supported-postgresql-extensions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ content:
77
paragraph: This page presents the PostgreSQL extensions supported by Serverless SQL Databases and the steps to use them
88
tags: sql-databases serverless database extensions postgresql pgvector postgis timescaledb
99
dates:
10-
validation: 2024-10-08
10+
validation: 2025-04-16
1111
posted: 2024-10-08
1212
categories:
1313
- serverless
1414
---
1515

16-
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).
16+
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).
1717

1818
<Macro id="requirements" />
1919

pages/terraform/reference-content/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page contains a list of standardized environment variables used throughout the Scaleway developer tools.
88
tags: devtools cli api variables terraform
99
dates:
10-
validation: 2024-10-10
10+
validation: 2025-04-16
1111
posted: 2023-05-24
1212
categories:
1313
- devtools

0 commit comments

Comments
 (0)