Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ content:
h1: How to accept an invitation to an Organization
paragraph: Learn how to accept invitations to Scaleway Organizations.
dates:
validation: 2024-06-26
validation: 2025-01-02
posted: 2022-06-20
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Learn how to generate API keys for secure access to Scaleway services.
tags: verification identity account
dates:
validation: 2024-06-26
validation: 2025-01-02
posted: 2022-06-20
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ content:
h1: How to create an IAM application
paragraph: Steps to create applications within Scaleway IAM.
dates:
validation: 2024-06-26
validation: 2025-01-02
posted: 2022-06-20
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ content:
h1: How to create an IAM group
paragraph: Step-by-step guide to creating groups in Scaleway IAM.
dates:
validation: 2024-06-26
validation: 2025-01-02
posted: 2022-06-20
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ content:
h1: How to create an IAM policy
paragraph: Guide to creating policies for access control in Scaleway IAM.
dates:
validation: 2024-06-26
validation: 2025-01-02
posted: 2022-06-20
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ content:
h1: How to manage API keys
paragraph: Step-by-step guide to managing your API keys in Scaleway IAM.
dates:
validation: 2024-06-26
validation: 2025-01-02
posted: 2022-06-20
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ content:
h1: How to manage IAM groups
paragraph: Instructions on managing groups within Scaleway IAM.
dates:
validation: 2024-06-26
validation: 2025-01-02
posted: 2022-06-20
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ content:
h1: How to manage IAM policies
paragraph: Learn how to manage policies for access control.
dates:
validation: 2024-06-26
validation: 2025-01-02
posted: 2022-06-20
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ content:
h1: How to manage IAM users
paragraph: Instructions for managing user accounts in Scaleway IAM.
dates:
validation: 2024-06-26
validation: 2025-01-02
posted: 2022-06-20
---

Expand Down
2 changes: 1 addition & 1 deletion identity-and-access-management/iam/how-to/view-logs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Learn how to view and manage logs in Scaleway IAM for monitoring and troubleshooting.
tags: iam event-logs
dates:
validation: 2024-06-26
validation: 2025-01-02
posted: 2023-11-15
---

Expand Down
2 changes: 1 addition & 1 deletion identity-and-access-management/iam/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ content:
h1: IAM - Quickstart
paragraph: Quickstart guide to setting up and using Scaleway IAM.
dates:
validation: 2024-06-26
validation: 2025-01-02
posted: 2022-06-10
---

Expand Down
2 changes: 1 addition & 1 deletion identity-and-access-management/iam/videos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ content:
h1: Videos
paragraph: Watch instructional videos on using Scaleway IAM.
dates:
validation: 2024-06-26
validation: 2025-01-02
posted: 2021-11-30
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page shows you how to view and manage Scaleway Organization quotas.
tags: account-quotas quotas security-rule security rule
dates:
validation: 2024-06-17
validation: 2025-01-02
posted: 2024-06-17
categories:
- console
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to import or migrate your data into Managed Databases for PostgreSQL from another database or backup files
tags: managed database postgresql mysql import migrate backup
dates:
validation: 2024-06-24
validation: 2025-01-02
posted: 2024-06-24
---

Expand Down Expand Up @@ -42,7 +42,7 @@ The import procedure depends on your data source:

### Using pg_dump

#### Prerequisites
#### Requirements

To complete this procedure, you must have installed PostgreSQL in a version compatible with your target Managed PostgreSQL, with [pg_dump](https://www.postgresql.org/docs/current/app-pgdump.html) and [pg_restore](https://www.postgresql.org/docs/current/app-pgrestore.html) (bundled with the default PostgreSQL installation).

Expand Down Expand Up @@ -80,7 +80,7 @@ To complete this procedure, you must have installed PostgreSQL in a version comp

### Using pgAdmin

#### Prerequisites
#### Requirements

To complete the following procedure, you must have:

Expand Down Expand Up @@ -132,7 +132,7 @@ If the process fails and some data was already partly transferred, we suggest th

### Using Airbyte

#### Prerequisites
#### Requirements

To complete the following procedure, you must have:

Expand Down Expand Up @@ -198,7 +198,7 @@ This procedure does not currently work with Managed Databases for PostgreSQL. Ho

### Using Fivetran

#### Prerequisites
#### Requirements

To complete the following procedure, you must have:

Expand Down Expand Up @@ -290,7 +290,7 @@ This procedure does not currently work with Managed Databases for PostgreSQL. Ho

Tools such as [Meltano](https://meltano.com/) are better suited to load data only, without keeping constraints on column types or relations. To load all PostgreSQL objects (such as table constraints, users, etc.), we recommend using other tools such as [pg_dump and pg_restore](#using-pgdump).

#### Prerequisites
#### Requirements

To complete the following procedure, you must have:

Expand Down Expand Up @@ -392,7 +392,7 @@ To complete the following procedure, you must have:

### Using pg_restore

#### Prerequisites
#### Requirements

To complete the following procedure, you must have:

Expand All @@ -416,7 +416,7 @@ To complete the following procedure, you must have:

### Using psql

#### Prerequisites
#### Requirements

To complete the following procedure, you must have:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Instructions on adding SPF and DKIM records to secure your domain.
tags: spf spf-record dkim dkim-records transactional
dates:
validation: 2024-06-26
validation: 2025-01-02
posted: 2022-11-07
categories:
- managed-services
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Guide to deleting a domain from Transactional Email.
tags: transactional email domain transactional-email-domain
dates:
validation: 2024-06-26
validation: 2025-01-02
posted: 2022-11-07
categories:
- managed-services
Expand Down
Loading