Database corruption
In a case of database corruption (shortly DB corruption):
Stop Nethermind service
sudo systemctl stop nethermind
Delete and recreate Nethermind directory
Delete the directory
Recreate the directorysudo rm -r /var/lib/nethermind
Set directory ownershipsudo mkdir -p /var/lib/nethermind
sudo chown -R nethermind:nethermind /var/lib/nethermind
Start the service
Check the servicesudo systemctl start nethermind
systemctl status nethermind
journalctl -f -u nethermind
Once the execution chain will get synchronized, your validator will go online again.
Nethermind got stucked
If a Nethermind got stucked, you can simply restart it.
sudo systemctl restart nethermind
This can be also automated through Service Log Monitor.
There are no other serious issues with Nethermind detected.