-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Upgrade fails from NC11-12 #5531
Comments
please provide your webserver and php.log information, if errors exist?! |
The webserver did not log any errors. I did manual upgrade on the command line. Unfortunately there does not exists any php.log on my system |
Hmmm, considering it complains about |
@croessner also nothing in data/*.log (maybe owncloud.log when you installed 9.0 or migrated from owncloud)? Sorry for coming back so late. But it seems to happen more and more on updates. |
Duplicate of #5219 |
Steps to reproduce
Expected behaviour
A successfull upgrade
Actual behaviour
Upgrade fails with the following erros:
After that, neither the maintenance mode is active nor to config.php file containes any more data (it is wiped to zero bytes)
Server configuration
The server is a KVM VM, having 4 CPUs with native flags from Xeon L5640. 8GB RAM and 100GB storage for /mnt/data
Operating system:
Gentoo Linux hardened (but with MMAP prot disabled!) on x86_64
Web server:
nginx 1.10.3
Database:
MariaDB on OpenBSD
PHP version:
7.1.3
Nextcloud version: (see Nextcloud admin page)
According to version.php: $OC_Version = array(12,0,0,29);
Updated from an older Nextcloud/ownCloud or fresh install:
NC11 stable release
Where did you install Nextcloud from:
Official website
Signing status:
Can not do this, as upgrade is currently broken.
List of activated apps:
Running occ upgrade, all apps had been disabled. Normally I use these:
But as said: Currently they are all disabled as of running occ upgrade for the first time.
Nextcloud configuration:
Are you using external storage, if yes which one: local/smb/sftp/...
no
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
LDAP
LDAP configuration (delete this part if not used)
sudo -u www-data php occ ldap:show-config
Running this command makes the config.php zero bytes! In fact running any occ command wipes the config.
SELECT * FROM
oc_appconfig
WHEREappid
= 'user_ldap';Logs
Unfortunately the occ command says it would enable debug, but the resulting nextcloud.log is empty. Maybe this is due the fact that the config.php gets always killed by calling occ commands.
Web server error log
No log messages for localhost
Nextcloud log (data/nextcloud.log)
Does not exist
Browser log
The text was updated successfully, but these errors were encountered: