Skip to content
Open
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
57fe2bf
add files to generates an llms.txt file
benjaminach Mar 26, 2026
5d3c1a0
Move llms.txt to src/ to be processed by Jekyll
benjaminach Mar 26, 2026
38d7754
Fix encoding and URLs in llms.txt
benjaminach Mar 26, 2026
f1bccf7
Remove llms.txt from root (moved to src/)
benjaminach Mar 26, 2026
84b350b
Add page_exclude: true to llms.txt
benjaminach Mar 26, 2026
94bde0c
Exclude changelog posts from llms.txt
benjaminach Mar 26, 2026
8a8c492
Revert "Exclude changelog posts from llms.txt"
benjaminach Mar 26, 2026
b7c2503
Reapply "Exclude changelog posts from llms.txt"
benjaminach Mar 26, 2026
cebd85a
Revert "Reapply "Exclude changelog posts from llms.txt""
benjaminach Mar 26, 2026
4551008
Exclude changelog
benjaminach Mar 27, 2026
0fdc5c8
Exclude changelog
benjaminach Mar 27, 2026
217fcbb
Try to exclude changelog notes
benjaminach Mar 27, 2026
f74f6cf
Force UTF8
benjaminach Mar 27, 2026
9d50c96
Update
benjaminach Mar 27, 2026
9a7595f
Yolo
benjaminach Mar 27, 2026
7e6b751
Add a linebreak between links
benjaminach Mar 27, 2026
14985f4
Test
benjaminach Mar 27, 2026
3bc7a34
Remove changlog constraint
benjaminach Mar 27, 2026
82349c4
Rajouter la contrainte
benjaminach Mar 27, 2026
981f892
Try to exclude index pages
benjaminach Mar 27, 2026
18570b2
Add description to documentation and update LLM feed to include post …
benjaminach Mar 27, 2026
3525b14
Add scalingo-generate-description skill and OpenAI agent configuration
benjaminach Mar 27, 2026
5d6025a
Add descriptions to posts from the Skill
benjaminach Mar 27, 2026
a11c6fe
Fix the added line
benjaminach Mar 27, 2026
3b9d8e8
Wrap description values in double quotes in SKILL.md
benjaminach Mar 27, 2026
90c917d
Wrap description values in double quotes for consistency across docum…
benjaminach Mar 27, 2026
bbb73b8
Wrap description values in double quotes for consistency.
benjaminach Mar 27, 2026
ea6afad
Add section for top documentation links in llms.txt
benjaminach Mar 27, 2026
7c1d5c0
Create description for "Top Docs" pages
benjaminach Mar 27, 2026
7bb08e4
Improved wording
benjaminach Mar 27, 2026
4f49a6b
Add descriptions for 30 posts
benjaminach Mar 27, 2026
5bc8742
Add description for MySQL pages
benjaminach Mar 27, 2026
3d4da97
Add descriptions for the Database section
benjaminach Mar 27, 2026
50b515f
Add descriptions for Projects
benjaminach Mar 27, 2026
3d68ba7
Add descriptions for the Network section
benjaminach Mar 27, 2026
699fceb
Update descriptions for User Management
benjaminach Mar 27, 2026
2137698
Add and improve descriptions for Tools
benjaminach Mar 27, 2026
a97b58f
Sort by 'modified_at' date, reverse
benjaminach Mar 27, 2026
e422512
Remove llms.txt from the include section in the configuration, as it …
benjaminach Mar 30, 2026
dab5813
Add descriptions for MD files of the App folder
benjaminach Mar 30, 2026
7992318
Update description for All posts section in llms.txt
benjaminach Mar 30, 2026
061c01e
Remove page_exclude from feed.xml, llms.txt, and sitemap.xml since it…
benjaminach Mar 30, 2026
1f7c953
Add descriptions for the deployment section
benjaminach Mar 30, 2026
b929863
Add descriptions for the deployment section
benjaminach Mar 30, 2026
d41d973
Rename .codex to .agent to use an interoperable name across all agents.
benjaminach Mar 30, 2026
9c8687e
Add ForcePlainTextUtf8 middleware to enforce UTF-8 charset for plain …
benjaminach Mar 30, 2026
9b4e60f
Add description to Gradle documentation for clarity on configuration …
benjaminach Mar 31, 2026
2256f99
Update the llms.txt template
benjaminach Apr 7, 2026
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
99 changes: 99 additions & 0 deletions .codex/skills/scalingo-generate-description/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
---
name: scalingo-generate-description
description: Generate or rewrite a Jekyll Markdown front matter `description` line that is short, actionable, and optimized for LLM page routing. Use when the user asks to create/update doc descriptions for llms.txt or metadata quality.
---

