Upgrade to 24 beta went flawless what is all the fuzz about

for all the negatives out there I had no issue at all even enabled unsupported apps and they work.
Confirm that collabora office is working

Server configuration detail

Operating system: Linux 5.4.0-109-generic #123-Ubuntu SMP Fri Apr 8 09:10:54 UTC 2022 x86_64

Webserver: Apache/2.4.46 (Ubuntu) (apache2handler)

Database: mysql 10.3.34

PHP version: 8.0.18

Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, json, Reflection, SPL, session, standard, sodium, apache2handler, mysqlnd, PDO, xml, apcu, bcmath, bz2, calendar, ctype, curl, dom, mbstring, FFI, fileinfo, ftp, gd, gettext, gmp, iconv, igbinary, imagick, imap, intl, exif, memcache, msgpack, mysqli, pdo_mysql, Phar, posix, pspell, readline, redis, shmop, SimpleXML, soap, sockets, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, xmlreader, xmlwriter, xsl, zip, memcached, Zend OPcache

Nextcloud version: 24.0.0 - 24.0.0.12

Updated from an older Nextcloud/ownCloud or fresh install:

Where did you install Nextcloud from: unknown

Signing status

Array ( )

List of activated apps
Enabled:
 - accessibility: 1.10.0
 - activity: 2.16.0
 - audioplayer: 3.3.0
 - bruteforcesettings: 2.4.0
 - calendar: 3.3.0
 - circles: 24.0.0
 - cloud_federation_api: 1.7.0
 - contacts: 4.1.0
 - contactsinteraction: 1.5.0
 - dashboard: 7.4.0
 - dav: 1.22.0
 - extract: 1.3.5
 - federatedfilesharing: 1.14.0
 - federation: 1.14.0
 - files: 1.19.0
 - files_external: 1.16.1
 - files_markdown: 2.3.6
 - files_pdfviewer: 2.5.0
 - files_rightclick: 1.3.0
 - files_sharing: 1.16.2
 - files_trashbin: 1.14.0
 - files_versions: 1.17.0
 - files_videoplayer: 1.13.0
 - logreader: 2.9.0
 - lookup_server_connector: 1.12.0
 - maps: 0.1.10
 - nextcloud_announcements: 1.13.0
 - notifications: 2.12.0
 - oauth2: 1.12.0
 - ocdownloader: 1.8.0
 - password_policy: 1.14.0
 - passwords: 2022.5.20
 - phonetrack: 0.7.0
 - photos: 1.6.0
 - privacy: 1.8.0
 - provisioning_api: 1.14.0
 - rainloop: 7.2.5
 - recommendations: 1.3.0
 - richdocuments: 6.0.0
 - serverinfo: 1.14.0
 - settings: 1.6.0
 - sharebymail: 1.14.0
 - spreed: 14.0.1
 - support: 1.7.0
 - survey_client: 1.12.0
 - text: 3.5.1
 - theming: 1.15.0
 - twofactor_backupcodes: 1.13.0
 - twofactor_totp: 6.3.0
 - updatenotification: 1.14.0
 - user_status: 1.4.0
 - user_usage_report: 1.8.0
 - video_converter: 1.0.5
 - viewer: 1.8.0
 - weather_status: 1.4.0
 - workflowengine: 2.6.0
Disabled:
 - admin_audit
 - comments: 1.4.0
 - encryption
 - epubreader: 1.4.7
 - files_antivirus: 3.2.2
 - files_texteditor: 2.14.0
 - firstrunwizard: 2.1
 - occweb: 0.1.0
 - printer: 0.0.5
 - systemtags: 1.4.0
 - twofactor_gateway: 0.19.0
 - user_ldap

