Skip to content

Commit 3e5b654

Browse files
authored
docs(gen): content review 2025-03-27 (#4723)
1 parent 5e9557b commit 3e5b654

File tree

13 files changed

+78
-74
lines changed

13 files changed

+78
-74
lines changed

tutorials/actility-lorawan-operator/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: Iot-Hub LoRaWAN© Loriot
99
categories:
1010
- iot-hub
1111
dates:
12-
validation: 2024-09-16
12+
validation: 2025-03-27
1313
posted: 2020-07-02
1414
---
1515

tutorials/add-disk-configure-datastore-esxi/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- dedibox
1111
hero: assets/scaleway_add_disk.webp
1212
dates:
13-
validation: 2024-09-16
13+
validation: 2025-03-27
1414
posted: 2020-01-21
1515
---
1616

tutorials/automate-tasks-using-cron/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- elastic-metal
1111
tags: cron cronjob automation ubuntu
1212
dates:
13-
validation: 2024-09-16
13+
validation: 2025-03-27
1414
posted: 2019-11-09
1515
---
1616

tutorials/back-up-postgresql-barman/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,17 @@ categories:
1010
- postgresql-and-mysql
1111
tags: backup barman postgresql
1212
dates:
13-
validation: 2024-09-16
13+
validation: 2025-03-27
1414
posted: 2018-08-29
1515
---
16+
1617
<ClickableBanner
1718
productLogo="generic"
1819
title="Ensure database reliability with PostgreSQL backups using Barman on Scaleway."
1920
url="https://account.scaleway.com/register"
2021
label="Create your account"
2122
/>
23+
2224
Barman is an open-source administration tool designed for PostgreSQL server disaster recovery. Developed in Python, Barman offers the capability to efficiently conduct remote backups across multiple servers in diverse business environments.
2325

2426
Setting itself apart with its unique methodology, Barman uses PostgreSQL logs for backup creation, offering a sophisticated alternative to traditional SQL dump processes.

tutorials/deploy-saas-application/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories:
1212
- postgresql-and-mysql
1313
- kubernetes
1414
dates:
15-
validation: 2024-09-16
15+
validation: 2025-03-27
1616
posted: 2021-03-09
1717
---
1818

@@ -98,7 +98,7 @@ In all applications, you have to define settings, usually based on environment v
9898

9999
<Message type="note">
100100
Remember that Amazon S3 is a standard protocol. Even though the `boto3` library asks us to prefix variables with `AWS`, it nonetheless works perfectly with Scaleway Object Storage.
101-
</Message>
101+
</Message>
102102

103103
Even though we added a lot of lines to `settings.py`, only four environment variables are ultimately needed to use our Object Storage bucket: `ACCESS_KEY_ID`, `SECRET_ACCESS_KEY`, `AWS_S3_REGION_NAME` (eg `nl-ams`) and `AWS_STORAGE_BUCKET_NAME`. These variables are called using `os.getenv('MY_VAR_NAME')` so we now need to set these values.
104104

tutorials/deploy-wordpress-from-application-library/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: kubernetes wordpress docker
99
categories:
1010
- kubernetes
1111
dates:
12-
validation: 2024-09-16
12+
validation: 2025-03-27
1313
posted: 2022-04-07
1414
---
1515

tutorials/django-ubuntu-focal-fossa/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- instances
1010
tags: Django Ubuntu Focal-Fossa Linux
1111
dates:
12-
validation: 2024-09-16
12+
validation: 2025-03-27
1313
posted: 2018-10-29
1414
---
1515

tutorials/encrypt-s3-data-rclone/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- object-storage
1010
tags: encryption amazon-s3 rclone
1111
dates:
12-
validation: 2024-09-16
12+
validation: 2025-03-27
1313
posted: 2020-06-10
1414
---
1515

0 commit comments

Comments
 (0)