Skip to content

Commit 576c176

Browse files
thomas-tacquetSamyOubouazizRoRoJ
authored
feat(functions): runtime migration (#4735)
* feat(functions): runtime migration * Update pages/serverless-functions/faq.mdx Co-authored-by: Rowena Jones <[email protected]> * Update pages/serverless-functions/faq.mdx --------- Co-authored-by: SamyOubouaziz <[email protected]> Co-authored-by: Rowena Jones <[email protected]>
1 parent dccd929 commit 576c176

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pages/serverless-functions/faq.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ category: serverless
1010
productIcon: FunctionsProductIcon
1111
---
1212

13-
## Overview
13+
## Overview
1414

1515
### What is serverless computing, and how does it differ from traditional cloud hosting?
1616

@@ -209,8 +209,9 @@ Check out our [serverless-examples repository](https://github.com/scaleway/serve
209209

210210
### How to migrate runtimes?
211211

212-
There are no constraints when changing a function runtime, you simply need to choose the runtime version you want.
213-
Upgrading a runtime is highly recommended in case of deprecation, and for runtimes that have reached end-of-support or end-of-life. See the [functions runtimes lifecycle documentation](/serverless-functions/reference-content/functions-runtimes/) for more information.
212+
On a Serverless Function, you can change the runtime if the new runtime is from the same family as the old one. Example: migrate from `go1.23` to `go1.24`. To change programming language, you must create a new Serverless Function.
213+
214+
See the [functions runtimes lifecycle documentation](/serverless-functions/reference-content/functions-runtimes/) for more information about runtimes.
214215

215216
## Network and storage
216217

0 commit comments

Comments
 (0)