-
Posts
353 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Store
Gallery
Bug Reports
Documentation
Landing
Everything posted by j0nnymoe
-
[Support] Linuxserver.io - Nextcloud
j0nnymoe replied to linuxserver.io's topic in Docker Containers
"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. -
[Support] Linuxserver.io - Plex Media Server
j0nnymoe replied to linuxserver.io's topic in Docker Containers
Check both container logs and your plex logs within your appdata. -
[Support] Linuxserver.io - Nextcloud
j0nnymoe replied to linuxserver.io's topic in Docker Containers
That's saying it's unable to connect to your mariadb instance. So re-check your mariadb container is working correctly. -
[Support] Linuxserver.io - Nextcloud
j0nnymoe replied to linuxserver.io's topic in Docker Containers
If you search back through this post or the mariadb thread, you'll see solutions to fix it. -
This has already been heavily discussed with solutions in previous posts of this thread.
-
Because it's not in the nextcloud container, it's in the mariadb container.
-
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.
-
[Support] Linuxserver.io - Nextcloud
j0nnymoe replied to linuxserver.io's topic in Docker Containers
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. -
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.
-
Upgrading to `:latest` will put you on alpine.
-
Be aware that this will no longer get updates.
-
[Support] Linuxserver.io - Nextcloud
j0nnymoe replied to linuxserver.io's topic in Docker Containers
Probably best start by providing info on the container - Have you been keeping nextcloud updated within the container? Nginx logs? nextcloud logs? -
[Support] Linuxserver.io - OpenVPN AS
j0nnymoe replied to linuxserver.io's topic in Docker Containers
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. -
[Support] Linuxserver.io - OpenVPN AS
j0nnymoe replied to linuxserver.io's topic in Docker Containers
We've depreciated the container now so there will be no further updates/changes/support for the container. -
[Support] Linuxserver.io - Unifi-Controller
j0nnymoe replied to linuxserver.io's topic in Docker Containers
The error shouldn't stop the controller from working itself but it's something to wait for unifi to fix. -
[Support] Linuxserver.io - OpenVPN AS
j0nnymoe replied to linuxserver.io's topic in Docker Containers
I would highly suggest users having issues with this find a better solution, as I mentioned here: -
[Support] Linuxserver.io - Unifi-Controller
j0nnymoe replied to linuxserver.io's topic in Docker Containers
We can't fix an isse that's related to upstream. -
[Support] Linuxserver.io - Papermerge
j0nnymoe replied to linuxserver.io's topic in Docker Containers
Some more info on what you've done might help -
[Support] Linuxserver.io - Nextcloud
j0nnymoe replied to linuxserver.io's topic in Docker Containers
The well-known info needs to be added to the nextcloud nginx config and not the swag config. We've already updated this and mentioned it in the changelog for nextcloud. -
The container was updated a couple hours after it was released
-
[Support] Linuxserver.io - Unifi-Controller
j0nnymoe replied to linuxserver.io's topic in Docker Containers
When it's released yes. (And that means when they publish it to their apt-get repo, not just on their forum/blog.) -
[Support] Linuxserver.io - OpenVPN AS
j0nnymoe replied to linuxserver.io's topic in Docker Containers
Unfortunately, the state of this container currently is that it's a lottery if it will work for you. There has been a long standing issue with this container: https://github.com/linuxserver/docker-openvpn-as/issues/113 everything is explained there. In short, if you have issues with this container, I personally would suggest not wasting time on this and finding a better solution. -
[Support] Linuxserver.io - Nextcloud
j0nnymoe replied to linuxserver.io's topic in Docker Containers
Yea apologies - we just need to add the additional nginx bits to the site config file. Though if you've done it manually, all good 👍 -
[Support] Linuxserver.io - Nextcloud
j0nnymoe replied to linuxserver.io's topic in Docker Containers
If it's an existing install, you won't get offered the update until Nextcloud release the OTA's. -
[Support] Linuxserver.io - Nextcloud
j0nnymoe replied to linuxserver.io's topic in Docker Containers
Add this to the site config within the nextcloud container. We plan to add this soon.