From 971bf52c387f08da2a202055cfa7718ff988b245 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Thu, 16 Oct 2025 04:41:05 +0000 Subject: [PATCH] Fix a warning in the Installation Guide. --- docs/Installation-Guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Installation-Guide.md b/docs/Installation-Guide.md index 88b4792..e8a17dc 100644 --- a/docs/Installation-Guide.md +++ b/docs/Installation-Guide.md @@ -86,9 +86,10 @@ HTTP_PORT=127.0.0.1:8280 ### docker-compose.yml ->[!WARNING] +{: .warning } > See [this FAQ entry](#i-got-the-updated-docker-compose-file-above-and-now-my-database-keeps-restarting) > if you're upgrading between PostgreSQL major versions (e.g. 15 to-17). + {: .warning } > Regarding PostgreSQL 18: > * The `backups` container image currently includes `postgresql17-client`, meaning it won't be able to back up your DB if you use PostgreSQL 18.