j0nnymoe

Members
  • Posts

    353
  • Joined

  • Last visited

2 Followers

Converted

  • Gender
    Male
  • Location
    UK

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

j0nnymoe's Achievements

Contributor

Contributor (5/14)

53

Reputation

  1. "MySQL server has gone away in /config/www/nextcloud/lib/private/DB/Connection.php:87" You need to investigate your MariaDB/MySQL Container as the problem lies there, not with nextcloud.
  2. Check both container logs and your plex logs within your appdata.
  3. That's saying it's unable to connect to your mariadb instance. So re-check your mariadb container is working correctly.
  4. If you search back through this post or the mariadb thread, you'll see solutions to fix it.
  5. This has already been heavily discussed with solutions in previous posts of this thread.
  6. Because it's not in the nextcloud container, it's in the mariadb container.
  7. Just to make it clear, if anyone is having issues with the update to the latest version of mariadb. It's due to your database corrupting as your previous container wasn't shutdown cleanly (Something using during an update / automatic updates killing the container early). To recover your database, do the following with -all- containers that use mariadb off: Try the `linuxserver/mariadb:version-110.4.21mariabionic` tag, let everything start up, check the logs to make sure it's all clean, then do `docker exec nextclouddb s6-svc -d /var/run/s6/services/mariadb/` (assuming your container is called nexclouddb, otherwise adjust that appropriately). Wait ~30 seconds and then stop the container and update to latest. If this doesn't work, you will need to restore a working backup.
  8. Rolling back to an older image doesn't mean it's a "fix". You shouldn't have your database containers on auto update. Having a database update while it's beening accessed by X application (in this case nextcloud) is just asking for trouble and likely going to cause corruption or data loss.
  9. Less so benefits for unraid users (x86_64) but better for our armhf / aarch64 users as mariadb don't release up to date versions for those platforms on ubuntu base.
  10. Upgrading to `:latest` will put you on alpine.
  11. Be aware that this will no longer get updates.
  12. Probably best start by providing info on the container - Have you been keeping nextcloud updated within the container? Nginx logs? nextcloud logs?
  13. OpenVPN-AS still gets updated from openvpn itself. The reason we've dropped it is due to the constant band-aid fixes we have to do and something breaks on every update they push out.
  14. We've depreciated the container now so there will be no further updates/changes/support for the container.
  15. The error shouldn't stop the controller from working itself but it's something to wait for unifi to fix.