Nethserver Moodle from Wiki

No problem, we’ll find a solution.

You may press enter immediately, there’s no need to wait. The command before runs the process in background.

This table should exist in any case, it seems there’s an issue with the mariadb installation.

Please check output of

systemctl status rh-mariadb103-mariadb.service -l

and also check the mariadb logfile /var/log/rh-mariadb103/mariadb.log.

To reset mariadb 10.3 to default (like reinstall):

Stop service:

systemctl stop rh-mariadb103-mariadb

Delete database files:

rm -rf /var/opt/rh/rh-mariadb103/lib/mysql/*

Reinitialize mariadb:

signal-event nethserver-rh-mariadb103-update

After deleting all databases, at least moodle should be reconfigured to regenerate the moodle db:

signal-event nethserver-moodle-update

1 Like