# Frontmatter Description

Generate a single-line Jekyll front matter description for documentation pages.

## When to use

Use this skill when the user asks to:
- create a page `description` field
- rewrite a `description` to be shorter, clearer, or more actionable
- optimize descriptions for LLM retrieval/routing (for example "find the page about app logs")

## Output contract

When no confirmation is required, return exactly one line:

`description: "<text>"`

Rules:
- keep a valid YAML front matter line
- always wrap the description value in double quotes
- if the text contains `"`, escape it as `\"`

When interactive confirmation is required before edits:
- show the proposed line in a clearly separated block
- do not append inline confirmation text on the same paragraph
- use the interaction policy below

## Safety and edit policy

- Default behavior: propose text first, do not write immediately.
- Ask for explicit confirmation before file edits.
- If a `description` already exists, propose a replacement and wait for confirmation before overwriting.
- Only write directly without confirmation when the user explicitly asks to apply immediately.

### Interaction policy

If collaboration mode is `Plan`:
- Use `request_user_input` with one question and 2 options:
- `Apply (Recommended)`: write the proposed `description` into the target file.
- `Skip`: keep file unchanged.
- After the answer, either apply edit or continue without editing.

If collaboration mode is `Default`:
- Ask using a dedicated action block, never inline with the description.
- Required prompt format:
- `ACTION REQUISE`
- `Reponds: apply pour ecrire dans le fichier, ou skip pour ne rien changer.`
- Accept only `apply` or `skip` (case-insensitive). If ambiguous, ask again.
- If no target file is provided, ask for the file path before asking `apply` or `skip`.
- If `apply` is selected, write the new `description` immediately.
- After applying, confirm with a short status line and show the final written line.
- If `skip` is selected, confirm that no file was modified.

Recommended presentation template:

`Description proposee:`
`description: "<text>"`
`ACTION REQUISE`
`Reponds: apply pour ecrire dans le fichier, ou skip pour ne rien changer.`

## Content rules

- hard limit: 256 characters max
- target: 120 to 180 characters when possible
- sequence: page scope first, actionable outcomes second
- use concrete verbs: enable, disable, configure, deploy, retrieve, inspect, reset, monitor, troubleshoot
- include retrieval-critical nouns when relevant: logs, dashboard, CLI, API, environment variables, metrics, alerts
- avoid fluff and marketing language
- avoid repeating the title verbatim unless needed for disambiguation

## Writing process

1. Read title + section headings + first paragraphs.
2. Identify the top user intent this page solves.
3. Keep only high-signal terms that help routing.
4. Draft one concise line and trim aggressively.
5. Validate against checks below.

## Validation checks

- Is it <= 256 chars?
- Would it help route a query like "how to get app logs" or "how to reset 2FA"?
- Is each word useful for either scope or actionability?
- Is it specific enough versus nearby pages?

## Good pattern

`description: "<What this page covers>. <What the user can do from it>."`

## Examples

`description: "Retrieve and inspect Scalingo app logs from dashboard or CLI, understand log streams, and troubleshoot common runtime errors using actionable filtering and investigation steps."`

`description: "Enable, disable, or recover 2FA for a Scalingo account with dashboard steps, TOTP validation, recovery code handling, and support escalation for authenticator loss."`
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
interface:
display_name: "Scalingo - Generate Description"
short_description: "Generate concise actionable doc descriptions"
default_prompt: "Use $scalingo-generate-description to create or rewrite a Jekyll front matter description line under 256 characters."
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ exclude:
- app/javascript
- _plugins

include:
- llms.txt

