diff --git a/pages/data-lab/troubleshooting/cannot-run-data-lab.mdx b/pages/data-lab/troubleshooting/cannot-run-data-lab.mdx index 089256abec..314a6a44b2 100644 --- a/pages/data-lab/troubleshooting/cannot-run-data-lab.mdx +++ b/pages/data-lab/troubleshooting/cannot-run-data-lab.mdx @@ -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 diff --git a/pages/scaleway-cli/quickstart.mdx b/pages/scaleway-cli/quickstart.mdx index 657b3d3815..ebba7a3e38 100644 --- a/pages/scaleway-cli/quickstart.mdx +++ b/pages/scaleway-cli/quickstart.mdx @@ -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 diff --git a/pages/scaleway-cli/reference-content/environment-variables.mdx b/pages/scaleway-cli/reference-content/environment-variables.mdx index 91375923ca..c0ef0628b1 100644 --- a/pages/scaleway-cli/reference-content/environment-variables.mdx +++ b/pages/scaleway-cli/reference-content/environment-variables.mdx @@ -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 diff --git a/pages/scaleway-sdk/reference-content/environment-variables.mdx b/pages/scaleway-sdk/reference-content/environment-variables.mdx index 1d0b768189..8f71d6efc0 100644 --- a/pages/scaleway-sdk/reference-content/environment-variables.mdx +++ b/pages/scaleway-sdk/reference-content/environment-variables.mdx @@ -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 diff --git a/pages/serverless-functions/how-to/test-a-function.mdx b/pages/serverless-functions/how-to/test-a-function.mdx index 03ce291142..41c03351de 100644 --- a/pages/serverless-functions/how-to/test-a-function.mdx +++ b/pages/serverless-functions/how-to/test-a-function.mdx @@ -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 diff --git a/pages/serverless-functions/reference-content/deploy-function.mdx b/pages/serverless-functions/reference-content/deploy-function.mdx index d5bbd1d001..39d839ec05 100644 --- a/pages/serverless-functions/reference-content/deploy-function.mdx +++ b/pages/serverless-functions/reference-content/deploy-function.mdx @@ -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 --- @@ -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. @@ -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. diff --git a/pages/serverless-sql-databases/faq.mdx b/pages/serverless-sql-databases/faq.mdx index f5a293a751..8bb7bf39c7 100644 --- a/pages/serverless-sql-databases/faq.mdx +++ b/pages/serverless-sql-databases/faq.mdx @@ -5,7 +5,7 @@ meta: content: h1: Serverless SQL Databases FAQ dates: - validation: 2024-10-10 + validation: 2025-04-16 category: serverless productIcon: ServerlessDbProductIcon --- @@ -34,13 +34,13 @@ 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? @@ -48,13 +48,6 @@ Scaling an active database or waking up an idle database will be seamless for cl 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. \ No newline at end of file +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. \ No newline at end of file diff --git a/pages/serverless-sql-databases/reference-content/supported-postgresql-extensions.mdx b/pages/serverless-sql-databases/reference-content/supported-postgresql-extensions.mdx index 2d135e7a49..cf99b4cd45 100644 --- a/pages/serverless-sql-databases/reference-content/supported-postgresql-extensions.mdx +++ b/pages/serverless-sql-databases/reference-content/supported-postgresql-extensions.mdx @@ -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). diff --git a/pages/terraform/reference-content/environment-variables.mdx b/pages/terraform/reference-content/environment-variables.mdx index d00872695a..9f83220a6c 100644 --- a/pages/terraform/reference-content/environment-variables.mdx +++ b/pages/terraform/reference-content/environment-variables.mdx @@ -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