Open rosaLux161 opened 9 months ago
# occ config:system:set dbhost --value=db --type=string
System config value dbhost set to string db
Worked. v27.1.6. Can't test on v28...
Messing with any of the db parameters via occ
is a little weird. e.g. See #44924
I'm not really sure there's a good way around this at the moment because of the way that occ
works.
⚠️ This issue respects the following points: ⚠️
Bug description
Not able to change key dbhost with occ config:system:set to value 'db', all other values are possible for example:
Steps to reproduce
docker exec -it -u 502 nextcloud-app-1 php /var/www/html/occ config:system:set "dbhost" --value="db"
docker exec -it -u 502 nextcloud-app-1 php /var/www/html/occ config:system:set "dbhost" --value="ab"
Expected behavior
Change value in config.php
Installation method
Community Docker image
Nextcloud Server version
28
Operating system
Other
PHP engine version
Other
Web server
Nginx
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response