highlighted:
first_steps:
- /platform/getting-started/first-steps
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Architecture Models
description: "Compare Shared and Dedicated Resources architecture models across isolation, availability zones, service classes, scaling behavior, and SecNumCloud scope."
nav: Architecture Models
modified_at: 2026-02-03 10:00:00
index: 2
Expand Down
1 change: 1 addition & 0 deletions src/_posts/databases/about/2000-01-01-backup-policies.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Databases Backup Policies
description: "Understand database backup mechanisms and retention policies across engines and architectures, including logical backups, continuous backups, and recovery objectives."
nav: Backup Policies
modified_at: 2025-12-23 18:00:00
tags: databases backup policy policies explanation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Database Dashboard
description: "Use the database dashboard as the central interface to monitor databases, manage users and backups, change plans, upgrade versions, and configure key options."
nav: Database Dashboard
modified_at: 2025-04-28 12:00:00
index: 11
Expand Down
1 change: 1 addition & 0 deletions src/_posts/databases/about/2000-01-01-features.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Common features of our Managed Database Service
description: "Review common managed database capabilities on Scalingo, including upgrades, plan changes, logs, metrics, TLS, encryption at rest, backups, and maintenance windows."
nav: Common Features
modified_at: 2026-02-03 10:00:00
index: 10
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Database Maintenance Windows
description: "Configure database maintenance windows to schedule operations during low-impact periods, minimize disruption, and align platform maintenance with business constraints."
nav: Maintenance Windows
modified_at: 2024-12-16 12:00:00
tags: databases maintenance
Expand Down
1 change: 1 addition & 0 deletions src/_posts/databases/about/2000-01-01-network-exposure.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Database Network Exposure
description: "Control managed database network exposure by architecture model, keep databases private by default, and configure secure public access only when required."
nav: Network Exposure
modified_at: 2026-02-09 12:00:00
tags: databases internet access accessibility public networking
Expand Down
1 change: 1 addition & 0 deletions src/_posts/databases/about/2000-01-01-overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Scalingo Managed Database Service
description: "Discover Scalingo Managed Database Service fundamentals: supported engines, production-ready operations, minute-based pricing, high availability, and key administration entry points."
nav: Overview
modified_at: 2026-02-03 10:00:00
tags: index-databases
Expand Down
1 change: 1 addition & 0 deletions src/_posts/databases/about/2000-01-01-service-classes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Service Classes
description: "Choose the right database service class by comparing Starter, Business, and Enterprise characteristics for performance, replication, security, and SLA targets."
nav: Service Classes
modified_at: 2026-02-03 10:00:00
index: 3
Expand Down
1 change: 1 addition & 0 deletions src/_posts/databases/mysql/2000-01-01-troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Troubleshooting Scalingo for MySQL®
description: "Troubleshoot Scalingo MySQL by analyzing memory allocation, buffer pool pressure, swap behavior, and runtime symptoms that degrade query performance."
nav: Troubleshooting
modified_at: 2025-09-29 12:00:00
tags: databases mysql addon
Expand Down
1 change: 1 addition & 0 deletions src/_posts/databases/mysql/about/2000-01-01-features.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Scalingo for MySQL® Features
description: "Review Scalingo for MySQL capabilities by service class, including RAM, storage, connection limits, and high-availability architecture details."
nav: Features
modified_at: 2025-09-25 12:00:00
tags: addon database mysql
Expand Down
1 change: 1 addition & 0 deletions src/_posts/databases/mysql/about/2000-01-01-limitations.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Limitations
description: "Check managed MySQL operational limits on Scalingo, including protected user constraints and platform-specific restrictions that affect daily administration."
nav: Limitations
modified_at: 2025-09-29 12:00:00
tags: addon database mysql
Expand Down
1 change: 1 addition & 0 deletions src/_posts/databases/mysql/about/2000-01-01-overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Scalingo for MySQL® Overview
description: "Understand Scalingo for MySQL scope, Community Edition positioning, available plans, and the key documentation entry points for features and operational limitations."
nav: Overview
modified_at: 2025-03-02 09:00:00
tags: database mysql addon
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Accessing Your Scalingo for MySQL® database
description: "Access MySQL remotely with CLI console, one-off containers, or external clients to inspect data, run diagnostics, and perform maintenance safely."
nav: Accessing
modified_at: 2025-09-24 12:00:00
tags: databases mysql addon
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Connecting to Your Scalingo for MySQL® Addon
description: "Connect your application to MySQL using SCALINGO_MYSQL_URL or DATABASE_URL, understand URI components, and configure secure SSL-ready connectivity."
nav: Connecting
modified_at: 2025-09-24 12:00:00
tags: databases mysql addon
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Provisioning a Scalingo for MySQL® Addon
description: "Provision a MySQL addon from dashboard, CLI, or Terraform, and follow the required plan selection and setup flow for your application."
nav: Provisioning
modified_at: 2025-12-23 12:00:00
tags: databases mysql addon
Expand Down
1 change: 1 addition & 0 deletions src/_posts/databases/mysql/guides/2000-01-01-backing-up.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Backing Up Your Scalingo for MySQL® Addon
description: "Use MySQL managed backup features, including periodic and manual backups, and understand retention policy and operational constraints before recovery."
nav: Backing Up
modified_at: 2025-09-24 12:00:00
tags: databases mysql addon
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Changing Plan
description: "Change your MySQL addon plan by class or size, understand supported transitions, and anticipate application impact and downtime before scaling."
nav: Changing Plan
modified_at: 2025-12-23 12:00:00
tags: databases mysql addon
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Managing Users of Your Scalingo for MySQL® Addon
description: "Manage MySQL users by listing accounts, creating users, granting permissions, and deleting obsolete access while respecting protected user constraints."
nav: Managing Users
modified_at: 2025-09-24 12:00:00
tags: databases mysql addon
Expand Down
1 change: 1 addition & 0 deletions src/_posts/databases/mysql/guides/2000-01-01-monitoring.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Monitoring and Auditing Your Scalingo for MySQL® Addon
description: "Monitor and audit MySQL with dashboard logs and metrics to troubleshoot incidents, investigate behavior changes, and track database health over time."
nav: Monitoring and Auditing
modified_at: 2025-09-24 12:00:00
tags: databases mysql addon
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Prerequisites Before Upgrading to MySQL® 8.0 LTS
description: "Prepare MySQL 8.0 upgrades by validating group replication prerequisites, storage engine requirements, and schema compatibility before migration."
nav: Upgrading to MySQL 8.0
modified_at: 2026-01-29 12:00:00
tags: databases mysql addon migration
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Prerequisites Before Upgrading to MySQL® 8.4 LTS
description: "Prepare MySQL 8.4 upgrades by detecting unsupported schema patterns, resolving known blockers, and validating upgrade readiness before rollout."
nav: Upgrading to MySQL 8.4
modified_at: 2026-01-29 12:00:00
tags: databases mysql addon migration
Expand Down
1 change: 1 addition & 0 deletions src/_posts/databases/mysql/guides/2000-01-01-restoring.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Restoring Your Scalingo for MySQL® Addon
description: "Restore MySQL from periodic backups with CLI workflows, understand mandatory downtime, and follow controlled recovery steps to minimize disruption."
nav: Restoring
modified_at: 2025-09-24 12:00:00
tags: databases mysql addon
Expand Down
1 change: 1 addition & 0 deletions src/_posts/databases/mysql/guides/2000-01-01-upgrading.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Upgrading Your Scalingo for MySQL® Addon
description: "Upgrade MySQL addon versions with safer patch-level strategy, validate prerequisites for LTS branch moves, and reduce compatibility risks during rollout."
nav: Upgrading
modified_at: 2025-09-24 12:00:00
tags: databases mysql addon
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Using Multiple Databases
description: "Create and manage multiple databases on one MySQL instance, understand shared users and resources, and handle connection variables for additional schemas."
nav: Using Multiple Databases
modified_at: 2025-09-24 12:00:00
tags: databases mysql addon
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Working with SQL Modes
description: "Configure MySQL SQL modes to enforce stricter validation or compatibility behavior, inspect active modes, and adapt query processing to application needs."
nav: Working with SQL Modes
modified_at: 2025-09-24 12:00:00
tags: databases mysql addon modes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Troubleshooting Scalingo for PostgreSQL®
description: "Troubleshoot Scalingo PostgreSQL by analyzing memory pressure, swap risks, temporary file usage, and runtime signals that affect query performance."
nav: Troubleshooting
modified_at: 2024-03-13 12:00:00
tags: databases postgresql addon
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Scalingo for PostgreSQL® Features
description: "Review Scalingo for PostgreSQL capabilities: scaling ranges, high availability options, storage and connection limits, extension support, and Shared or Dedicated resource models."
nav: Features
modified_at: 2025-12-23 12:00:00
tags: addon database postgresql
Expand Down
1 change: 1 addition & 0 deletions src/_posts/databases/postgresql/about/2000-01-01-ha.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: High Availability of Scalingo for PostgreSQL®
description: "Compare PostgreSQL high-availability setups by service class, cluster topology, and SLA to choose the reliability level that matches your production requirements."
nav: High Availability
modified_at: 2026-02-04 12:00:00
tags: postgresql high availability
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Limitations
description: "Check managed PostgreSQL operational limits on Scalingo, including protected user constraints, backup and restore restrictions, and policies that impact administration tasks."
nav: Limitations
modified_at: 2025-06-10 12:00:00
tags: addon database postgresql
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Scalingo for PostgreSQL® Overview
description: "Understand Scalingo for PostgreSQL scope, supported versions, lifecycle policy, default provisioning version, pricing entry points, and links to HA, features, limits, and extensions."
nav: Overview
modified_at: 2026-03-10 17:00:00
tags: database postgresql addon
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Accessing Your Scalingo for PostgreSQL® Dedicated Resources Database
description: "Access Dedicated PostgreSQL remotely with psql or third-party tools, configure trusted sources and credentials, and run secure investigation or maintenance sessions."
nav: Accessing
modified_at: 2026-02-13 12:00:00
tags: databases postgresql dedicated
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Connecting Your Scalingo for PostgreSQL® Dedicated Resources Database
description: "Retrieve and understand the Dedicated PostgreSQL connection URI, map each URI component, and connect applications securely with SSL-ready settings."
nav: Connecting
modified_at: 2026-02-13 12:00:00
tags: databases postgresql dedicated
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Provisioning a Scalingo for PostgreSQL® Dedicated Resources Database
description: "Provision a Dedicated Resources PostgreSQL database from dashboard, CLI, Terraform, or Kubernetes Operator, and choose the setup path that fits your project lifecycle."
nav: Provisioning
modified_at: 2026-02-13 12:00:00
tags: databases postgresql dedicated
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Backing Up Your Scalingo for PostgreSQL® Dedicated Resources Database
description: "Use Dedicated PostgreSQL managed backups, understand continuous backup retention windows by service class, and run point-in-time backup operations."
nav: Backing Up
modified_at: 2026-02-13 12:00:00
tags: databases postgresql dedicated how-to
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Changing Plan of a Scalingo for PostgreSQL® Dedicated Resources Database
description: "Change Dedicated PostgreSQL plan class or size, understand supported scale directions, and anticipate service impact when moving across resource tiers."
nav: Changing Plan
modified_at: 2026-02-13 12:00:00
tags: databases postgresql dedicated
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Managing Collaborators of Your Scalingo for PostgreSQL® Dedicated Resources Database
description: "Grant or revoke collaborator access to Dedicated PostgreSQL databases from dashboard or CLI, and control who can view and operate database resources."
nav: Managing Collaborators
modified_at: 2026-02-13 12:00:00
tags: databases postgresql dedicated collaborator
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Managing Users of Your Scalingo for PostgreSQL® Dedicated Resources Database
description: "Manage Dedicated PostgreSQL users by listing accounts, creating users, updating or resetting passwords, granting permissions, and deleting obsolete access."
nav: Managing Users
modified_at: 2026-02-13 12:00:00
tags: databases postgresql dedicated
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Monitoring and Auditing Your Scalingo for PostgreSQL® Dedicated Resources Database
description: "Monitor and audit Dedicated PostgreSQL with dashboard logs, metrics, running queries, and query statistics to troubleshoot incidents and track performance trends."
nav: Monitoring and Auditing
modified_at: 2026-02-13 12:00:00
tags: databases postgresql dedicated
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Restoring Your Scalingo for PostgreSQL® Dedicated Resources Database
description: "Restore Dedicated PostgreSQL from point-in-time recovery or dumps, choose the right recovery path, and understand downtime and timeline reset implications."
nav: Restoring
modified_at: 2026-02-13 12:00:00
tags: databases postgresql dedicated
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Upgrading Your Scalingo for PostgreSQL® Dedicated Resources Database
description: "Upgrade Dedicated PostgreSQL with minor or major version paths, prepare compatibility checks, and execute safer upgrade workflows to reduce production risk."
nav: Upgrading
modified_at: 2026-02-13 12:00:00
tags: databases postgresql dedicated
Expand Down
Loading