Bob Junks

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Bob Junks

  1. If you are getting the following error in the logs "Unknown/unsupported storage engine: InnoDB" Then doing this resolved may resolve your issue. It resolved mine. I updated mariadb and then nextcloud. For the future. Before upgrading mariadb, stop the next cloud docker container, then stop mariadb container. Then apply updates. Basically I opened a console on the mariadb docker. ran the following commands > cd /config/databases > rm ib_logfile0 > rm ib_logfile1 (note: You may get "rm : Cannot remove 'ib_logfile1': No such file or directory) on this command Then stop both the containers and restart both the containers This seemed to have resolved my issue. Credit where it's due: https://serverfault.com/questions/379714/unknown-unsupported-storage-engine-innodb-mysql-ubuntu
  2. I was having the same issue, signed out of the Plex Server (not the pin sign-in from Switch User but the Plex Sign In). To sign out, Go to Plex Server from the Docker using right click and WebUI. Then sign in with your pin if you have one. Once on the Plex Server, Click on your User Icon dropdown on the top right and then SignOut. Once you do that it should ask you to sign in again on your plex account and then you should be good.