Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/actility-lorawan-operator/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: Iot-Hub LoRaWAN© Loriot
categories:
- iot-hub
dates:
validation: 2024-09-16
validation: 2025-03-27
posted: 2020-07-02
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/add-disk-configure-datastore-esxi/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- dedibox
hero: assets/scaleway_add_disk.webp
dates:
validation: 2024-09-16
validation: 2025-03-27
posted: 2020-01-21
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/automate-tasks-using-cron/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- elastic-metal
tags: cron cronjob automation ubuntu
dates:
validation: 2024-09-16
validation: 2025-03-27
posted: 2019-11-09
---

Expand Down
4 changes: 3 additions & 1 deletion tutorials/back-up-postgresql-barman/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ categories:
- postgresql-and-mysql
tags: backup barman postgresql
dates:
validation: 2024-09-16
validation: 2025-03-27
posted: 2018-08-29
---

<ClickableBanner
productLogo="generic"
title="Ensure database reliability with PostgreSQL backups using Barman on Scaleway."
url="https://account.scaleway.com/register"
label="Create your account"
/>

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.

Setting itself apart with its unique methodology, Barman uses PostgreSQL logs for backup creation, offering a sophisticated alternative to traditional SQL dump processes.
Expand Down
4 changes: 2 additions & 2 deletions tutorials/deploy-saas-application/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories:
- postgresql-and-mysql
- kubernetes
dates:
validation: 2024-09-16
validation: 2025-03-27
posted: 2021-03-09
---

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

<Message type="note">
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.
</Message>
</Message>

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: kubernetes wordpress docker
categories:
- kubernetes
dates:
validation: 2024-09-16
validation: 2025-03-27
posted: 2022-04-07
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/django-ubuntu-focal-fossa/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories:
- instances
tags: Django Ubuntu Focal-Fossa Linux
dates:
validation: 2024-09-16
validation: 2025-03-27
posted: 2018-10-29
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/encrypt-s3-data-rclone/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories:
- object-storage
tags: encryption amazon-s3 rclone
dates:
validation: 2024-09-16
validation: 2025-03-27
posted: 2020-06-10
---

Expand Down
Loading