From b71cf63cb08a8472cc47c93fd8c8b8dccf3d18f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Tue, 29 Oct 2024 14:10:47 +0100 Subject: [PATCH] Add warning about PostgreSQL 17 not supported in Docker integration --- docs/concepts.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/concepts.md b/docs/concepts.md index 559d60cf0..d2baef909 100644 --- a/docs/concepts.md +++ b/docs/concepts.md @@ -101,6 +101,11 @@ By leveraging custom configurations, you unlock a world of possibilities to tail ## Database +!!! warning "PostgreSQL 17" + As of now, **PostgreSQL 17** is not supported in the **Docker integration**. If you want to use PostgreSQL 17, you will have to use the Linux integration. + + This is due to the fact that the `postgresql-client` package only has the 14, 15 and 16 versions available in the alpine repositories. + BunkerWeb securely stores its current configuration in a backend database, which contains essential data for smooth operation. The following information is stored in the database: - **Settings for all services**: The database holds the defined settings for all the services provided by BunkerWeb. This ensures that your configurations and preferences are preserved and readily accessible.