Configuration (config/config.php)
{
    "instanceid": "***REMOVED SENSITIVE VALUE***",
    "passwordsalt": "***REMOVED SENSITIVE VALUE***",
    "secret": "***REMOVED SENSITIVE VALUE***",
    "trusted_domains": [
        "cloud.vstans.nl",
        "office.vstans.nl",
        "127.0.0.1"
    ],
    "datadirectory": "***REMOVED SENSITIVE VALUE***",
    "overwrite.cli.url": "https:\/\/cloud.vstans.nl",
    "version": "24.0.0.12",
    "logtimezone": "Europe\/Amsterdam",
    "has_internet_connection": true,
    "check_for_working_webdav": true,
    "installed": true,
    "loglevel": 0,
    "maintenance": false,
    "log_rotate_size": 1485760,
    "enabledPreviewProviders": [
        "OC\\Preview\\PNG",
        "OC\\Preview\\JPEG",
        "OC\\Preview\\GIF",
        "OC\\Preview\\BMP",
        "OC\\Preview\\XBitmap",
        "OC\\Preview\\TXT",
        "OC\\Preview\\MarkDown",
        "OC\\Preview\\NFO"
    ],
    "updater.release.channel": "beta",
    "theme": "",
    "trashbin_retention_obligation": "auto, 365",
    "app_install_overwrite": [
        "admin_notifications",
        "printer",
        "audioplayer",
        "contacts",
        "ocdownloader",
        "maps",
        "files_retention",
        "extract",
        "video_converter",
        "files_antivirus"
    ],
    "has_rebuilt_cache": true,
    "dbtype": "mysql",
    "dbname": "***REMOVED SENSITIVE VALUE***",
    "dbhost": "***REMOVED SENSITIVE VALUE***",
    "dbport": "",
    "dbtableprefix": "oc_",
    "dbuser": "***REMOVED SENSITIVE VALUE***",
    "dbpassword": "***REMOVED SENSITIVE VALUE***",
    "mysql.utf8mb4": true,
    "mail_smtpmode": "sendmail",
    "mail_from_address": "***REMOVED SENSITIVE VALUE***",
    "mail_domain": "***REMOVED SENSITIVE VALUE***",
    "app.mail.imaplog.enabled": "true",
    "mail_smtpauthtype": "LOGIN",
    "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpport": "587",
    "mail_smtpsecure": "tls",
    "mail_smtpauth": 1,
    "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
    "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
    "filelocking.enabled": true,
    "memcache.locking": "\\OC\\Memcache\\Redis",
    "memcache.local": "\\OC\\Memcache\\Redis",
    "redis": {
        "host": "***REMOVED SENSITIVE VALUE***",
        "port": 6379
    },
    "defaultapp": "files",
    "knowledgebaseenabled": false,
    "simpleSignUpLink.shown": false,
    "default_phone_region": "NL",
    "ncd_yt_binary": "\/home\/vincent\/.local\/bin\/youtube-dl",
    "profile.enabled": true,
    "login_form_autocomplete": false,
    "updater.secret": "***REMOVED SENSITIVE VALUE***"
}

Cron Configuration: Array ( [backgroundjobs_mode] => cron [lastcron] => 1652034949 )

External storages: yes

External storage configuration
+----------+-------------+---------+---------------------+----------------------------+----------------------+-------------------+-------------------+-------+
| Mount ID | Mount Point | Storage | Authentication Type | Configuration              | Options              | Applicable Users  | Applicable Groups | Type  |
+----------+-------------+---------+---------------------+----------------------------+----------------------+-------------------+-------------------+-------+
| 1        | /Muziek     | Lokaal  | Geen                | datadir: "\/cloud\/muziek" | enable_sharing: true |                   | muziek            | Admin |
| 2        | /Share      | Lokaal  | Geen                | datadir: "\/cloud\/Films"  | readonly: true       |                   | films             | Admin |
| 4        | /Share      | Lokaal  | Geen                | datadir: "\/cloud\/Films"  |                      |                   | FilmsW            | Admin |
| 5        | /Mirror     | Lokaal  | Geen                | datadir: "\/cloud\/mirror" |                      | vincent@vstans.nl |                   | Admin |
+----------+-------------+---------+---------------------+----------------------------+----------------------+-------------------+-------------------+-------+

Encryption: no

User-backends:

  • OC\User\Database

Talk configuration:

STUN servers

TURN servers

  • no custom server configured

Signaling servers (mode: default):

  • no custom server configured

Browser: Mozilla/5.0 (X11; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0

5 Likes

mee too :wink: with docker (2 instances). I only had to ’ occ db:add-missing-indices’

1 Like

also smooth here, when i checked a few days ago it stated an incpmatible plugin (geoblocker)
but then yesterday I spotted an update for the plugin…
SO then went ahead & tested first
rpi cloned > secondary 1TB HDD, shutdown & reboot from the cloned drive, everything went fine…
so shutdown booted from the main SSD & did same update… all fine, (btw went from 23.0.4 → 24 on raspPi 4b with 1TB SSD
thanks!

2 Likes

Same here, no issues (just the occ db:add-<mark>missing-indices as mentioned above).

One interesting note though that the web upgrader reported “4 apps have been deactivated” due to incompatibility, but as I checked them they were all still activated.

2 Likes