Skip to content
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 notifier: channel "stable" – no version 14 available #11397

Closed
philfry opened this issue Sep 26, 2018 · 2 comments
Closed

update notifier: channel "stable" – no version 14 available #11397

philfry opened this issue Sep 26, 2018 · 2 comments
Labels

Comments

@philfry
Copy link

philfry commented Sep 26, 2018

Steps to reproduce

  1. go to settings/admin
  2. select "stable" channel
  3. wait for cronjob to update the channel

Expected behaviour

version 14 should show up

Actual behaviour

update notifier says "Your version is up to date."

Server configuration

Operating system:
centos 7

Web server:
apache httpd

Database:
mariadb

PHP version:
7.1 and 7.2

Nextcloud version: (see Nextcloud admin page)
13.0.6

Updated from an older Nextcloud/ownCloud or fresh install:
updated nc 11 → 12, 12 → 13

Where did you install Nextcloud from:
official website

Signing status:

Signing status
No errors have been found.

List of activated apps:

App list
Enabled:
  - audioplayer: 2.4.0
  - bruteforcesettings: 1.1.0
  - calendar: 1.6.1
  - camerarawpreviews: 0.5.6
  - comments: 1.3.0
  - contacts: 2.1.5
  - dav: 1.4.7
  - dicomviewer: 1.0.2
  - federatedfilesharing: 1.3.1
  - files: 1.8.0
  - files_external: 1.4.1
  - files_pdfviewer: 1.2.1
  - files_sharing: 1.5.0
  - files_texteditor: 2.5.1
  - files_trashbin: 1.3.0
  - files_versions: 1.6.0
  - files_videoplayer: 1.2.0
  - gallery: 18.0.0
  - logreader: 2.0.0
  - lookup_server_connector: 1.1.0
  - metadata: 0.7.0
  - music: 0.9.2
  - notes: 2.4.2
  - notifications: 2.1.2
  - oauth2: 1.1.1
  - password_policy: 1.3.0
  - provisioning_api: 1.3.0
  - qownnotesapi: 18.8.0
  - serverinfo: 1.3.0
  - sharebymail: 1.3.0
  - survey_client: 1.1.0
  - systemtags: 1.3.0
  - theming: 1.4.5
  - twofactor_backupcodes: 1.2.3
  - updatenotification: 1.3.0
  - user_ldap: 1.3.1
  - workflowengine: 1.3.0
Disabled:
  - activity
  - admin_audit
  - checksum
  - encryption
  - federation
  - firstrunwizard
  - nextcloud_announcements
  - user_external

Nextcloud configuration:

