Add warning about PostgreSQL 17 not supported in Docker integration

This commit is contained in:
Théophile Diot 2024-10-29 14:10:47 +01:00
parent f6c343b547
commit b71cf63cb0
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -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.