Hi,
I’m moving my current instance of xibo (3.1.4) to a new server. I started with a fresh install of xibo 3.1.4 on centos 9, but after getting my docker file set up on the new server I see the error " Configuration Problem. Library not writable". Not sure how this possible as docker is running as root. Also, I had to switch mysql to version 8 in the docker file to get it to boot up. I see this error in the logs too “Plugin caching_sha2_password could not be loaded: Error loading shared library /usr/lib/mariadb/plugin/caching_sha2_password.so: No such file or directory”.
Any thoughts on how I could fix this?