Config report
{                                                                                                                                                                                     
    "system": {                                                                                                                                                                       
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",                                                                                                                              
        "secret": "***REMOVED SENSITIVE VALUE***",                                                                                                                                    
        "trusted_domains": [                                                                                                                                                          
            "***REMOVED SENSITIVE VALUE***"                                                                                                                                                       
        ],                                                                                                                                                                            
        "datadirectory": "***REMOVED SENSITIVE VALUE***",                                                                                                                             
        "overwrite.cli.url": "http:\/\/localhost",                                                                                                                                    
        "dbtype": "mysql",                                                                                                                                                            
        "version": "13.0.6.1",                                                                                                                                                        
        "dbname": "***REMOVED SENSITIVE VALUE***",                                                                                                                                    
        "dbhost": "***REMOVED SENSITIVE VALUE***",                                                                                                                                    
        "dbport": "",                                                                                                                                                                 
        "dbtableprefix": "oc_",                                                                                                                                                       
        "dbuser": "***REMOVED SENSITIVE VALUE***",                                                                                                                                    
        "dbpassword": "***REMOVED SENSITIVE VALUE***",                                                                                                                                
        "logtimezone": "Europe\/Berlin",                                                                                                                                              
        "installed": true,                                                                                                                                                            
        "supportedDatabases": [
            "sqlite",
            "mysql"
        ],
        "knowledgebaseenabled": true,
        "enable_avatars": true,
        "allow_user_to_change_display_name": false,
        "remember_login_cookie_lifetime": 1296000,
        "session_lifetime": 86400,
        "session_keepalive": true,
        "token_auth_enforced": false,
        "auth.bruteforce.protection.enabled": true,
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpdebug": false,
        "mail_smtpmode": "php",
        "htaccess.RewriteBase": "\/",
        "trashbin_retention_obligation": "auto",
        "versions_retention_obligation": "auto",
        "updatechecker": true,
        "updater.server.url": "https:\/\/updates.nextcloud.com\/updater_server\/",
        "updater.release.channel": "stable",
        "has_internet_connection": true,
        "check_for_working_webdav": true,
        "check_for_working_wellknown_setup": true,
        "check_for_working_htaccess": true,
        "config_is_read_only": false,
        "log_type": "file",
        "logfile": "\/var\/log\/nextcloud\/nextcloud.log",
        "loglevel": 1,
        "log_query": false,
        "cron_log": true,
        "log_rotate_size": false,
        "customclient_desktop": "https:\/\/nextcloud.com\/install\/#install-clients",
        "customclient_android": "https:\/\/play.google.com\/store\/apps\/details?id=com.nextcloud.client",
        "customclient_ios": "https:\/\/itunes.apple.com\/us\/app\/nextcloud\/id1125420102?mt=8",
        "appcodechecker": true,
        "appstoreenabled": true,
        "apps_paths": [
            {
                "path": "\/var\/www\/nextcloud\/apps",
                "url": "\/apps",
                "writable": true
            }
        ],
        "enable_previews": true,
        "preview_max_x": 2048,
        "preview_max_y": 2048,
        "preview_max_scale_factor": 10,
        "preview_max_filesize_image": 50,
        "enabledPreviewProviders": [
            "OC\\Preview\\PNG",
            "OC\\Preview\\JPEG",
            "OC\\Preview\\GIF",
            "OC\\Preview\\BMP",
            "OC\\Preview\\XBitmap",
            "OC\\Preview\\MP3",
            "OC\\Preview\\TXT",
            "OC\\Preview\\MarkDown",
            "OC\\Preview\\Image",
            "OC\\Preview\\Illustrator",
            "OC\\Preview\\PDF",
            "OC\\Preview\\Photoshop",
            "OC\\Preview\\Postscript",
            "OC\\Preview\\SVG",
            "OC\\Preview\\TIFF",
            "OC\\Preview\\Font"
        ],
        "ldapUserCleanupInterval": 0,
        "memcache.local": "\\OC\\Memcache\\APCu",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0,
            "dbindex": 3
        },
        "memcached_servers": [
            [
                "localhost",
                11211
            ]
        ],
        "memcached_options": {
            "14": 50,
            "15": 50,
            "19": 50,
            "20": 50,
            "8": 50,
            "-1001": true,
            "16": true,
            "18": true
        },
        "cipher": "AES-256-CFB",
        "minimum.supported.desktop.version": "2.0.0",
        "filesystem_check_changes": 0,
        "part_file_in_storage": true,
        "mount_file": "\/var\/lib\/owncloud\/mount.json",
        "filesystem_cache_readonly": false,
        "forwarded_for_headers": [
            "HTTP_X_FORWARDED",
            "HTTP_FORWARDED_FOR"
        ],
        "max_filesize_animated_gifs_public_sharing": 10,
        "filelocking.enabled": true,
        "filelocking.ttl": 3600,
        "upgrade.disable-web": true,
        "data-fingerprint": "",
        "maintenance": false,
        "singleuser": false,
        "debug": false,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "ldapProviderFactory": "\\OCA\\User_LDAP\\LDAPProviderFactory"
    }
}

Are you using external storage, if yes which one: local/smb/sftp/...
nope

Are you using encryption: yes/no
no

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
ldap but that shouldn't be the problem

Logs

Web server error log

Web server error log
nothing to see here

Nextcloud log (data/nextcloud.log)

Nextcloud log
nothing of interest here
@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #8799 (Sticky stable update channel), #5228 (Latest stable version not correct), #4292 (Update required but newest Version ???), and #8279 (style/design/css broken after upgrade from 12 to 13).

@MorrisJobke
Copy link
Member

version 14 should show up

Currently we roll out 14 to 20 % of the instances only, because we want to check if everything works. In the coming weeks we will raise this number slowly to not cause a lot of problems all at once and want to check for the feedback first.

Thanks for this heads up anyways 👍 If you wish to upgrade you could choose the beta channel for now (until the next 13.0.x RC the beta channel already hold the release of 14.0.1 ;)).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants