-
-
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
Update with updater from Nextcloud 15 Beta 1 to Beta 2 not possible #12497
Comments
GitMate.io thinks possibly related issues are #2604 (Updater problem with permissions trying to update from 10.0.1 to 10.0.2), #10517 (Upgrade to Nextcloud 14 beta 2 fails), #10533 (Update from latest 13 branch to Nextcloud 14 Beta 2 crashes), #10410 (Nextcloud 14 Beta 2), and #11793 (Bump nextcloud-vue from 0.1.5 to 0.2.0 in /settings). |
I ran into the same, trying to update from Beta 2 to RC1. Browser (Opera dev 59) console shows:
Looks like wrong CSP for updater script:
€: Ah jep at least mine is related: #12601 The "failed to decode downloaded font" error shows up on every page, so this is not related and will check and create separate issue in case. |
Fixed for the update from 15 RC2 to RC3, can be closed now! |
Jep worked well now. |
Steps to reproduce
Expected behaviour
Upgrade to 15 Beta 2
Actual behaviour
Nothing
I am not sure if the entry in the apache error log is related. It shows up when selecting settings...
I will try a manual upgrade to Beta 2 later.
Edit: Manual upgrade went smooth as usual.
Hope, this information helps.
Server configuration
Operating system: Ubuntu 16.04.5
Web server: Apache/2.4.18
Database: 10.0.36-MariaDB
PHP version: 7.0.32-0ubuntu0.16.04.1
Nextcloud version: 15.0.0 beta 1
Updated from an older Nextcloud/ownCloud or fresh install: Updated
Where did you install Nextcloud from:
List of activated apps:
App list
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
or
Insert your config.php content here.
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
XXXXXX"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"overwrite.cli.url": "httpsXXXX",
"htaccess.RewriteBase": "/",
"dbtype": "mysql",
"version": "15.0.0.5",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"memcache.local": "\OC\Memcache\APCu",
"mail_smtpmode": "sendmail",
"mail_smtpauthtype": "LOGIN",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"updater.release.channel": "beta",
"skeletondirectory": "/var/www/default-files",
"maintenance": false,
"loglevel": 2,
"theme": "",
"updater.secret": "REMOVED SENSITIVE VALUE"
}
}
Are you using external storage, if yes which one: local/smb/sftp/...
Are you using encryption: yes/no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
LDAP configuration (delete this part if not used)
LDAP config
Client configuration
Browser: Firefox 63.0
Operating system: Ubuntu 18.04.01
Logs
Web server error log
Web server error log
[Fri Nov 16 19:37:27.385926 2018] [authz_core:error] [pid 1349] [client IP:PORT] AH01630: client denied by server configuration: /var/www/test-nextcloud/data/.ocdata
The text was updated successfully, but these errors were encountered: