Ports page = Whoops, looks like something went wrong. Check your librenms.log

OK, my fix for this (unconfirmed but looks good.)
image

  1. I restored to a point before the issue.

  2. Installed MariaDB manually from their repository.

sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8

sudo add-apt-repository ‘deb [arch=amd64,arm64,ppc64el] http://mirrors.accretive-networks.net/mariadb/repo/10.3/ubuntu bionic main’

sudo apt update

sudo apt install mariadb-server

==== Check version was Ver 15.1 Distrib 10.3.28-MariaDB

mysql -V

  1. Rebooted
  2. Ran ./daily.sh

image

5.Result (although will be back to confirm or ask for more help!)