mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Remove PostgreSQL 17 warning from documentation regarding Docker integration
This commit is contained in:
parent
4a59ba51bb
commit
eb7b9aac75
1 changed files with 0 additions and 5 deletions
|
|
@ -101,11 +101,6 @@ 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue