Good Day,
I’ve just installed NextCloud with mariaDB in my unraid server and I’m having this issue when I on LOG in my docker tab
“Next OC\DB\Exceptions\DbalException: An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1 no such table: oc_appconfig in /app/www/public/lib/private/DB/Exceptions/DbalException.php:71”
TIA!
If the database itself can be connected, there is a maintenance command from command line that has a repair step:
https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/occ_command.html#maintenance-commands
You’d probably have to run this command within your docker image, I hope it’s in the documentation of your docker, how to do this (famous occ
command)