-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update fails #3636
Labels
Comments
Looks odd, @LukasReschke ? @fresco86x as for the "Mysql has gone away", please google ;) |
We can't do much regarding the "MySQL has gone away" - if the mysql server is not reachable it is not reachable. Just retry the update once you fixed the MySQL issue. |
This was referenced Jul 11, 2018
This was referenced Jul 27, 2018
This was referenced Sep 12, 2018
This was referenced Oct 14, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Expected behaviour
Update 11.0.1
Actual behaviour
The update fails with this error:
Server configuration
Operating system:
PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
NAME="Raspbian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=raspbian
ID_LIKE=debian
Web server:
Package: apache2
Version: 2.4.25-3
Database:
Package: mysql-server
Source: mysql-5.5
Version: 5.5.54-0+deb8u1
PHP version:
Package: php7.0-fpm
Source: php7.0
Version: 7.0.14-2
Nextcloud version: (see Nextcloud admin page)
11.0.0
Updated from an older Nextcloud/ownCloud or fresh install:
update from 11.0.0
Where did you install Nextcloud from:
https://download.nextcloud.com
Signing status:
Signing status
List of activated apps:
App list
The content of config/config.php:
Config report
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your Nextcloud installation folder
Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM
oc_appconfig
WHEREappid
= 'user_ldap';Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
[Mon Feb 27 06:25:08.006870 2017] [ssl:warn] [pid 967:tid 1995448320] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name
[Mon Feb 27 06:25:08.008111 2017] [mpm_event:notice] [pid 967:tid 1995448320] AH00489: Apache/2.4.10 (Raspbian) OpenSSL/1.0.1t configured -- resuming normal operations
[Mon Feb 27 06:25:08.008172 2017] [core:notice] [pid 967:tid 1995448320] AH00094: Command line: '/usr/sbin/apache2'
empty logfile!
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
The text was updated successfully, but these errors were encountered: