You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: console/account/how-to/use-the-search-bar.mdx
+2-4
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ content:
7
7
paragraph: Efficiently search for features and settings in the Scaleway console.
8
8
tags: account search-bar resource
9
9
dates:
10
-
validation: 2024-06-27
10
+
validation: 2025-01-03
11
11
posted: 2024-03-14
12
12
categories:
13
13
- account
14
14
---
15
15
16
-
The **search bar** functionality within the Scaleway console allows you to quickly find Scaleway resources and products.
16
+
The **search bar** functionality of the Scaleway console allows you to quickly find Scaleway resources and products.
17
17
18
18
<Macroid="requirements" />
19
19
@@ -59,5 +59,3 @@ In addition to the products present in the Scaleway catalog, you can look for th
59
59
- Load Balancers
60
60
- Web Hosting
61
61
- Secrets (Secret Manager)
62
-
63
-
We want to hear from you! Click [Send feedback](https://scaleway.typeform.com/to/SQc4Etpe?typeform-source=jira.infra.online.net) at the bottom of the search bar to share your thoughts or suggestions.
Copy file name to clipboardexpand all lines: serverless/sql-databases/api-cli/import-data-to-serverless-sql-databases.mdx
+4-4
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ content:
7
7
paragraph: Step-by-step process for importing data into Scaleway's serverless SQL databases.
8
8
tags: serverless sql database db migration import backup data
9
9
dates:
10
-
validation: 2024-06-24
10
+
validation: 2025-01-03
11
11
posted: 2024-06-24
12
12
---
13
13
@@ -81,7 +81,7 @@ To complete this procedure, you must have installed PostgreSQL 16 (or newer) wit
81
81
82
82
To complete this procedure, you must have:
83
83
84
-
- Installed [pg_Admin](https://www.pgadmin.org/).
84
+
- Installed [pgAdmin](https://www.pgadmin.org/).
85
85
86
86
- Ensured your PGAdmin version is compatible with the PostgreSQL version of the database you will import your data into. Currently, pgAdmin 7.8 or newer is required to fully work with PostgreSQL 16.
87
87
@@ -107,7 +107,7 @@ To complete this procedure, you must have:
107
107
108
108
2. Connect to your database server by selecting it in the left-hand menu.
109
109
110
-
3. Select your database in the **Databases* submenu.
110
+
3. Select your database in the **Databases** submenu.
111
111
112
112
4. In the left-hand menu, right-click the name of your new database, then select **Restore**.
113
113
@@ -203,4 +203,4 @@ You can create a `.csv` file from an existing PostgreSQL table with the [psql \c
203
203
The PostgreSQL [COPY command](https://www.postgresql.org/docs/current/sql-copy.html) cannot be used directly, as it requires the source file to be available on the PostgreSQL instance itself.
204
204
</Message>
205
205
206
-
5. When finished, make sure your data is stored in your new database by [connecting to it](/serverless/sql-databases/how-to/connect-to-a-database/), and performing a query.
206
+
5. When finished, make sure your data is stored in your new database by [connecting to it](/serverless/sql-databases/how-to/connect-to-a-database/), and performing a query.
Copy file name to clipboardexpand all lines: tutorials/snapshot-instances-jobs/index.mdx
+3-3
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ categories:
10
10
- instances
11
11
- jobs
12
12
dates:
13
-
validation: 2024-06-19
13
+
validation: 2025-12-03
14
14
posted: 2024-06-19
15
15
---
16
16
@@ -239,14 +239,14 @@ From the **Overview** tab of the Serverless job you just created, click, **Actio
239
239
240
240
The execution appears in the **Job runs** section. You can access the logs of your job by clicking <Iconname="more" /> next to the job run ID, and selecting **See on cockpit**.
241
241
242
-
# Possible improvements
242
+
##Possible improvements
243
243
244
244
This tutorial is a lightweight example of how to create recurring snapshots of an Instance. You can go further by:
245
245
- Using it to manage all your Instances snapshots
246
246
- Create backups of your storage disks
247
247
- Set up an alerting system in case of unexpected behavior
248
248
249
-
# Additional content
249
+
##Additional resources
250
250
251
251
-[Serverless Jobs Documentation](/serverless/jobs/how-to/create-job/)
252
252
-[Other methods to deploy Jobs](/serverless/jobs/reference-content/deploy-job/)
0 commit comments