There was an error while loading. Please reload this page.
1 parent f75eefd commit 611c714Copy full SHA for 611c714
2 files changed
CHANGELOG.md
@@ -59,6 +59,7 @@
59
- docs(mqtt): add service mode topic to MQTT integration documentation (#5472 - @JakobLichterfeld)
60
- docs: update star history chart links to new format in README (#5482 - @JakobLichterfeld)
61
- docs: update star history links in README with to include the now needed sealed token (#5489 - @JakobLichterfeld)
62
+- docs: link directly to restore section in upgrading PostgreSQL guide (#5501 - @JakobLichterfeld)
63
64
## [4.0.1] - 2026-06-14
65
website/docs/maintenance/upgrading_postgres.md
@@ -30,4 +30,4 @@ sidebar_label: Upgrading PostgreSQL
30
docker compose up -d database
31
```
32
33
-5. [Restore](backup_restore.mdx) the backup
+5. [Restore](backup_restore.mdx#restore) the backup
0 commit comments