Optimized logic for database backups and integrated test to verify that database feature is used correct

This commit is contained in:
2025-08-10 15:06:37 +02:00
parent e9ef62b95d
commit 149c563831
11 changed files with 100 additions and 32 deletions

View File

@@ -7,7 +7,7 @@ features:
# @todo fix this
ldap: false
oidc: true
central_database: false
central_database: false # Propably required for backup routines
logout: true
server:
csp:
@@ -20,3 +20,9 @@ server:
canonical:
- "meet.{{ primary_domain }}"
credentials: {}
docker:
services:
database:
# This is set to true to pass integration test, doesn't have any other function
enabled: true